Home
last modified time | relevance | path

Searched refs:PicOrderCntMsb (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libva/test/encode/
Dh264encode.c1367 int PicOrderCntMsb, TopFieldOrderCnt; in calc_poc() local
1378 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()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c3898 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()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h868 int32_t PicOrderCntMsb; member