Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.h334 …IMG_UINT32 ui32CabacBinFlex; //!< Max Flex-Limit, the Topaz-HW will encode MB as IPCM after… member
Dtng_hostcode.c710 ctx->ui32CabacBinFlex = 0;//This parameter need not be exposed in tng__init_context()
712 ctx->ui32CabacBinFlex = TOPAZHP_DEFAULT_uCABACBinFlex;//This parameter need not be exposed in tng__init_context()
2714 …psMtxEncContext->ui32IPCM_0_Config = F_ENCODE(ctx->ui32CabacBinFlex, TOPAZ_VLC_CR_CABAC_BIN_FLEX) | in tng__setvideo_params()