Searched refs:PrevPicOrderCntLsb (Results 1 – 2 of 2) sorted by relevance
3899 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()
870 int32_t PrevPicOrderCntLsb; member