Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/encode/
Dh264encode.c1366 int prevPicOrderCntMsb, prevPicOrderCntLsb; in calc_poc() local
1370 prevPicOrderCntMsb = prevPicOrderCntLsb = 0; in calc_poc()
1373 prevPicOrderCntLsb = pic_order_cnt_lsb_ref; in calc_poc()
1376 if ((pic_order_cnt_lsb < prevPicOrderCntLsb) && in calc_poc()
1377 ((prevPicOrderCntLsb - pic_order_cnt_lsb) >= (int)(MaxPicOrderCntLsb / 2))) in calc_poc()
1379 else if ((pic_order_cnt_lsb > prevPicOrderCntLsb) && in calc_poc()
1380 ((pic_order_cnt_lsb - prevPicOrderCntLsb) > (int)(MaxPicOrderCntLsb / 2))) in calc_poc()