HomeSort by relevance Sort by last modified time
    Searched full:cos_ptr (Results 1 - 9 of 9) sorted by null

  /external/libxaac/decoder/
ixheaacd_acelp_mdct.c 106 const WORD32 *cos_ptr = &ptr_pre_cos_sin[0]; local
110 *r_ptr++ = ixheaacd_mul_sub64_sat_32(in[i], in[nlength + i], cos_ptr[i],
113 cos_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]);
136 const WORD32 *cos_ptr = &ptr_post_cos_sin[nlength * 2] local
    [all...]
ixheaacd_interface.h 87 WORD32 nlength, const WORD32 *cos_ptr,
91 WORD32 nlength, const WORD32 *cos_ptr,
95 WORD32 nlength, const WORD32 *cos_ptr,
99 WORD32 nlength, const WORD32 *cos_ptr,
ixheaacd_imdct.c 102 WORD32 nlength, const WORD32 *cos_ptr,
110 *r_ptr++ = ((ixheaacd_mult32(ixheaacd_negate32_sat(*ptr_x), (*cos_ptr)) -
112 *i_ptr++ = ((ixheaacd_mult32((*ptr_y), (*cos_ptr++)) -
120 WORD32 nlength, const WORD32 *cos_ptr,
130 *xptr = (-(ixheaacd_mult32((r_ptr[i]), (*cos_ptr)) -
132 *yptr = (-(ixheaacd_mult32((i_ptr[i]), (*cos_ptr++)) +
144 const WORD32 *cos_ptr; local
151 cos_ptr = ixheaacd_pre_post_twid_cos_512;
154 cos_ptr = ixheaacd_pre_post_twid_cos_384;
157 cos_ptr = ixheaacd_pre_post_twid_cos_64
    [all...]
ixheaacd_function_selector.h 160 const WORD32 *cos_ptr,
165 const WORD32 *cos_ptr,
  /external/libxaac/decoder/armv7/
ixheaacd_function_selector_armv7.c 211 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/
ixheaacd_function_selector_armv8.c 210 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/
ixheaacd_function_selector_generic.c 211 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/
ixheaacd_function_selector_x86.c 210 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/
ixheaacd_function_selector_x86_64.c 210 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 285 milliseconds