Home | History | Annotate | Download | only in src

Lines Matching refs:QP

31      OMX_INT QP        
34 int Shift = (QP/6)-2 ;
35 int Scale = armVCM4P10_VMatrix[QP%6][0];
110 * QP - Quantization parameter QpY
123 * - QP is not in the range of [0-51].
130 OMX_INT QP
137 armRetArgErrIf(QP<0, OMX_Sts_BadArgErr);
138 armRetArgErrIf(QP>51, OMX_Sts_BadArgErr);
141 /*InvTransformDequantLumaDC4x4(pDst, QP);*/
143 DequantLumaDC4x4(pDst, QP);