Searched refs:sBiasTables (Results 1 – 3 of 3) sorted by relevance
217 ctx->sBiasTables.ui32LritcCacheChunkConfig = F_ENCODE(ctx->uChunksPerMb, INTEL_CH_PM) | in tng__MPEG4ES_generate_bias_tables()239 ctx->sBiasTables.aui32LambdaBias[n] = ui32RegVal; in tng__MPEG4ES_generate_bias_tables()257 ctx->sBiasTables.aui32IntraBias[n] = iIntra16Bias; in tng__MPEG4ES_generate_bias_tables()258 ctx->sBiasTables.aui32InterBias_P[n] = iInterMBBias; in tng__MPEG4ES_generate_bias_tables()259 ctx->sBiasTables.aui32DirectBias_P[n] = uDirectVecBias; in tng__MPEG4ES_generate_bias_tables()263 ctx->sBiasTables.ui32sz1 = psBiasParams->uisz1; in tng__MPEG4ES_generate_bias_tables()265 ctx->sBiasTables.ui32sz1 = psBiasParams->uisz2; in tng__MPEG4ES_generate_bias_tables()284 ctx->sBiasTables.ui32LritcCacheChunkConfig = F_ENCODE(ctx->uChunksPerMb, INTEL_CH_PM) | in tng__H263ES_generate_bias_tables()306 ctx->sBiasTables.aui32LambdaBias[n] = ui32RegVal; in tng__H263ES_generate_bias_tables()324 ctx->sBiasTables.aui32IntraBias[n] = iIntra16Bias; in tng__H263ES_generate_bias_tables()[all …]
757 ctx->sBiasTables.ui32FCode = ctx->ui32FCode; in tng__init_context()762 if (!ctx->sBiasTables.ui32FCode) in tng__init_context()763 ctx->sBiasTables.ui32FCode = 4; in tng__init_context()1985 ctx->sBiasTables.ui32SeqConfigInit = ui32SeqConfig; in tng__prepare_encode_sliceparams()2873 … uX = tng__min(128 - 1, (((1<<(ctx->sBiasTables.ui32FCode - 1)) * uResidualSize)/4) - 1); in tng__setvideo_params()2874 … uY = tng__min(104 - 1, (((1<<(ctx->sBiasTables.ui32FCode - 1)) * uResidualSize)/4) - 1); in tng__setvideo_params()2894 psMtxEncContext->aui32DirectBias_P[n >> 1] = ctx->sBiasTables.aui32DirectBias_P[n]; in tng__setvideo_params()2895 psMtxEncContext->aui32InterBias_P[n >> 1] = ctx->sBiasTables.aui32InterBias_P[n]; in tng__setvideo_params()2896 psMtxEncContext->aui32DirectBias_B[n >> 1] = ctx->sBiasTables.aui32DirectBias_B[n]; in tng__setvideo_params()2897 psMtxEncContext->aui32InterBias_B[n >> 1] = ctx->sBiasTables.aui32InterBias_B[n]; in tng__setvideo_params()
392 IMG_BIAS_TABLES sBiasTables; member