Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c266 …t_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[top_idx] + PUT_LIST_INDEX_FIELD_BIT(0); // t… in h264_dpb_gen_pic_list_from_frame_list()
283 …t_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[bot_idx] + PUT_LIST_INDEX_FIELD_BIT(1); // b… in h264_dpb_gen_pic_list_from_frame_list()
305 …t_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[bot_idx] + PUT_LIST_INDEX_FIELD_BIT(1); // b… in h264_dpb_gen_pic_list_from_frame_list()
321 …t_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[top_idx] + PUT_LIST_INDEX_FIELD_BIT(0); // t… in h264_dpb_gen_pic_list_from_frame_list()
930 *bottom_field_bit = PUT_LIST_INDEX_FIELD_BIT(1); in h264_dpb_get_short_term_pic()
975 *bottom_field_bit = PUT_LIST_INDEX_FIELD_BIT(1); in h264_dpb_get_long_term_pic()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h76 #define PUT_LIST_INDEX_FIELD_BIT(w) ((w&0x1)<<5) macro