Searched refs:tRes (Results 1 – 1 of 1) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_acelp.cpp | 996 FIXP_DBL tRes[L_SUBFR]; in CLpd_TcxTDConceal() local 1013 E_UTIL_residu(A, A_exp, &syn[i_subfr], tRes, L_SUBFR); in CLpd_TcxTDConceal() 1015 Deemph(tRes, &ns[i_subfr], L_SUBFR, &acelp_mem->deemph_mem_wsyn); in CLpd_TcxTDConceal() 1028 E_UTIL_preemph(&ns[i_subfr], tRes, L_SUBFR); in CLpd_TcxTDConceal() 1032 tRes, /* (i) : input signal */ in CLpd_TcxTDConceal()
|