Searched refs:PicOrderCntMsb (Results 1 – 3 of 3) sorted by relevance
1367 int PicOrderCntMsb, TopFieldOrderCnt; in calc_poc() local1378 PicOrderCntMsb = prevPicOrderCntMsb + MaxPicOrderCntLsb; in calc_poc()1381 PicOrderCntMsb = prevPicOrderCntMsb - MaxPicOrderCntLsb; in calc_poc()1383 PicOrderCntMsb = prevPicOrderCntMsb; in calc_poc()1385 TopFieldOrderCnt = PicOrderCntMsb + pic_order_cnt_lsb; in calc_poc()1388 PicOrderCntMsb_ref = PicOrderCntMsb; in calc_poc()
3898 pInfo->img.PicOrderCntMsb = 0; in h264_hdr_decoding_poc()3905 pInfo->img.PicOrderCntMsb = 0; in h264_hdr_decoding_poc()3910 pInfo->img.PicOrderCntMsb = 0; in h264_hdr_decoding_poc()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()3954 pInfo->img.PicOrderCntMsb = pInfo->img.CurrPicOrderCntMsb; in h264_hdr_decoding_poc()4149 pInfo->img.PicOrderCntMsb = pInfo->img.CurrPicOrderCntMsb; in h264_hdr_post_poc()
868 int32_t PicOrderCntMsb; member