Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_sh.c377 …SliceHeader->sh_refpic_l0.reordering_of_pic_nums_idc[reorder] = h264_GetVLCElement(parent, pInfo, … in h264_Parse_Ref_Pic_List_Reordering()
378 …(SliceHeader->sh_refpic_l0.reordering_of_pic_nums_idc[reorder] == 0) || (SliceHeader->sh_refpic_l0… in h264_Parse_Ref_Pic_List_Reordering()
382 else if (SliceHeader->sh_refpic_l0.reordering_of_pic_nums_idc[reorder] == 2) in h264_Parse_Ref_Pic_List_Reordering()
387 }while(SliceHeader->sh_refpic_l0.reordering_of_pic_nums_idc[reorder] != 3); in h264_Parse_Ref_Pic_List_Reordering()
407 …SliceHeader->sh_refpic_l1.reordering_of_pic_nums_idc[reorder] = h264_GetVLCElement(parent, pInfo, … in h264_Parse_Ref_Pic_List_Reordering()
408 …(SliceHeader->sh_refpic_l1.reordering_of_pic_nums_idc[reorder] == 0) || (SliceHeader->sh_refpic_l1… in h264_Parse_Ref_Pic_List_Reordering()
412 else if (SliceHeader->sh_refpic_l1.reordering_of_pic_nums_idc[reorder] == 2) in h264_Parse_Ref_Pic_List_Reordering()
416 }while(SliceHeader->sh_refpic_l1.reordering_of_pic_nums_idc[reorder] != 3); in h264_Parse_Ref_Pic_List_Reordering()
Dh264parse_dpb.c1141 remapping_of_pic_nums_idc = pInfo->SliceHeader.sh_refpic_l0.reordering_of_pic_nums_idc; in h264_dpb_reorder_ref_pic_list()
1147 remapping_of_pic_nums_idc = pInfo->SliceHeader.sh_refpic_l1.reordering_of_pic_nums_idc; in h264_dpb_reorder_ref_pic_list()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h626 uint8_t reordering_of_pic_nums_idc[MAX_NUM_REF_FRAMES+1]; //UE member