Home | History | Annotate | Download | only in decoder

Lines Matching refs:WORD32

45 WORD32 ixheaacd_dec_main(VOID *handle, WORD8 *inbuffer, WORD8 *outbuffer,
46 WORD32 *out_bytes, WORD32 frames_done, WORD32 pcmsize,
47 WORD32 *num_channel_out);
49 VOID ixheaacd_complex_fft_p3(WORD32 *xr, WORD32 *xi, WORD32 nlength,
50 WORD32 fft_mode, WORD32 *preshift);
52 VOID ixheaacd_complex_fft_p2_dec(WORD32 *xr, WORD32 *xi, WORD32 nlength,
53 WORD32 fft_mode, WORD32 *preshift);
55 VOID ixheaacd_complex_fft_p2_armv7(WORD32 *xr, WORD32 *xi, WORD32 nlength,
56 WORD32 fft_mode, WORD32 *preshift);
58 VOID ixheaacd_mps_complex_fft_64_dec(WORD32 *ptr_x, WORD32 *fin_re,
59 WORD32 *fin_im, WORD32 nlength);
61 VOID ixheaacd_mps_complex_fft_64_armv7(WORD32 *ptr_x, WORD32 *fin_re,
62 WORD32 *fin_im, WORD32 nlength);
64 VOID ixheaacd_mps_complex_fft_64_asm(const WORD32 *table, WORD32 nlength,
65 WORD32 *ptr_x, WORD32 *ptr_y,
68 VOID ixheaacd_complex_ifft_p2_asm(const WORD32 *table, WORD32 nlength,
69 WORD32 *ptr_x, WORD32 *ptr_y);
71 VOID ixheaacd_complex_fft_p2_asm(const WORD32 *table, WORD32 nlength,
72 WORD32 *ptr_x, WORD32 *ptr_y);
74 VOID ixheaacd_mps_synt_pre_twiddle_dec(WORD32 *ptr_in, WORD32 *table_re,
75 WORD32 *table_im, WORD32 resolution);
77 VOID ixheaacd_mps_synt_pre_twiddle_armv7(WORD32 *ptr_in, WORD32 *table_re,
78 WORD32 *table_im, WORD32 resolution);
80 VOID ixheaacd_mps_synt_post_twiddle_dec(WORD32 *ptr_in, WORD32 *table_re,
81 WORD32 *table_im, WORD32 resolution);
83 VOID ixheaacd_mps_synt_post_twiddle_armv7(WORD32 *ptr_in, WORD32 *table_re,
84 WORD32 *table_im, WORD32 resolution);
86 VOID ixheaacd_calc_pre_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
87 WORD32 nlength, const WORD32 *cos_ptr,
88 const WORD32 *sin_ptr);
90 VOID ixheaacd_calc_pre_twid_armv7(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
91 WORD32 nlength, const WORD32 *cos_ptr,
92 const WORD32 *sin_ptr);
94 VOID ixheaacd_calc_post_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
95 WORD32 nlength, const WORD32 *cos_ptr,
96 const WORD32 *sin_ptr);
98 VOID ixheaacd_calc_post_twid_armv7(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
99 WORD32 nlength, const WORD32 *cos_ptr,
100 const WORD32 *sin_ptr);
102 VOID ixheaacd_mps_synt_post_fft_twiddle_dec(WORD32 resolution, WORD32 *fin_re,
103 WORD32 *fin_im, WORD32 *table_re,
104 WORD32 *table_im, WORD32 *state);
106 VOID ixheaacd_mps_synt_post_fft_twiddle_armv7(WORD32 resolution, WORD32 *fin_re,
107 WORD32 *fin_im, WORD32 *table_re,
108 WORD32 *table_im, WORD32 *state);
110 VOID ixheaacd_mps_synt_out_calc_dec(WORD32 resolution, WORD32 *out,
111 WORD32 *state, const WORD32 *filter_coeff);
113 VOID ixheaacd_mps_synt_out_calc_armv7(WORD32 resolution, WORD32 *out,
114 WORD32 *state,
115 const WORD32 *filter_coeff);