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

  /external/libopus/celt/arm/
pitch_arm.h 77 # define celt_pitch_xcorr_media MAY_HAVE_EDSP(celt_pitch_xcorr)
93 # define celt_pitch_xcorr (*CELT_PITCH_XCORR_IMPL[(arch)&OPUS_ARCHMASK]) macro
99 # define celt_pitch_xcorr (PRESUME_NEON(celt_pitch_xcorr)) macro
145 # define celt_pitch_xcorr (*CELT_PITCH_XCORR_IMPL[(arch)&OPUS_ARCHMASK]) macro
150 # define celt_pitch_xcorr celt_pitch_xcorr_float_neon macro
arm_celt_map.c 62 MAY_HAVE_EDSP(celt_pitch_xcorr), /* EDSP */
63 MAY_HAVE_MEDIA(celt_pitch_xcorr), /* Media */
64 MAY_HAVE_NEON(celt_pitch_xcorr) /* NEON */
  /external/libopus/celt/
pitch.h 189 # define celt_pitch_xcorr celt_pitch_xcorr_c macro
celt_lpc.c 266 celt_pitch_xcorr(xptr, xptr, ac, fastN, lag+1, arch);
pitch.c 345 celt_pitch_xcorr(x_lp4, y_lp4, xcorr, len>>2, max_pitch>>2, arch);
  /external/libopus/silk/float/
pitch_analysis_core_FLP.c 181 celt_pitch_xcorr( target_ptr, target_ptr-max_lag_4kHz, xcorr, sf_length_8kHz, max_lag_4kHz - min_lag_4kHz + 1, arch );
533 celt_pitch_xcorr( target_ptr, target_ptr - start_lag - lag_high, xcorr, sf_length, lag_high - lag_low + 1, arch );
  /external/libopus/silk/fixed/
burg_modified_FIX.c 98 celt_pitch_xcorr(x_ptr, x_ptr + 1, xcorr, subfr_length - D, D, arch );
pitch_analysis_core_FIX.c 200 celt_pitch_xcorr( target_ptr, target_ptr - MAX_LAG_4KHZ, xcorr32, SF_LENGTH_8KHZ, MAX_LAG_4KHZ - MIN_LAG_4KHZ + 1, arch );
616 celt_pitch_xcorr( target_ptr, target_ptr - start_lag - lag_high, xcorr32, sf_length, lag_high - lag_low + 1, arch );
    [all...]
  /external/libopus/silk/fixed/x86/
burg_modified_FIX_sse.c 110 celt_pitch_xcorr(x_ptr, x_ptr + 1, xcorr, subfr_length - D, D, arch );

Completed in 260 milliseconds