OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:celt_pitch_xcorr
(Results
1 - 2
of
2
) sorted by null
/external/libopus/celt/arm/
pitch_arm.h
41
# define celt_pitch_xcorr_media MAY_HAVE_EDSP(
celt_pitch_xcorr
)
51
# define
celt_pitch_xcorr
(_x, _y, xcorr, len, max_pitch, arch) \
macro
52
((void)(arch),PRESUME_NEON(
celt_pitch_xcorr
)(_x, _y, xcorr, len, max_pitch))
/external/libopus/celt/
pitch.h
164
# define
celt_pitch_xcorr
(_x, _y, xcorr, len, max_pitch, arch) \
macro
168
# define
celt_pitch_xcorr
(_x, _y, xcorr, len, max_pitch, arch) \
macro
Completed in 3009 milliseconds