vdec_if_decode
ret = vdec_if_decode(ctx, NULL, NULL, &res_chg);
vdec_if_decode(ctx, NULL, NULL, &res_chg);
ret = vdec_if_decode(ctx, &buf, pfb, &res_chg);
ret = vdec_if_decode(ctx, &src_mem, NULL, &res_chg);
ret = vdec_if_decode(ctx, bs_src, NULL, &res_chg);
return vdec_if_decode(ctx, NULL, NULL, &res_chg);
int vdec_if_decode(struct mtk_vcodec_dec_ctx *ctx, struct mtk_vcodec_mem *bs,