HomeSort by relevance Sort by last modified time
    Searched full:gamma1 (Results 1 - 20 of 20) 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 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
nb_celp.h 74 spx_word16_t gamma1; /**< Perceptual filter: A(z/gamma1) */ member in struct:EncState
sb_celp.h 55 spx_word16_t gamma1; /**< Perceptual weighting coef 1 */ member in struct:SBEncState
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...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
cnst.h 56 #define GAMMA1 30147 /* Weighting factor (numerator) (0.92 in Q15) */
  /external/wpa_supplicant_8/src/crypto/
sha256-internal.c 91 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
114 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) +
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha512.c 90 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6))
114 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
sha256.c 65 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
92 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
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;
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;
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...]
pre_big.h 112 const Word16 gamma1[], /* i : spectral exp. factor 1 */
spreproc.h 110 const Word16 gamma1[], /* i : spectral exp. factor 1 */
  /external/wpa_supplicant/
sha256.c 225 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
248 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) +
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha256.c 228 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
251 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) +
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_cnst.h 109 #define GAMMA1 30147 /* Weighting factor (numerator) (0.92 in Q15) */
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 430 Weight_a(p_A, Ap, GAMMA1, M);
764 Weight_a(p_A, Ap, GAMMA1, M);
781 Weight_a(p_A, Ap, GAMMA1, M);
798 Weight_a(p_A, error + M, GAMMA1, M);
    [all...]

Completed in 305 milliseconds