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

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pre_big.h 112 const Word16 gamma1[], /* i : spectral exp. factor 1 */
pre_big.cpp 96 gamma1 = array of type const Word16 -- spectral exp. factor 1
160 const Word16 gamma1[], /* i : spectral exp. factor 1 */
179 g1 = gamma1;
spreproc.h 110 const Word16 gamma1[], /* i : spectral exp. factor 1 */
spreproc.cpp 103 gamma1 -- const Word16 array -- spectral exp. factor 1
173 const Word16 gamma1[], /* i : spectral exp. factor 1 */
194 /* mode specific pointer to gamma1 values */
201 g1 = gamma1;
cod_amr.cpp 130 static const Word16 gamma1[M] = variable
136 /* gamma1 differs for the 12k2 coder */
962 pre_big(mode, gamma1, gamma1_12k2, gamma2, A_t, i_subfr, st->speech,
1048 subframePreProc(*usedMode, gamma1, gamma1_12k2,
1056 subframePreProc(*usedMode, gamma1, gamma1_12k2,
    [all...]
  /external/speex/libspeex/
modes.h 124 spx_word16_t gamma1; /**< Perceptual filter parameter #1 */ member in struct:SpeexNBMode
140 spx_word16_t gamma1; /**< Perceptual filter parameter #1 */ member in struct:SpeexSBMode
sb_celp.h 55 spx_word16_t gamma1; /**< Perceptual weighting coef 1 */ member in struct:SBEncState
nb_celp.h 74 spx_word16_t gamma1; /**< Perceptual filter: A(z/gamma1) */ member in struct:EncState
sb_celp.c 229 st->gamma1=mode->gamma1;
575 bw_lpc(st->gamma1, interp_lpc, bw_lpc1, st->lpcSize);
    [all...]
nb_celp.c 137 st->gamma1=mode->gamma1;
362 bw_lpc(st->gamma1, interp_lpc, bw_lpc1, st->lpcSize);
696 bw_lpc(st->gamma1, interp_lpc, bw_lpc1, st->lpcSize);
    [all...]

Completed in 518 milliseconds