Home
last modified time | relevance | path

Searched refs:intcomp_top (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dviddec_vc1_parse.c28 parser->ref_frame[i].intcomp_top = 0; in viddec_vc1_init()
32 parser->intcomp_top[0] = 0; in viddec_vc1_init()
34 parser->intcomp_top[1] = 0; in viddec_vc1_init()
57 parser->intcomp_top[1] = parser->intcomp_top[0]; in vc1_swap_intcomp()
59 parser->intcomp_top[0] = 0; in vc1_swap_intcomp()
Dviddec_vc1_workload.c115 parser->intcomp_top[0] = intcomp1; in vc1_intcomp()
116 parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].intcomp_top = intcomp1; in vc1_intcomp()
124 parser->intcomp_top[0] = intcomp1; in vc1_intcomp()
125 parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].intcomp_top = intcomp1; in vc1_intcomp()
175 parser->intcomp_top[0] = intcomp2; in vc1_intcomp()
176 parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].intcomp_top = intcomp2; in vc1_intcomp()
185 parser->intcomp_top[0] = intcomp1; in vc1_intcomp()
186 parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].intcomp_top = intcomp1; in vc1_intcomp()
231 parser->intcomp_top[0] = spr->intcomp_fwd_top; in handle_intensity_compensation()
232 parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].intcomp_top = spr->intcomp_fwd_top; in handle_intensity_compensation()
[all …]
Dvc1.h183 uint32_t intcomp_top; member
199 uint32_t intcomp_top[2]; member