Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c751 if (pInfo->img.ThisPOC >= active_fs->frame.poc) { in h264_dpb_update_ref_lists()
781 if (pInfo->img.ThisPOC < active_fs->frame.poc) { in h264_dpb_update_ref_lists()
1547 if ((pos == MPD_DPB_FS_NULL_IDC) || (pInfo->img.ThisPOC < poc)) in h264_dpb_store_previous_picture_in_dpb()
3936 …pInfo->img.ThisPOC = pInfo->img.framepoc = (pInfo->img.toppoc < pInfo->img.bottompoc)? pInfo->img.… in h264_hdr_decoding_poc()
3940 …pInfo->img.ThisPOC= pInfo->img.toppoc = pInfo->img.CurrPicOrderCntMsb + pInfo->img.pic_order_cnt_l… in h264_hdr_decoding_poc()
3944 …pInfo->img.ThisPOC= pInfo->img.bottompoc = pInfo->img.CurrPicOrderCntMsb + pInfo->img.pic_order_cn… in h264_hdr_decoding_poc()
3946 pInfo->img.framepoc=pInfo->img.ThisPOC; in h264_hdr_decoding_poc()
4043 pInfo->img.ThisPOC = pInfo->img.framepoc; in h264_hdr_decoding_poc()
4049 pInfo->img.ThisPOC = pInfo->img.toppoc; in h264_hdr_decoding_poc()
4057 pInfo->img.ThisPOC = pInfo->img.bottompoc; in h264_hdr_decoding_poc()
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h880 int32_t ThisPOC; member