Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dviddec_vc1_parse.c29 parser->ref_frame[i].intcomp_bot = 0; in viddec_vc1_init()
33 parser->intcomp_bot[0] = 0; in viddec_vc1_init()
35 parser->intcomp_bot[1] = 0; in viddec_vc1_init()
58 parser->intcomp_bot[1] = parser->intcomp_bot[0]; in vc1_swap_intcomp()
60 parser->intcomp_bot[0] = 0; in vc1_swap_intcomp()
Dviddec_vc1_workload.c139 parser->intcomp_bot[0] = intcomp1; in vc1_intcomp()
140 parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].intcomp_bot = intcomp1; in vc1_intcomp()
145 parser->intcomp_bot[0] = intcomp1 << 13; in vc1_intcomp()
157 parser->intcomp_bot[0] = intcomp1; in vc1_intcomp()
158 parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].intcomp_bot = intcomp1; in vc1_intcomp()
168 parser->intcomp_bot[0] = intcomp2; in vc1_intcomp()
169 parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].intcomp_bot = intcomp2; in vc1_intcomp()
192 parser->intcomp_bot[0] = intcomp1; in vc1_intcomp()
193 parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].intcomp_bot = intcomp1; in vc1_intcomp()
233 parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].intcomp_bot = spr->intcomp_fwd_top; in handle_intensity_compensation()
[all …]
Dvc1.h184 uint32_t intcomp_bot; member
200 uint32_t intcomp_bot[2]; member