OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countDiv
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c
138
int16_t lmagn[HALF_ANAL_BLOCKL], counter,
countDiv
;
194
countDiv
= WebRtcNsx_kCounterDiv[counter];
195
countProd = (int16_t)(counter *
countDiv
);
201
int16x4_t countDiv_16x4 = vdup_n_s16(
countDiv
);
203
int16x8_t tmp16x8_0 = vdupq_n_s16(
countDiv
);
229
// tmp16 = (int16_t)((delta *
countDiv
) >> 14);
302
tmp16 = (int16_t)((delta *
countDiv
) >> 14);
328
width_factor,
countDiv
, 15);
nsx_core.c
338
int16_t lmagn[HALF_ANAL_BLOCKL], counter,
countDiv
;
384
countDiv
= WebRtcNsx_kCounterDiv[counter];
385
countProd = (int16_t)(counter *
countDiv
);
404
tmp16 = (int16_t)((delta *
countDiv
) >> 14);
429
width_factor,
countDiv
, 15);
[
all
...]
Completed in 38 milliseconds