Searched refs:CurrPicOrderCntMsb (Results 1 – 2 of 2) sorted by relevance
3919 pInfo->img.CurrPicOrderCntMsb = pInfo->img.PicOrderCntMsb + MaxPicOrderCntLsb; in h264_hdr_decoding_poc()3923 pInfo->img.CurrPicOrderCntMsb = pInfo->img.PicOrderCntMsb - MaxPicOrderCntLsb; in h264_hdr_decoding_poc()3926 pInfo->img.CurrPicOrderCntMsb = pInfo->img.PicOrderCntMsb; in h264_hdr_decoding_poc()3934 pInfo->img.toppoc = pInfo->img.CurrPicOrderCntMsb + pInfo->img.pic_order_cnt_lsb; 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()3954 pInfo->img.PicOrderCntMsb = pInfo->img.CurrPicOrderCntMsb; in h264_hdr_decoding_poc()4149 pInfo->img.PicOrderCntMsb = pInfo->img.CurrPicOrderCntMsb; in h264_hdr_post_poc()
869 int32_t CurrPicOrderCntMsb; member