Home | History | Annotate | Download | only in decoder

Lines Matching refs:WORD32

23 extern const WORD32 ixheaacd_sine_win_128[128];
24 extern const WORD32 ixheaacd_sine_win_1024[1024];
25 extern const WORD32 ixheaacd_sine_win_64[64];
26 extern const WORD32 ixheaacd_sine_win_768[768];
27 extern const WORD32 ixheaacd_sine_win_192[192];
28 extern const WORD32 ixheaacd_sine_win_96[96];
29 extern const WORD32 ixheaacd_sine_win_256[256];
30 extern const WORD32 ixheaacd_kbd_win120[120];
31 extern const WORD32 ixheaacd_kbd_win128[128];
32 extern const WORD32 ixheaacd_kbd_win960[960];
33 extern const WORD32 ixheaacd_kbd_win1024[1024];
34 extern const WORD32 kbd_win256[256];
35 extern const WORD32 ixheaacd_kbd_win4[4];
36 extern const WORD32 ixheaacd_kbd_win16[16];
37 extern const WORD32 ixheaacd_kbd_win_64[64];
38 extern const WORD32 ixheaacd_kbd_win768[768];
39 extern const WORD32 ixheaacd_kbd_win192[192];
40 extern const WORD32 ixheaacd_kbd_win96[96];
41 extern const WORD32 ixheaacd_kbd_win48[48];
48 WORD32 ixheaacd_calc_window(WORD32 **win, WORD32 len, WORD32 wfun_select);
50 void ixheaacd_acelp_imdct(WORD32 *imdct_in, WORD32 npoints, WORD8 *qshift,
51 WORD32 *scratch);
54 WORD32 lfac;
55 WORD32 n_flat_ls;
56 WORD32 n_trans_ls;
57 WORD32 n_long;
58 WORD32 n_short;