/frameworks/av/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 */
|
/frameworks/av/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,
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
q_gain2.c | 81 Word16 coeff[5], coeff_lo[5], exp_coeff[5]; local 141 exp_coeff[0] = g_coeff[1]; 143 exp_coeff[1] = g_coeff[3] + 1; 151 exp_coeff[2] = (exp - 18) + (Q_xn << 1); /* -18 (y2 Q9) */ 160 exp_coeff[3] = (exp - 8) + Q_xn; /* -9 (y2 Q9), +1 (2 xn y2) */ 168 exp_coeff[4] = (exp - 8) + Q_xn; /* -9 (y2 Q9), +1 (2 y1 y2) */ 237 * g_pitch*g_pitch * coeff[0] ;exp_max0 = exp_coeff[0] - 13 * 238 * g_pitch * coeff[1] ;exp_max1 = exp_coeff[1] - 14 * 239 * g_code*g_code * coeff[2] ;exp_max2 = exp_coeff[2] +15+(2*exp_code) * 240 * g_code * coeff[3] ;exp_max3 = exp_coeff[3] + exp_code [all...] |