Home
last modified time | relevance | path

Searched refs:ptr_in (Results 1 – 10 of 10) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_poly_filt.c69 VOID ixheaacd_mps_synt_pre_twiddle_dec(WORD32 *ptr_in, const WORD32 *table_re, in ixheaacd_mps_synt_pre_twiddle_dec() argument
74 tmp = ixheaacd_add32_sat(ixheaacd_mult32(ptr_in[k], table_re[k >> 1]), in ixheaacd_mps_synt_pre_twiddle_dec()
75 ixheaacd_mult32(ptr_in[k + 1], table_im[k >> 1])); in ixheaacd_mps_synt_pre_twiddle_dec()
76 ptr_in[k + 1] = ixheaacd_add32_sat( in ixheaacd_mps_synt_pre_twiddle_dec()
77 ixheaacd_mult32(ixheaacd_negate32_sat(ptr_in[k]), table_im[k >> 1]), in ixheaacd_mps_synt_pre_twiddle_dec()
78 ixheaacd_mult32(ptr_in[k + 1], table_re[k >> 1])); in ixheaacd_mps_synt_pre_twiddle_dec()
80 ptr_in[k] = tmp; in ixheaacd_mps_synt_pre_twiddle_dec()
84 VOID ixheaacd_mps_synt_post_twiddle_dec(WORD32 *ptr_in, const WORD32 *table_re, in ixheaacd_mps_synt_post_twiddle_dec() argument
89 tmp = ixheaacd_add32_sat(ixheaacd_mult32(ptr_in[k], table_re[k]), in ixheaacd_mps_synt_post_twiddle_dec()
90 ixheaacd_mult32(ptr_in[k + 1], table_im[k])); in ixheaacd_mps_synt_post_twiddle_dec()
[all …]
Dixheaacd_interface.h74 VOID ixheaacd_mps_synt_pre_twiddle_dec(WORD32 *ptr_in, const WORD32 *table_re,
78 VOID ixheaacd_mps_synt_pre_twiddle_armv7(WORD32 *ptr_in, const WORD32 *table_re,
82 VOID ixheaacd_mps_synt_post_twiddle_dec(WORD32 *ptr_in, const WORD32 *table_re,
86 VOID ixheaacd_mps_synt_post_twiddle_armv7(WORD32 *ptr_in,
Dixheaacd_function_selector.h150 extern VOID (*ixheaacd_mps_synt_pre_twiddle)(WORD32 *ptr_in,
155 extern VOID (*ixheaacd_mps_synt_post_twiddle)(WORD32 *ptr_in,
Dixheaacd_acelp_mdct.c164 WORD32 ixheaacd_acelp_mdct(WORD32 *ptr_in, WORD32 *ptr_out, WORD32 *preshift, in ixheaacd_acelp_mdct() argument
207 ixheaacd_pre_twid(ptr_in, ptr_data_r, ptr_data_i, length / 2, in ixheaacd_acelp_mdct()
Dixheaacd_main.h208 WORD32 ixheaacd_acelp_mdct(WORD32 *ptr_in, WORD32 *ptr_out, WORD32 *preshift,
/external/libxaac/decoder/generic/
Dixheaacd_function_selector_generic.c202 (WORD32 *ptr_in, const WORD32 *table_re, const WORD32 *table_im,
206 (WORD32 *ptr_in, const WORD32 *table_re, const WORD32 *table_im,
/external/libxaac/decoder/armv7/
Dixheaacd_function_selector_armv7.c202 (WORD32 *ptr_in, const WORD32 *table_re, const WORD32 *table_im,
206 (WORD32 *ptr_in, const WORD32 *table_re, const WORD32 *table_im,
/external/libxaac/decoder/x86_64/
Dixheaacd_function_selector_x86_64.c201 (WORD32 *ptr_in, const WORD32 *table_re, const WORD32 *table_im,
205 (WORD32 *ptr_in, const WORD32 *table_re, const WORD32 *table_im,
/external/libxaac/decoder/x86/
Dixheaacd_function_selector_x86.c201 (WORD32 *ptr_in, const WORD32 *table_re, const WORD32 *table_im,
205 (WORD32 *ptr_in, const WORD32 *table_re, const WORD32 *table_im,
/external/libxaac/decoder/armv8/
Dixheaacd_function_selector_armv8.c201 (WORD32 *ptr_in, const WORD32 *table_re, const WORD32 *table_im,
205 (WORD32 *ptr_in, const WORD32 *table_re, const WORD32 *table_im,