Searched refs:dec_ctx_pre (Results 1 – 1 of 1) sorted by relevance
48 MppCtx dec_ctx_pre; member720 ret = mpp_create(&ctx->dec_ctx_pre, &ctx->dec_mpi_pre); in mpi_rc_pre_dec_init()727 dec_ctx = ctx->dec_ctx_pre; in mpi_rc_pre_dec_init()797 MppCtx dec_ctx = ctx->dec_ctx_pre; in mpi_rc_enc()934 ctx->dec_ctx_pre = NULL; in mpi_rc_buffer_init()960 MppCtx dec_ctx = ctx->dec_ctx_pre; in rc2_pre_dec_thread()1058 CHECK_RET(ctx->dec_mpi_pre->reset(ctx->dec_ctx_pre)); in mpi_rc_codec()1097 if (ctx->dec_ctx_pre) { in mpi_rc_codec()1098 mpp_destroy(ctx->dec_ctx_pre); in mpi_rc_codec()1099 ctx->dec_ctx_pre = NULL; in mpi_rc_codec()