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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 183 int16x8_t WIDTHFACTOR_16x8 = vdupq_n_s16(width_factor);
206 int16x8_t prod16x8 = vqrdmulhq_s16(WIDTHFACTOR_16x8, tmp16x8_0);
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 142 int16x8_t WIDTHFACTOR_16x8 = vdupq_n_s16(width_factor);
165 int16x8_t prod16x8 = vqrdmulhq_s16(WIDTHFACTOR_16x8, tmp16x8_0);

Completed in 260 milliseconds