Home
last modified time | relevance | path

Searched refs:PicOrderCntMsb (Results 1 – 1 of 1) 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()