HomeSort by relevance Sort by last modified time
    Searched full:p_start_src (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 518 int16_t* p_start_src = inst->synthesisBuffer + inst->blockLen10ms; local
521 while (p_start_src < p_end_src) {
522 int16x8_t frame = vld1q_s16(p_start_src);
524 p_start_src += 8;
546 int16_t* p_start_src = inst->analysisBuffer + inst->blockLen10ms; local
549 while (p_start_src < p_end_src) {
550 int16x8_t frame = vld1q_s16(p_start_src);
553 p_start_src += 8;
559 p_start_src = new_speech;
562 while (p_start_src < p_end_src)
    [all...]

Completed in 64 milliseconds