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

  /external/libopus/silk/
pitch_est_defines.h 56 #define PE_NB_STAGE3_LAGS 5
  /external/libopus/silk/float/
pitch_analysis_core_FLP.c 46 silk_float cross_corr_st3[ PE_MAX_NB_SUBFR ][ PE_NB_CBKS_STAGE3_MAX ][ PE_NB_STAGE3_LAGS ], /* O 3 DIM correlation array */
56 silk_float energies_st3[ PE_MAX_NB_SUBFR ][ PE_NB_CBKS_STAGE3_MAX ][ PE_NB_STAGE3_LAGS ], /* O 3 DIM correlation array */
101 silk_float energies_st3[ PE_MAX_NB_SUBFR ][ PE_NB_CBKS_STAGE3_MAX ][ PE_NB_STAGE3_LAGS ];
102 silk_float cross_corr_st3[ PE_MAX_NB_SUBFR ][ PE_NB_CBKS_STAGE3_MAX ][ PE_NB_STAGE3_LAGS ];
493 silk_float cross_corr_st3[ PE_MAX_NB_SUBFR ][ PE_NB_CBKS_STAGE3_MAX ][ PE_NB_STAGE3_LAGS ], /* O 3 DIM correlation array */
545 for( j = 0; j < PE_NB_STAGE3_LAGS; j++ ) {
560 silk_float energies_st3[ PE_MAX_NB_SUBFR ][ PE_NB_CBKS_STAGE3_MAX ][ PE_NB_STAGE3_LAGS ], /* O 3 DIM correlation array */
621 for( j = 0; j < PE_NB_STAGE3_LAGS; j++ ) {
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 54 typedef opus_int32 silk_pe_stage3_vals[ PE_NB_STAGE3_LAGS ];
653 for( j = 0; j < PE_NB_STAGE3_LAGS; j++ ) {
    [all...]

Completed in 174 milliseconds