/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
pre_big.h | 114 const Word16 gamma2[], /* i : spectral exp. factor 2 */
|
pre_big.cpp | 98 gamma2 = array of type const Word16 -- spectral exp. factor 2 162 const Word16 gamma2[], /* i : spectral exp. factor 2 */ 199 Weight_Ai(&A_t[aOffset], gamma2, Ap2);
|
spreproc.h | 112 const Word16 gamma2[], /* i : spectral exp. factor 2 */
|
spreproc.cpp | 105 gamma2 -- const Word16 array -- spectral exp. factor 2 175 const Word16 gamma2[], /* i : spectral exp. factor 2 */ 206 Weight_Ai(A, gamma2, Ap2);
|
cod_amr.cpp | 143 static const Word16 gamma2[M] = variable 962 pre_big(mode, gamma1, gamma1_12k2, gamma2, A_t, i_subfr, st->speech, 1049 gamma2, A, Aq, &st->speech[i_subfr], 1057 gamma2, A, Aq, &st->speech[i_subfr], [all...] |
/external/speex/libspeex/ |
modes.h | 125 spx_word16_t gamma2; /**< Perceptual filter parameter #2 */ member in struct:SpeexNBMode 141 spx_word16_t gamma2; /**< Perceptual filter parameter #1 */ member in struct:SpeexSBMode
|
sb_celp.h | 56 spx_word16_t gamma2; /**< Perceptual weighting coef 2 */ member in struct:SBEncState
|
nb_celp.h | 75 spx_word16_t gamma2; /**< Perceptual filter: A(z/gamma2) */ member in struct:EncState
|
nb_celp.c | 138 st->gamma2=mode->gamma2; 363 bw_lpc(st->gamma2, interp_lpc, bw_lpc2, st->lpcSize); 697 if (st->gamma2>=0) 698 bw_lpc(st->gamma2, interp_lpc, bw_lpc2, st->lpcSize); [all...] |
sb_celp.c | 230 st->gamma2=mode->gamma2; 576 bw_lpc(st->gamma2, interp_lpc, bw_lpc2, st->lpcSize); [all...] |