Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dparset.c1105 …len += ue_v((MS_S8*)("SH: disable_deblocking_filter_idc"), pInfo->nDeblockIDC, bitstream); // Tur… in SliceHeader()
1106 if (pInfo->nDeblockIDC!=1) in SliceHeader()
1158 …len += ue_v((MS_S8*)("SH: disable_deblocking_filter_idc"), pInfo->nDeblockIDC, bitstream); // Tur… in DummySliceHeaderAndData()
1159 if (pInfo->nDeblockIDC!=1) in DummySliceHeaderAndData()
H A Dmfe_reg_264e.c231 pInfo->nDeblockIDC = 2; // 0--all edges; 1--no edges; 2--edges inside slice boundary in mfeH264_Init()
868 mfe_reg->reg_mfe_s_mdc_h264_disable_dbf_idc = pInfo->nDeblockIDC;//img->LFDisableIdc==1?1:2; in OutputSwCfg1_H264()
H A Dmfe_common.h309 MS_S32 nDeblockIDC; member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_reg_264e.c145 pInfo->nDeblockIDC = 2; // 0--all edges; 1--no edges; 2--edges inside slice boundary in mfeH264_Init()
485 mfe_reg.reg_mfe_s_mdc_h264_disable_dbf_idc = pInfo->nDeblockIDC;//img->LFDisableIdc==1?1:2; in OutputSwCfg1_H264()
H A Dparset.c1030 …len += ue_v("SH: disable_deblocking_filter_idc", pInfo->nDeblockIDC, bitstream); // Turn loop fil… in SliceHeader()
1031 if (pInfo->nDeblockIDC!=1) in SliceHeader()
H A Dmfe_common.h286 int nDeblockIDC; member