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