Home | History | Annotate | Download | only in src

Lines Matching defs:qp

129 * Description           : return the Inter Bias Value to use for the given QP
229 // Dont Write QP Values To ESB -- IPE will write these values
230 // Update the quantization parameter which includes doing Lamda and the Chroma QP
295 // Dont Write QP Values To ESB -- IPE will write these values
296 // Update the quantization parameter which includes doing Lamda and the Chroma QP
373 // Dont Write QP Values To ESB -- IPE will write these values
374 // Update the quantization parameter which includes doing Lamda and the Chroma QP
383 IMG_INT8 qp = n;
384 if (qp > 51) qp = 51;
387 iInterMBBias_P = tng__H264ES_inter_bias(qp);
432 // drv_debug_msg(VIDEO_DEBUG_GENERAL, "qp %d, iIntra16Bias %d, iInterMBBias %d, uDirectVecBias %d\n", qp, iIntra16Bias, iInterMBBias, uDirectVecBias);