Home
last modified time | relevance | path

Searched refs:ui8DeblockIDC (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c2306 …ug_msg(VIDEO_DEBUG_GENERAL, "%s PTG ui8DeblockIDC = %x\n", __FUNCTION__, ctx->ui8DeblockIDC ); in tng__generate_slice_params_template()
2317 ctx->ui8DeblockIDC, // uiDeblockIDC in tng__generate_slice_params_template()
2349 ctx->ui8DeblockIDC, in tng__generate_slice_params_template()
2780 … psMtxEncContext->ui32DeblockCtrl = F_ENCODE(ctx->ui8DeblockIDC, TOPAZ_DB_CR_DISABLE_DEBLOCK_IDC); in tng__setvideo_params()
3187 if ((ctx->ui8DeblockIDC == 0) && (ctx->bArbitrarySO)) in tng__validate_params()
3188 ctx->ui8DeblockIDC = 2; in tng__validate_params()
3190 …if ((ctx->ui8DeblockIDC == 0) && ((IMG_UINT32)(ctx->ui8PipesToUse) > 1) && (ctx->ui8SlicesPerPictu… in tng__validate_params()
3194 ctx->ui8DeblockIDC = 2; in tng__validate_params()
3198 ctx->ui8DeblockIDC = 1; in tng__validate_params()
3200 ctx->ui8DeblockIDC = 1; in tng__validate_params()
Dtng_hostcode.h345 IMG_UINT8 ui8DeblockIDC; member
Dtng_MPEG4ES.c369 ctx->ui8DeblockIDC = psSliceParams->slice_flags.bits.disable_deblocking_filter_idc; in tng__MPEG4ES_process_slice_param()
Dtng_H264ES.c1041 ctx->ui8DeblockIDC = ucCurDeblockIdc; in tng__H264ES_process_slice_param_mrfld()
1055 ctx->ui8DeblockIDC = psSliceParams->slice_flags.bits.disable_deblocking_filter_idc; in tng__H264ES_process_slice_param_mdfld()
Dtng_H263ES.c372 ctx->ui8DeblockIDC = psSliceParams->slice_flags.bits.disable_deblocking_filter_idc; in tng__H263ES_process_slice_param()