Home
last modified time | relevance | path

Searched defs:celt_pitch_xcorr (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/arm/
Dpitch_arm.h93 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ macro
101 # define celt_pitch_xcorr (PRESUME_NEON(celt_pitch_xcorr)) macro
147 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ macro
154 # define celt_pitch_xcorr celt_pitch_xcorr_float_neon macro
/external/libopus/celt/
Dpitch.h189 # define celt_pitch_xcorr celt_pitch_xcorr_c macro
/external/rnnoise/src/
Dpitch.c218 void celt_pitch_xcorr(const opus_val16 *_x, const opus_val16 *_y, in celt_pitch_xcorr() function