Searched refs:ch_stored_p (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core_mips.c445 int16_t* ch_stored_p = &(aecm->channelStored[0]); local
458 "lh %[stored0], 0(%[ch_stored_p]) \n\t"
461 "lh %[stored1], 2(%[ch_stored_p]) \n\t"
477 "lh %[stored0], 4(%[ch_stored_p]) \n\t"
480 "lh %[stored1], 6(%[ch_stored_p]) \n\t"
489 "addiu %[ch_stored_p], %[ch_stored_p], 8 \n\t"
505 [ch_stored_p] "+r" (ch_stored_p), [ch_adapt_p] "+r" (ch_adapt_p),

Completed in 396 milliseconds