Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_H264ES.c996 unsigned char ucCurDeblockIdc = 0; in tng__H264ES_process_slice_param_mrfld() local
1021 ucCurDeblockIdc = psSliceParamsH264->disable_deblocking_filter_idc; in tng__H264ES_process_slice_param_mrfld()
1022 if (ucPreDeblockIdc != ucCurDeblockIdc) { in tng__H264ES_process_slice_param_mrfld()
1025 __FUNCTION__, __LINE__, i, ucPreDeblockIdc, ucCurDeblockIdc); in tng__H264ES_process_slice_param_mrfld()
1041 ctx->ui8DeblockIDC = ucCurDeblockIdc; in tng__H264ES_process_slice_param_mrfld()