HomeSort by relevance Sort by last modified time
    Searched defs:celt_pitch_xcorr (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/opus/src/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/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/chromium_org/third_party/opus/src/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
  /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 384 milliseconds