Searched refs:nDeblockIDC (Results 1 – 6 of 6) sorted by relevance
1105 …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()
231 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()
309 MS_S32 nDeblockIDC; member
145 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()
1030 …len += ue_v("SH: disable_deblocking_filter_idc", pInfo->nDeblockIDC, bitstream); // Turn loop fil… in SliceHeader()1031 if (pInfo->nDeblockIDC!=1) in SliceHeader()
286 int nDeblockIDC; member