HomeSort by relevance Sort by last modified time
    Searched refs:nShifts (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_c.c 36 int i, normTmp, normTmp2, nShifts;
89 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5;
95 nShifts++;
97 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14
119 nShifts = 4;
124 nShifts++;
126 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14
165 nShifts = 1;
172 nShifts--;
174 tmpU32no1 = WEBRTC_SPL_RSHIFT_U32(tmpU32no2, nShifts);
    [all...]
nsx_core_mips.c 35 int i, normTmp, nShifts;
123 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5;
129 nShifts++;
131 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14
153 nShifts = 4;
158 nShifts++;
160 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); //Q14
199 nShifts = 1;
206 nShifts--;
208 tmpU32no1 = WEBRTC_SPL_RSHIFT_U32(tmpU32no2, nShifts);
    [all...]
nsx_core.c     [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c     [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 144 int nShifts;
146 nShifts = extraBits = 0;
151 nShifts++;
155 nShifts++;
157 return nShifts;
165 int nShifts;
167 nShifts = 0;
173 nShifts++;
176 return nShifts;
    [all...]

Completed in 113 milliseconds