Home | History | Annotate | Download | only in decoder

Lines Matching refs:WORD32

23 WORD8 ixheaacd_float2fix(FLOAT32 *x, WORD32 *int_x, WORD32 length);
25 VOID ixheaacd_fix2float(WORD32 *int_xn1, FLOAT32 *xn1, WORD32 length,
26 WORD8 *shiftp, WORD32 *preshift);
28 VOID ixheaacd_complex_fft(WORD32 *data_r, WORD32 *data_i, WORD32 len,
29 WORD32 fft_mode, WORD32 *preshift);