Home
last modified time | relevance | path

Searched refs:shift_olap (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_basic_ops.c126 WORD8 shiftp, WORD8 shift_olap, WORD8 fac_q) { in ixheaacd_windowing_long2() argument
133 if (shift_olap > fac_q) { in ixheaacd_windowing_long2()
137 dest[i] = over_lap[i] >> (shift_olap - fac_q); in ixheaacd_windowing_long2()
188 (shiftp - shift_olap)), in ixheaacd_windowing_long2()
189 (*fac_data_out) >> (fac_q - shift_olap)); in ixheaacd_windowing_long2()
201 (shiftp - shift_olap)), in ixheaacd_windowing_long2()
202 (*fac_data_out) >> (fac_q - shift_olap)); in ixheaacd_windowing_long2()
211 (shiftp - shift_olap); in ixheaacd_windowing_long2()
213 return (shift_olap); in ixheaacd_windowing_long2()
216 if (shift_olap > shiftp) { in ixheaacd_windowing_long2()
[all …]
Dixheaacd_vec_baisc_ops.h45 WORD8 shiftp, WORD8 shift_olap);
49 WORD8 shiftp, WORD8 shift_olap);
52 WORD32 nshort, WORD8 shiftp, WORD8 shift_olap);
56 WORD8 shiftp, WORD8 shift_olap, WORD8 output_q);
Dixheaacd_imdct.c316 WORD8 shiftp, input_q, output_q, shift_olap = 14; in ixheaacd_fd_imdct_short() local
360 shiftp, shift_olap); in ixheaacd_fd_imdct_short()
365 shiftp, shift_olap); in ixheaacd_fd_imdct_short()
370 shift_olap); in ixheaacd_fd_imdct_short()
379 ixheaacd_drc_offset->n_short, 1, shiftp, shift_olap, output_q); in ixheaacd_fd_imdct_short()
388 ixheaacd_drc_offset->n_short, 0, shiftp, shift_olap, output_q); in ixheaacd_fd_imdct_short()
404 ixheaacd_drc_offset->n_flat_ls, shift_olap, output_q); in ixheaacd_fd_imdct_short()
408 ixheaacd_drc_offset->n_long, output_q, shift_olap); in ixheaacd_fd_imdct_short()
444 WORD8 shiftp, output_q = 0, shift_olap = 14; in ixheaacd_fd_imdct_long() local
476 ixheaacd_drc_offset->n_long, shiftp, shift_olap); in ixheaacd_fd_imdct_long()
[all …]