Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostbias.c398 if (psBiasParams->iInterMBBiasB != UNINIT_PARAM) in tng__H264ES_generate_bias_tables()
399 iInterMBBias_B = psBiasParams->iInterMBBiasB; in tng__H264ES_generate_bias_tables()
408 … if (psBiasParams->uDirectVecBias == UNINIT_PARAM || psBiasParams->iInterMBBiasB == UNINIT_PARAM) { in tng__H264ES_generate_bias_tables()
409 …ecBias = 0x%x, iInterMBBiasB = 0x%x\n", psBiasParams->uDirectVecBias, psBiasParams->iInterMBBiasB); in tng__H264ES_generate_bias_tables()
413 iInterMBBias_B = psBiasParams->iInterMBBiasB; in tng__H264ES_generate_bias_tables()
748 psBiasParams->iInterMBBiasB = UNINIT_PARAM; in tng_init_bias_params()
Dtng_hostdefs.h375 IMG_UINT32 iInterMBBiasB; member