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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 142 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
152 logval = -WebRtcNsx_kLogTable[-tabind];
154 logval = WebRtcNsx_kLogTable[tabind];
157 int16x8_t logval_16x8 = vdupq_n_s16(logval);
175 lmagn[i] += logval;
177 lmagn[i] = logval;
266 // logval is the smallest fixed point representation we can have. Values
324 if (inst->noiseEstLogQuantile[offset + i] < logval) {
325 // logval is the smallest fixed point representation we can have.
328 inst->noiseEstLogQuantile[offset + i] = logval;
    [all...]
nsx_core.c 341 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
351 logval = -WebRtcNsx_kLogTable[-tabind];
353 logval = WebRtcNsx_kLogTable[tabind];
372 lmagn[i] += logval;
374 lmagn[i] = logval;//0;
418 if (inst->noiseEstLogQuantile[offset + i] < logval) {
421 inst->noiseEstLogQuantile[offset + i] = logval;
    [all...]
nsx_core_neon.S 97 @ [sp, #0]: logval
113 ldrh r3, [r12, r3] @ logval = WebRtcNsx_kLogTable[tabind];
115 rsblt r3, #0 @ logval = -WebRtcNsx_kLogTable[-tabind];
124 strheq r3, [r12], #2 @ lmagn[i] = logval;
268 ldr r3, [sp] @ logval
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 101 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
111 logval = -WebRtcNsx_kLogTable[-tabind];
113 logval = WebRtcNsx_kLogTable[tabind];
116 int16x8_t logval_16x8 = vdupq_n_s16(logval);
134 lmagn[i] += logval;
136 lmagn[i] = logval;
224 // logval is the smallest fixed point representation we can have. Values
282 if (inst->noiseEstLogQuantile[offset + i] < logval) {
283 // logval is the smallest fixed point representation we can have.
286 inst->noiseEstLogQuantile[offset + i] = logval;
    [all...]
nsx_core.c 477 WebRtc_Word16 log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
487 logval = -WebRtcNsx_kLogTable[-tabind];
489 logval = WebRtcNsx_kLogTable[tabind];
508 lmagn[i] += logval;
510 lmagn[i] = logval;//0;
554 if (inst->noiseEstLogQuantile[offset + i] < logval) {
557 inst->noiseEstLogQuantile[offset + i] = logval;
    [all...]

Completed in 466 milliseconds