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

  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
qua_gain.h 113 Word16 exp_coeff[], /* i : energy coeff. (5), exponent part, Q0 */
114 /* (frac_coeff and exp_coeff computed in */
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
qua_gain.h 113 Word16 exp_coeff[], /* i : energy coeff. (5), exponent part, Q0 */
114 /* (frac_coeff and exp_coeff computed in */
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
qgain795.cpp 138 exp_coeff[] -- Word16 array -- energy coefficients (5), Q0
212 Word16 exp_coeff[], /* i : energy coefficients (5), Q0 */
261 exp_max[0] = sub(exp_coeff[0], 13, pOverflow);
262 exp_max[1] = sub(exp_coeff[1], 14, pOverflow);
263 exp_max[2] = add(exp_coeff[2], add(15, shl(exp_code, 1, pOverflow), pOverflow), pOverflow);
264 exp_max[3] = add(exp_coeff[3], exp_code, pOverflow);
265 exp_max[4] = add(exp_coeff[4], add(exp_code, 1, pOverflow), pOverflow);
510 Word16 exp_coeff[5]; local
569 exp_coeff[1] = sub(exp_en[1], 15, pOverflow);
575 exp_coeff[2] = add(exp_en[2], exp, pOverflow)
    [all...]
qua_gain.cpp 126 Word16 exp_coeff -- Word16 Array -- energy coeff. (5), exponent part, Q0
127 (frac_coeff and exp_coeff computed in
198 Word16 exp_coeff[], /* i : energy coeff. (5), exponent part, Q0 */
199 /* (frac_coeff and exp_coeff computed in */
274 exp_max[0] = sub(exp_coeff[0], 13, pOverflow);
275 exp_max[1] = sub(exp_coeff[1], 14, pOverflow);
279 exp_max[2] = add(exp_coeff[2], temp, pOverflow);
281 exp_max[3] = add(exp_coeff[3], exp_code, pOverflow);
284 exp_max[4] = add(exp_coeff[4], temp, pOverflow);
calc_en.h 162 Word16 exp_coeff[], /* o : energy coefficients (5), exponent part, Q0 */
qgain795.h 113 Word16 exp_coeff[], /* i : energy coefficients (5), Q0 */
calc_en.cpp 412 exp_coeff = energy coefficients (5), exponent part, buffer type Word16
419 exp_coeff contains new exponent part energy coefficients
477 Word16 exp_coeff[], // o : energy coefficients (5), exponent part, Q0
500 exp_coeff[0] = g_coeff[1];
502 exp_coeff[1] = add(g_coeff[3], 1);
513 exp_coeff[2] = sub(15 - 18, exp);
523 exp_coeff[3] = sub(15 - 9 + 1, exp);
534 exp_coeff[4] = sub(15 - 9 + 1, exp);
563 *cod_gain_exp = sub (sub (exp, exp_coeff[2]), 14);
601 Word16 exp_coeff[], /* o : energy coefficients (5), exponent part, Q0 *
    [all...]
gain_q.cpp 495 Word16 exp_coeff[5]; local
602 exp_coeff,
626 exp_coeff,
683 exp_coeff,
696 exp_coeff,
720 exp_coeff,
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
qgain795.cpp 138 exp_coeff[] -- Word16 array -- energy coefficients (5), Q0
212 Word16 exp_coeff[], /* i : energy coefficients (5), Q0 */
261 exp_max[0] = sub(exp_coeff[0], 13, pOverflow);
262 exp_max[1] = sub(exp_coeff[1], 14, pOverflow);
263 exp_max[2] = add(exp_coeff[2], add(15, shl(exp_code, 1, pOverflow), pOverflow), pOverflow);
264 exp_max[3] = add(exp_coeff[3], exp_code, pOverflow);
265 exp_max[4] = add(exp_coeff[4], add(exp_code, 1, pOverflow), pOverflow);
510 Word16 exp_coeff[5]; local
569 exp_coeff[1] = sub(exp_en[1], 15, pOverflow);
575 exp_coeff[2] = add(exp_en[2], exp, pOverflow)
    [all...]
qua_gain.cpp 126 Word16 exp_coeff -- Word16 Array -- energy coeff. (5), exponent part, Q0
127 (frac_coeff and exp_coeff computed in
198 Word16 exp_coeff[], /* i : energy coeff. (5), exponent part, Q0 */
199 /* (frac_coeff and exp_coeff computed in */
274 exp_max[0] = sub(exp_coeff[0], 13, pOverflow);
275 exp_max[1] = sub(exp_coeff[1], 14, pOverflow);
279 exp_max[2] = add(exp_coeff[2], temp, pOverflow);
281 exp_max[3] = add(exp_coeff[3], exp_code, pOverflow);
284 exp_max[4] = add(exp_coeff[4], temp, pOverflow);
calc_en.h 162 Word16 exp_coeff[], /* o : energy coefficients (5), exponent part, Q0 */
qgain795.h 113 Word16 exp_coeff[], /* i : energy coefficients (5), Q0 */
calc_en.cpp 412 exp_coeff = energy coefficients (5), exponent part, buffer type Word16
419 exp_coeff contains new exponent part energy coefficients
477 Word16 exp_coeff[], // o : energy coefficients (5), exponent part, Q0
500 exp_coeff[0] = g_coeff[1];
502 exp_coeff[1] = add(g_coeff[3], 1);
513 exp_coeff[2] = sub(15 - 18, exp);
523 exp_coeff[3] = sub(15 - 9 + 1, exp);
534 exp_coeff[4] = sub(15 - 9 + 1, exp);
563 *cod_gain_exp = sub (sub (exp, exp_coeff[2]), 14);
601 Word16 exp_coeff[], /* o : energy coefficients (5), exponent part, Q0 *
    [all...]
gain_q.cpp 497 Word16 exp_coeff[5]; local
604 exp_coeff,
628 exp_coeff,
685 exp_coeff,
698 exp_coeff,
722 exp_coeff,

Completed in 196 milliseconds