Searched refs:prevPicOrderCntMsb (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libva/test/encode/
H A Dh264encode.c1366 int prevPicOrderCntMsb, prevPicOrderCntLsb; local
1370 prevPicOrderCntMsb = prevPicOrderCntLsb = 0;
1372 prevPicOrderCntMsb = PicOrderCntMsb_ref;
1378 PicOrderCntMsb = prevPicOrderCntMsb + MaxPicOrderCntLsb;
1381 PicOrderCntMsb = prevPicOrderCntMsb - MaxPicOrderCntLsb;
1383 PicOrderCntMsb = prevPicOrderCntMsb;

Completed in 42 milliseconds