Home
last modified time | relevance | path

Searched refs:uTHInterMaxLevel (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostbias.c248 if(iInterMBBias > psBiasParams->uTHInterMaxLevel) in tng__MPEG4ES_generate_bias_tables()
249 iInterMBBias = psBiasParams->uTHInterMaxLevel; in tng__MPEG4ES_generate_bias_tables()
315 if(iInterMBBias > psBiasParams->uTHInterMaxLevel) in tng__H263ES_generate_bias_tables()
316 iInterMBBias = psBiasParams->uTHInterMaxLevel; in tng__H263ES_generate_bias_tables()
763 psBiasParams->uTHInterMaxLevel = TOPAZHP_DEFAULT_uTHInterMaxLevel; in tng_init_bias_params()
Dtng_hostdefs.h369 IMG_UINT32 uTHInterMaxLevel; member