Home
last modified time | relevance | path

Searched refs:iusace_synthesis_tool_float (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libxaac/encoder/
H A Diusace_acelp_enc.c203 iusace_synthesis_tool_float(p_quant_lp_filt_coeff, error + ORDER, error + ORDER, LEN_SUBFR, in iusace_acelp_encode()
223 iusace_synthesis_tool_float(weighted_lpc, code + ORDER, code + ORDER, LEN_SUBFR / 2, code, in iusace_acelp_encode()
232 iusace_synthesis_tool_float(p_quant_lp_filt_coeff, imp_res, imp_res, LEN_SUBFR, in iusace_acelp_encode()
376 iusace_synthesis_tool_float(p_quant_lp_filt_coeff, &exc[i_subfr], &synth_out[i_subfr], in iusace_acelp_encode()
429 iusace_synthesis_tool_float(p_quant_lp_filt_coeff, error + ORDER, error + ORDER, LEN_SUBFR, in iusace_acelp_encode()
H A Diusace_lpd.h26 VOID iusace_synthesis_tool_float(FLOAT32 *a, FLOAT32 *x, FLOAT32 *y, WORD32 l, FLOAT32 *mem,
H A Diusace_tcx_enc.c709 iusace_synthesis_tool_float(lp_flt_coeffs, xn1, xn1, 2 * fac_len_prev, xn1 + fac_len_prev, in iusace_tcx_fac_encode()
713 iusace_synthesis_tool_float(lp_flt_coeffs, xn2, xn2, fac_len, xn2 + fac_len, in iusace_tcx_fac_encode()
H A Diusace_fd_fac.c89 iusace_synthesis_tool_float(ap, xn2, ptr_fac_dec, 2 * fac_len, xn2 + fac_len, in iusace_decode_fd_fac()
H A Diusace_lpd_utils.c184 VOID iusace_synthesis_tool_float(FLOAT32 *a, FLOAT32 *x, FLOAT32 *y, WORD32 l, FLOAT32 *mem, in iusace_synthesis_tool_float() function