Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dinter_36_tab.cpp146 #define FIR_SIZE (UP_SAMP_MAX*L_INTER_SRCH+1)
Dinter_36.cpp233 for (i = (L_INTER_SRCH >> 1); i != 0; i--) in Interpol_3or6()
Dpitch_fr.cpp1472 t_min = sub(t0_min, L_INTER_SRCH, pOverflow); in Pitch_fr()
1473 t_max = add(t0_max, L_INTER_SRCH, pOverflow); in Pitch_fr()
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dcnst.h85 #define L_INTER_SRCH 4 /* Length of filter for CL LTP search */ macro