Home
last modified time | relevance | path

Searched refs:prevPicOrderCntMsb (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()
1372 prevPicOrderCntMsb = PicOrderCntMsb_ref; in calc_poc()
1378 PicOrderCntMsb = prevPicOrderCntMsb + MaxPicOrderCntLsb; in calc_poc()
1381 PicOrderCntMsb = prevPicOrderCntMsb - MaxPicOrderCntLsb; in calc_poc()
1383 PicOrderCntMsb = prevPicOrderCntMsb; in calc_poc()