• Home
  • Raw
  • Download

Lines Matching refs:iInterMBBias

214     IMG_UINT32 uDirectVecBias,iInterMBBias,iIntra16Bias;  in tng__MPEG4ES_generate_bias_tables()  local
245 iInterMBBias = psBiasParams->uTHInter * (n - psBiasParams->uTHInterQP); in tng__MPEG4ES_generate_bias_tables()
248 if(iInterMBBias > psBiasParams->uTHInterMaxLevel) in tng__MPEG4ES_generate_bias_tables()
249 iInterMBBias = psBiasParams->uTHInterMaxLevel; in tng__MPEG4ES_generate_bias_tables()
253 iInterMBBias = psBiasParams->iInterMBBias; in tng__MPEG4ES_generate_bias_tables()
258 ctx->sBiasTables.aui32InterBias_P[n] = iInterMBBias; in tng__MPEG4ES_generate_bias_tables()
281 IMG_UINT32 uDirectVecBias,iInterMBBias,iIntra16Bias; in tng__H263ES_generate_bias_tables() local
312 iInterMBBias = psBiasParams->uTHInter * (n - psBiasParams->uTHInterQP); in tng__H263ES_generate_bias_tables()
315 if(iInterMBBias > psBiasParams->uTHInterMaxLevel) in tng__H263ES_generate_bias_tables()
316 iInterMBBias = psBiasParams->uTHInterMaxLevel; in tng__H263ES_generate_bias_tables()
320 iInterMBBias = psBiasParams->iInterMBBias; in tng__H263ES_generate_bias_tables()
325 ctx->sBiasTables.aui32InterBias_P[n] = iInterMBBias; in tng__H263ES_generate_bias_tables()
403 if (psBiasParams->iInterMBBias != UNINIT_PARAM) in tng__H264ES_generate_bias_tables()
404 iInterMBBias_P = psBiasParams->iInterMBBias; in tng__H264ES_generate_bias_tables()
415 … if (psBiasParams->uIPESkipVecBias == UNINIT_PARAM || psBiasParams->iInterMBBias == UNINIT_PARAM) { in tng__H264ES_generate_bias_tables()
416 …VecBias = 0x%x, iInterMBBias = 0x%x\n", psBiasParams->uIPESkipVecBias, psBiasParams->iInterMBBias); in tng__H264ES_generate_bias_tables()
420 iInterMBBias_P = psBiasParams->iInterMBBias; in tng__H264ES_generate_bias_tables()
747 psBiasParams->iInterMBBias = UNINIT_PARAM; in tng_init_bias_params()