Home
last modified time | relevance | path

Searched refs:L_INTER_SRCH (Results 1 – 10 of 10) sorted by relevance

/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
H A Dinter_36_tab.cpp107 #define FIR_SIZE (UP_SAMP_MAX*L_INTER_SRCH+1)
H A Dinter_36.cpp191 for (i = (L_INTER_SRCH >> 1); i != 0; i--) in Interpol_3or6()
H A Dpitch_fr.cpp1321 t_min = t0_min - L_INTER_SRCH;
1322 t_max = t0_max + L_INTER_SRCH;
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/gsm-amr/src/
H A Drom_enc.h48 #define L_INTER_SRCH 4 /* Length of filter for CL LTP search interpolation */ macro
564 static const Float32 b24[UP_SAMP_MAX*L_INTER_SRCH+1] =
H A Drom_dec.h54 #define L_INTER_SRCH 4 /* Length of filter for CL LTP search interpolation */ macro
H A Dsp_enc.c3049 for ( i = 0, k = 0; i < L_INTER_SRCH; i++, k += UP_SAMP_MAX ) { in Interpol_3or6()
3408 t_min = T0_min - L_INTER_SRCH; in Pitch_fr()
3409 t_max = T0_max + L_INTER_SRCH; in Pitch_fr()
/dports/net/opal/opal-3.10.10/plugins/audio/gsm-amr/src/
H A Drom_enc.h48 #define L_INTER_SRCH 4 /* Length of filter for CL LTP search interpolation */ macro
564 static const Float32 b24[UP_SAMP_MAX*L_INTER_SRCH+1] =
H A Drom_dec.h54 #define L_INTER_SRCH 4 /* Length of filter for CL LTP search interpolation */ macro
H A Dsp_enc.c3049 for ( i = 0, k = 0; i < L_INTER_SRCH; i++, k += UP_SAMP_MAX ) { in Interpol_3or6()
3408 t_min = T0_min - L_INTER_SRCH; in Pitch_fr()
3409 t_max = T0_max + L_INTER_SRCH; in Pitch_fr()
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
H A Dcnst.h85 #define L_INTER_SRCH 4 /* Length of filter for CL LTP search */ macro