Searched defs:celt_pitch_xcorr (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/arm/ |
D | pitch_arm.h | 93 # 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/ |
D | pitch.h | 189 # define celt_pitch_xcorr celt_pitch_xcorr_c macro
|
/external/rnnoise/src/ |
D | pitch.c | 218 void celt_pitch_xcorr(const opus_val16 *_x, const opus_val16 *_y, in celt_pitch_xcorr() function
|