Searched refs:tmp2_e (Results 1 – 2 of 2) sorted by relevance
/external/aac/libSACenc/src/ |
D | sacenc_dmx_tdom_enh.cpp | 516 INT tmp1_e, tmp2_e, numerator_e, denominator_e, r_e, r4_e; in calculateRatio() local 525 tmp2_e = 1 + Icc_e + sqrt_linCld_e; in calculateRatio() 526 numerator_m = fixpAdd(tmp1_m, tmp1_e, tmp2_m, tmp2_e, &numerator_e); in calculateRatio() 527 denominator_m = fixpAdd(tmp1_m, tmp1_e, -tmp2_m, tmp2_e, &denominator_e); in calculateRatio()
|
/external/libxaac/decoder/ |
D | ixheaacd_env_calc.c | 1419 WORD16 tmp2_m, tmp2_e; in ixheaacd_avggain_calc() local 1424 tmp2_e = *ptr_enrg_est_buf++; in ixheaacd_avggain_calc() 1440 tmp_e = (tmp_e + tmp2_e + 1); in ixheaacd_avggain_calc() 1444 tmp_e = tmp2_e; in ixheaacd_avggain_calc()
|