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

  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 336 int16_t* ptr_imag = &inst->imag[0]; local
344 "vld1.16 d22, [%[ptr_imag]]\n\t"
351 "vst1.16 d22, [%[ptr_imag]]!\n\t"
354 "vld1.16 d24, [%[ptr_imag]]\n\t"
361 "vst1.16 d24, [%[ptr_imag]]!\n\t"
364 :[ptr_imag]"+r"(ptr_imag),
376 *ptr_imag = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(*ptr_imag,
401 ptr_imag = &inst->imag[1]
    [all...]

Completed in 499 milliseconds