Searched refs:pic_order_cnt_lsb (Results 1 – 7 of 7) sorted by relevance
104 uint16_t pic_order_cnt_lsb; member
426 unsigned short pic_order_cnt_lsb; member
2503 unsigned char pic_order_cnt_lsb; member
1596 va_TraceMsg(trace_ctx, "\tpic_order_cnt_lsb = %d\n", p->pic_order_cnt_lsb); in va_TraceVAEncSliceParameterBufferH264()
1363 static int calc_poc(int pic_order_cnt_lsb) in calc_poc() argument1376 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()1385 TopFieldOrderCnt = PicOrderCntMsb + pic_order_cnt_lsb; in calc_poc()1389 pic_order_cnt_lsb_ref = pic_order_cnt_lsb; in calc_poc()1662 … slice_param.pic_order_cnt_lsb = (current_frame_display - current_IDR_display) % MaxPicOrderCntLsb; in render_slice()
1349 currentSlice->pic_order_cnt_lsb = mFrameNum * 2; in renderSliceParams()