Home | History | Annotate | Download | only in src

Lines Matching defs:qp

208         // Dont Write QP Values To ESB -- IPE will write these values
209 // Update the quantization parameter which includes doing Lamda and the Chroma QP
265 // Dont Write QP Values To ESB -- IPE will write these values
266 // Update the quantization parameter which includes doing Lamda and the Chroma QP
330 // Dont Write QP Values To ESB -- IPE will write these values
331 // Update the quantization parameter which includes doing Lamda and the Chroma QP
344 IMG_INT8 qp = n;
345 if (qp > 51) qp = 51;
347 uIPESkipVecBias = H264SkipBias(qp, ui8THSkip);
348 iInterMBBias = H264InterBias(qp);
349 uSPESkipVecBias = H264SkipBias(qp, ui8THSkip);
350 iIntra16Bias = H264Intra4x4Bias(qp);
948 int origin_qp, i;/* in DDK setup_rc will change qp strangly,
1341 /* Calculate Initial QP if it has not been specified */
1586 /* H.264 QP scaling tables */