Searched refs:sin_ptr (Results 1 - 9 of 9) sorted by relevance

/external/libxaac/decoder/
H A Dixheaacd_acelp_mdct.c107 const WORD32 *sin_ptr = &ptr_pre_cos_sin[nlength]; local
111 sin_ptr[i]);
112 *i_ptr++ = ixheaacd_mul_add64_sat_32(in[i], in[nlength + i], sin_ptr[i],
116 cos_ptr[i + 1], sin_ptr[i + 1]);
118 sin_ptr[i + 1], cos_ptr[i + 1]);
121 cos_ptr[i + 2], sin_ptr[i + 2]);
123 sin_ptr[i + 2], cos_ptr[i + 2]);
126 cos_ptr[i + 3], sin_ptr[i + 3]);
128 sin_ptr[i + 3], cos_ptr[i + 3]);
137 const WORD32 *sin_ptr local
[all...]
H A Dixheaacd_interface.h88 const WORD32 *sin_ptr);
92 const WORD32 *sin_ptr);
96 const WORD32 *sin_ptr);
100 const WORD32 *sin_ptr);
H A Dixheaacd_imdct.c103 const WORD32 *sin_ptr) {
111 ixheaacd_mult32((*ptr_y), (*sin_ptr))));
113 ixheaacd_mult32((*ptr_x), (*sin_ptr++))));
121 const WORD32 *sin_ptr
131 ixheaacd_mult32((i_ptr[i]), (*sin_ptr))));
133 ixheaacd_mult32((r_ptr[i]), (*sin_ptr++))));
145 const WORD32 *sin_ptr; local
152 sin_ptr = ixheaacd_pre_post_twid_sin_512;
155 sin_ptr = ixheaacd_pre_post_twid_sin_384;
158 sin_ptr
101 ixheaacd_calc_pre_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength, const WORD32 *cos_ptr, const WORD32 *sin_ptr) argument
[all...]
H A Dixheaacd_function_selector.h161 const WORD32 *sin_ptr);
166 const WORD32 *sin_ptr);
/external/libxaac/decoder/armv7/
H A Dixheaacd_function_selector_armv7.c211 const WORD32 *cos_ptr, const WORD32 *sin_ptr) = &ixheaacd_calc_pre_twid_armv7;
215 const WORD32 *cos_ptr, const WORD32 *sin_ptr) = &ixheaacd_calc_post_twid_armv7;
/external/libxaac/decoder/armv8/
H A Dixheaacd_function_selector_armv8.c210 const WORD32 *cos_ptr, const WORD32 *sin_ptr) = &ixheaacd_calc_pre_twid_dec;
214 const WORD32 *cos_ptr, const WORD32 *sin_ptr) = &ixheaacd_calc_post_twid_dec;
/external/libxaac/decoder/generic/
H A Dixheaacd_function_selector_generic.c211 const WORD32 *cos_ptr, const WORD32 *sin_ptr) = &ixheaacd_calc_pre_twid_dec;
215 const WORD32 *cos_ptr, const WORD32 *sin_ptr) = &ixheaacd_calc_post_twid_dec;
/external/libxaac/decoder/x86/
H A Dixheaacd_function_selector_x86.c210 const WORD32 *cos_ptr, const WORD32 *sin_ptr) = &ixheaacd_calc_pre_twid_dec;
214 const WORD32 *cos_ptr, const WORD32 *sin_ptr) = &ixheaacd_calc_post_twid_dec;
/external/libxaac/decoder/x86_64/
H A Dixheaacd_function_selector_x86_64.c210 const WORD32 *cos_ptr, const WORD32 *sin_ptr) = &ixheaacd_calc_pre_twid_dec;
214 const WORD32 *cos_ptr, const WORD32 *sin_ptr) = &ixheaacd_calc_post_twid_dec;

Completed in 637 milliseconds