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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 144 const int16_t width_factor = 21845; local
183 int16x8_t WIDTHFACTOR_16x8 = vdupq_n_s16(width_factor);
338 width_factor, countDiv, 15);
nsx_core_neon.S 144 movw r3, #21845 @ width_factor
175 @ width_factor, countDiv, 15);
293 movw r3, #21845 @ width_factor
nsx_core.c 343 const int16_t width_factor = 21845; local
431 width_factor, countDiv, 15);
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 103 const int16_t width_factor = 21845; local
142 int16x8_t WIDTHFACTOR_16x8 = vdupq_n_s16(width_factor);
296 width_factor, countDiv, 15);
nsx_core.c 479 const int16_t width_factor = 21845; local
567 width_factor, countDiv, 15);
    [all...]

Completed in 121 milliseconds