Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c3899 pInfo->img.PrevPicOrderCntLsb = 0; in h264_hdr_decoding_poc()
3906 pInfo->img.PrevPicOrderCntLsb = 0; in h264_hdr_decoding_poc()
3911 pInfo->img.PrevPicOrderCntLsb = pInfo->img.toppoc; in h264_hdr_decoding_poc()
3916 if((pInfo->img.pic_order_cnt_lsb < pInfo->img.PrevPicOrderCntLsb) && in h264_hdr_decoding_poc()
3917 ((pInfo->img.PrevPicOrderCntLsb - pInfo->img.pic_order_cnt_lsb )>=(MaxPicOrderCntLsb>>1)) ) in h264_hdr_decoding_poc()
3920 } else if ((pInfo->img.pic_order_cnt_lsb > pInfo->img.PrevPicOrderCntLsb) && in h264_hdr_decoding_poc()
3921 ((pInfo->img.pic_order_cnt_lsb - pInfo->img.PrevPicOrderCntLsb ) > (MaxPicOrderCntLsb>>1)) ) in h264_hdr_decoding_poc()
3953 pInfo->img.PrevPicOrderCntLsb = pInfo->img.pic_order_cnt_lsb; in h264_hdr_decoding_poc()
4147 pInfo->img.PrevPicOrderCntLsb = (use_old)? pInfo->old_slice.pic_order_cnt_lsb : in h264_hdr_post_poc()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h870 int32_t PrevPicOrderCntLsb; member