Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_reg_jpge.c168 mfe_reg.reg_mfe_s_quan_idx_last = pJpgInfo->nLastZZ; in OutputSwCfg1_Jpg()
169 if (mfe_reg.reg_mfe_s_quan_idx_last<63) in OutputSwCfg1_Jpg()
H A Dmfe_reg_264e.c490 mfe_reg.reg_mfe_s_quan_idx_last = 63; in OutputSwCfg1_H264()
491 if (mfe_reg.reg_mfe_s_quan_idx_last<63) in OutputSwCfg1_H264()
H A Dmfe_reg_m4ve.c653 mfe_reg.reg_mfe_s_quan_idx_last = pM4veInfo->m_nLastZZ; in OutputSwCfg1_Mp4()
654 if (mfe_reg.reg_mfe_s_quan_idx_last<63) in OutputSwCfg1_Mp4()
H A Dmfe_reg.h580 …MFE_U16 reg_mfe_s_quan_idx_last:6; // the index of the last non-zero coefficient in the zig… member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_reg_jpge.c_240 mfe_reg->reg_mfe_s_quan_idx_last = pJpgInfo->nLastZZ;
241 if (mfe_reg->reg_mfe_s_quan_idx_last<63)
H A Dmfe_reg_m4ve.c807 mfe_reg->reg_mfe_s_quan_idx_last = pM4veInfo->m_nLastZZ; in OutputSwCfg1_Mp4()
808 if (mfe_reg->reg_mfe_s_quan_idx_last<63) in OutputSwCfg1_Mp4()
H A Dmfe_reg_264e.c873 mfe_reg->reg_mfe_s_quan_idx_last = 63; in OutputSwCfg1_H264()
874 if (mfe_reg->reg_mfe_s_quan_idx_last<63) in OutputSwCfg1_H264()
H A Dmfe_reg.h624 …MS_U16 reg_mfe_s_quan_idx_last:6; // the index of the last non-zero coefficient in the zig-zag or… member