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

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 520 int16_t* p_start_dst = inst->synthesisBuffer; local
523 vst1q_s16(p_start_dst, frame);
525 p_start_dst += 8;
548 int16_t* p_start_dst = inst->analysisBuffer; local
551 vst1q_s16(p_start_dst, frame);
554 p_start_dst += 8;
561 p_start_dst = inst->analysisBuffer + inst->anaLen - inst->blockLen10ms;
564 vst1q_s16(p_start_dst, frame);
567 p_start_dst += 8;

Completed in 76 milliseconds