Home
last modified time | relevance | path

Searched refs:shiftp (Results 1 – 6 of 6) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_basic_ops.c126 WORD8 shiftp, WORD8 shift_olap, WORD8 fac_q) { in ixheaacd_windowing_long2() argument
132 if (shiftp > fac_q) { in ixheaacd_windowing_long2()
149 (shiftp - fac_q)), in ixheaacd_windowing_long2()
162 (shiftp - fac_q)), in ixheaacd_windowing_long2()
172 (shiftp - fac_q); in ixheaacd_windowing_long2()
188 (shiftp - shift_olap)), in ixheaacd_windowing_long2()
201 (shiftp - shift_olap)), in ixheaacd_windowing_long2()
211 (shiftp - shift_olap); in ixheaacd_windowing_long2()
216 if (shift_olap > shiftp) { in ixheaacd_windowing_long2()
220 dest[i] = over_lap[i] >> (shift_olap - shiftp); in ixheaacd_windowing_long2()
[all …]
Dixheaacd_imdct.c72 WORD32 k, shiftp, itemp = 0; in ixheaacd_calc_max_spectralline() local
78 shiftp = ixheaacd_norm32(itemp); in ixheaacd_calc_max_spectralline()
80 return (shiftp); in ixheaacd_calc_max_spectralline()
316 WORD8 shiftp, input_q, output_q, shift_olap = 14; in ixheaacd_fd_imdct_short() local
327 shiftp = max_shift + 6; in ixheaacd_fd_imdct_short()
328 input_q = shiftp; in ixheaacd_fd_imdct_short()
337 shiftp = input_q; in ixheaacd_fd_imdct_short()
340 2 * ixheaacd_drc_offset->n_short, &shiftp, scratch_mem); in ixheaacd_fd_imdct_short()
347 shiftp += max_shift - 1; in ixheaacd_fd_imdct_short()
360 shiftp, shift_olap); in ixheaacd_fd_imdct_short()
[all …]
Dixheaacd_tcx_fwd_alcnx.c74 WORD8 shiftp; in ixheaacd_float2fix() local
80 shiftp = ixheaacd_norm32(itemp); in ixheaacd_float2fix()
83 int_x[k] = (WORD32)(x[k] * (FLOAT32)((WORD64)1 << shiftp)); in ixheaacd_float2fix()
86 return (shiftp); in ixheaacd_float2fix()
90 WORD8 *shiftp, WORD32 *preshift) { in ixheaacd_fix2float() argument
93 if ((*shiftp - *preshift) > 0) { in ixheaacd_fix2float()
94 qfac = 1.0f / (FLOAT32)((WORD64)1 << (*shiftp - *preshift)); in ixheaacd_fix2float()
101 (FLOAT32)((WORD64)1 << (*preshift - *shiftp))); in ixheaacd_fix2float()
157 WORD8 shiftp; in ixheaacd_tcx_mdct() local
258 shiftp = ixheaacd_float2fix(x, int_x, lg); in ixheaacd_tcx_mdct()
[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_td_mdct.h26 WORD8 *shiftp, WORD32 *preshift);
Dixheaacd_acelp_decode.c368 WORD8 shiftp; in ixheaacd_acelp_alias_cnx() local
402 shiftp = ixheaacd_float2fix(x, int_x, fac_length); in ixheaacd_acelp_alias_cnx()
407 ixheaacd_fix2float(int_xn2, xn2 + fac_length, fac_length, &shiftp, in ixheaacd_acelp_alias_cnx()