HomeSort by relevance Sort by last modified time
    Searched full:gamma2 (Results 1 - 12 of 12) sorted by null

  /external/speex/libspeex/
modes_wb.c 186 29491, 19661, /* gamma1, gamma2 */
188 0.9, 0.6, /* gamma1, gamma2 */
232 29491, 19661, /* gamma1, gamma2 */
234 0.9, 0.6, /* gamma1, gamma2 */
modes.c 327 29491, 19661, /* gamma1, gamma2 */
329 0.9, 0.6, /* gamma1, gamma2 */
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
nb_celp.h 75 spx_word16_t gamma2; /**< Perceptual filter: A(z/gamma2) */ member in struct:EncState
sb_celp.h 56 spx_word16_t gamma2; /**< Perceptual weighting coef 2 */ member in struct:SBEncState
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...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
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.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...]
pre_big.h 114 const Word16 gamma2[], /* i : spectral exp. factor 2 */
spreproc.h 112 const Word16 gamma2[], /* i : spectral exp. factor 2 */

Completed in 148 milliseconds