Home
last modified time | relevance | path

Searched refs:ui32FCode (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.h269 IMG_UINT32 ui32FCode; member
Dtng_MPEG4ES.c177 ctx->ui32FCode = 4; in tng_MPEG4ES_CreateContext()
Dtng_hostcode.c714 ctx->ui32FCode = 4; //This parameter need not be exposed in tng__init_context()
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()
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()
Dtng_hostdefs.h757 IMG_UINT32 ui32FCode; //!< value only used in MPEG4 member
Dtng_H263ES.c165 ctx->ui32FCode = 4; in tng_H263ES_CreateContext()
Dtng_hostbias.c612 …te(TOPAZ_VLC_REG, TOPAZ_VLC_CR_VLC_MPEG4_CFG, 0, F_ENCODE(psBiasTables->ui32FCode - 1, TOPAZ_VLC_C… in tng__MPEG4_load_bias_tables()
Dtng_H264ES.c171 ctx->ui32FCode = 4; in tng__H264ES_init_context()