Searched defs:vdec_av1_slice_instance (Results 1 – 1 of 1) sorted by relevance
707 struct vdec_av1_slice_instance { struct708 struct mtk_vcodec_dec_ctx *ctx;709 struct vdec_vpu_inst vpu;711 struct mtk_vcodec_mem iq_table;712 struct mtk_vcodec_mem cdf_table;714 struct mtk_vcodec_mem mv[AV1_MAX_FRAME_BUF_COUNT];715 struct mtk_vcodec_mem cdf[AV1_MAX_FRAME_BUF_COUNT];716 struct mtk_vcodec_mem seg[AV1_MAX_FRAME_BUF_COUNT];717 struct mtk_vcodec_mem cdf_temp;718 struct mtk_vcodec_mem tile;[all …]