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

/hardware/intel/img/psb_video/src/
H A Dpnw_hostcode.c80 static const IMG_INT8 H264_QPLAMBDA_MAP[40] = { variable
124 i16Lambda = H264_QPLAMBDA_MAP[i16Lambda];
150 i16Lambda = H264_QPLAMBDA_MAP[i16Lambda];
333 ui32RegVal |= ((H264_QPLAMBDA_MAP[iX] * 24) / 16) << 8;
334 ui32RegVal |= (H264_QPLAMBDA_MAP[iX]) << 16;

Completed in 6 milliseconds