Home
last modified time | relevance | path

Searched refs:PUT_LIST_LONG_TERM_BITS (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c266 …pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[top_idx] + PUT_LIST_INDEX_FIELD_B… in h264_dpb_gen_pic_list_from_frame_list()
283 …pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[bot_idx] + PUT_LIST_INDEX_FIELD_B… in h264_dpb_gen_pic_list_from_frame_list()
305 …pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[bot_idx] + PUT_LIST_INDEX_FIELD_B… in h264_dpb_gen_pic_list_from_frame_list()
321 …pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[top_idx] + PUT_LIST_INDEX_FIELD_B… in h264_dpb_gen_pic_list_from_frame_list()
1212 temp = PUT_LIST_LONG_TERM_BITS(1) + bottom_field_bit + PUT_FS_IDC_BITS(temp_fs->fs_idc); in h264_dpb_reorder_ref_pic_list()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h77 #define PUT_LIST_LONG_TERM_BITS(w) ((w&0x1)<<6) macro