Searched refs:parcor (Results 1 - 10 of 10) sorted by relevance

/external/libxaac/decoder/
H A Dixheaacd_tns.h42 VOID ixheaacd_tns_parcor_lpc_convert_dec(WORD16 *parcor, WORD16 *lpc,
45 void ixheaacd_tns_parcor_lpc_convert_dec_ld(WORD32 *parcor, WORD32 *lpc,
48 VOID ixheaacd_tns_parcor_lpc_convert_armv7(WORD16 *parcor, WORD16 *lpc,
66 VOID ixheaacd_tns_parcor_to_lpc(WORD32 *parcor, WORD32 *lpc, WORD16 *scale,
H A Dixheaacd_aac_tns.c98 VOID ixheaacd_tns_parcor_to_lpc(WORD32 *parcor, WORD32 *lpc, WORD16 *scale, argument
128 ixheaacd_mult32_shl_sat(parcor[j], (z[j])));
134 ixheaacd_mult32_shl_sat(parcor[j], (w[j])));
152 VOID ixheaacd_tns_parcor_lpc_convert_dec(WORD16 *parcor, WORD16 *lpc, argument
180 accu1 = ixheaacd_mac16x16in32_shl_sat(accu1, parcor[j], temp_buf1[j]);
189 accu2 = ixheaacd_mac16x16in32_shl_sat(accu2, parcor[j], temp_buf2[j]);
H A Dixheaacd_tns.c76 static VOID ixheaacd_tns_parcor_lpc_convert_usac(WORD32 *parcor, argument
107 accu1, ixheaacd_mult32_shl_sat(parcor[j], temp_buf1[j]));
114 accu2, ixheaacd_mult32_shl_sat(parcor[j], temp_buf2[j]));
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp244 static void FDKaacEnc_Parcor2Index(const FIXP_LPC *parcor, INT *RESTRICT index,
247 static void FDKaacEnc_Index2Parcor(const INT *index, FIXP_LPC *RESTRICT parcor,
1141 static INT FDKaacEnc_Search3(FIXP_LPC parcor) {
1145 if (parcor > FDKaacEnc_tnsCoeff3Borders[i]) index = i;
1150 static INT FDKaacEnc_Search4(FIXP_LPC parcor) {
1154 if (parcor > FDKaacEnc_tnsCoeff4Borders[i]) index = i;
1164 static void FDKaacEnc_Parcor2Index(const FIXP_LPC *parcor, INT *RESTRICT index,
1169 index[i] = FDKaacEnc_Search3(parcor[i]);
1171 index[i] = FDKaacEnc_Search4(parcor[i]);
1185 static void FDKaacEnc_Index2Parcor(const INT *index, FIXP_LPC *RESTRICT parcor,
[all...]
/external/libxaac/decoder/armv7/
H A Dixheaacd_function_selector_arm_non_neon.c146 (WORD16 *parcor, WORD16 *lpc, WORD16 *scale,
H A Dixheaacd_function_selector_armv7.c152 (WORD16 *parcor, WORD16 *lpc, WORD16 *scale,
/external/libxaac/decoder/armv8/
H A Dixheaacd_function_selector_armv8.c150 (WORD16 *parcor, WORD16 *lpc, WORD16 *scale,
/external/libxaac/decoder/generic/
H A Dixheaacd_function_selector_generic.c151 (WORD16 *parcor, WORD16 *lpc, WORD16 *scale,
/external/libxaac/decoder/x86/
H A Dixheaacd_function_selector_x86.c150 (WORD16 *parcor, WORD16 *lpc, WORD16 *scale,
/external/libxaac/decoder/x86_64/
H A Dixheaacd_function_selector_x86_64.c150 (WORD16 *parcor, WORD16 *lpc, WORD16 *scale,

Completed in 413 milliseconds