OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nShifts
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_c.c
37
int 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
164
nShifts
= 1;
171
nShifts
--;
173
tmpU32no1 = tmpU32no2 >>
nShifts
;
[
all
...]
nsx_core_mips.c
36
int normTmp,
nShifts
;
124
nShifts
= 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5;
130
nShifts
++;
132
tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1,
nShifts
); // Q14
154
nShifts
= 4;
159
nShifts
++;
161
tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 <<
nShifts
, 25); //Q14
199
nShifts
= 1;
206
nShifts
--;
208
tmpU32no1 = tmpU32no2 >>
nShifts
;
[
all
...]
nsx_core.c
[
all
...]
Completed in 44 milliseconds