Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_basic_ops.c124 WORD8 shiftp, WORD8 shift_olap, WORD8 fac_q) { in ixheaacd_windowing_long2() argument
130 if (shiftp > fac_q) { in ixheaacd_windowing_long2()
146 (shiftp - fac_q)), in ixheaacd_windowing_long2()
159 (shiftp - fac_q)), in ixheaacd_windowing_long2()
168 (shiftp - fac_q); in ixheaacd_windowing_long2()
183 (shiftp - shift_olap)), in ixheaacd_windowing_long2()
196 (shiftp - shift_olap)), in ixheaacd_windowing_long2()
205 (shiftp - shift_olap); in ixheaacd_windowing_long2()
210 if (shift_olap > shiftp) { in ixheaacd_windowing_long2()
214 dest[i] = over_lap[i] >> (shift_olap - shiftp); in ixheaacd_windowing_long2()
[all …]
Dixheaacd_imdct.c73 WORD32 k, shiftp, itemp = 0; in ixheaacd_calc_max_spectralline() local
79 shiftp = ixheaacd_norm32(itemp); in ixheaacd_calc_max_spectralline()
81 return (shiftp); in ixheaacd_calc_max_spectralline()
302 WORD8 shiftp, input_q, output_q, shift_olap = 14; in ixheaacd_fd_imdct_short() local
313 shiftp = max_shift + 6; in ixheaacd_fd_imdct_short()
314 input_q = shiftp; in ixheaacd_fd_imdct_short()
323 shiftp = input_q; in ixheaacd_fd_imdct_short()
325 2 * ixheaacd_drc_offset->n_short, &shiftp, in ixheaacd_fd_imdct_short()
332 shiftp += max_shift - 1; in ixheaacd_fd_imdct_short()
345 shiftp, shift_olap); in ixheaacd_fd_imdct_short()
[all …]
Dixheaacd_tcx_fwd_alcnx.c75 WORD8 shiftp; in ixheaacd_float2fix() local
81 shiftp = ixheaacd_norm32(itemp); in ixheaacd_float2fix()
84 int_x[k] = (WORD32)(x[k] * (FLOAT32)((WORD64)1 << shiftp)); in ixheaacd_float2fix()
87 return (shiftp); in ixheaacd_float2fix()
91 WORD8 *shiftp, WORD32 *preshift) { in ixheaacd_fix2float() argument
94 if ((*shiftp - *preshift) > 0) { in ixheaacd_fix2float()
95 qfac = 1.0f / (FLOAT32)((WORD64)1 << (*shiftp - *preshift)); in ixheaacd_fix2float()
102 (FLOAT32)((WORD64)1 << (*preshift - *shiftp))); in ixheaacd_fix2float()
158 WORD8 shiftp; in ixheaacd_tcx_mdct() local
257 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.c367 WORD8 shiftp; in ixheaacd_acelp_alias_cnx() local
401 shiftp = ixheaacd_float2fix(x, int_x, fac_length); in ixheaacd_acelp_alias_cnx()
406 ixheaacd_fix2float(int_xn2, xn2 + fac_length, fac_length, &shiftp, in ixheaacd_acelp_alias_cnx()
/external/u-boot/drivers/pinctrl/rockchip/
Dpinctrl_rk3288.c645 int banknum, int ind, u32 **addrp, uint *shiftp, in rk3288_pinctrl_get_pin_info() argument
665 *shiftp = ind & 7; in rk3288_pinctrl_get_pin_info()
668 *shiftp *= 4; in rk3288_pinctrl_get_pin_info()
669 if (*shiftp >= 16) { in rk3288_pinctrl_get_pin_info()
670 *shiftp -= 16; in rk3288_pinctrl_get_pin_info()
675 *shiftp *= 2; in rk3288_pinctrl_get_pin_info()
679 *maskp, *shiftp); in rk3288_pinctrl_get_pin_info()
Dpinctrl_rk3188.c794 int banknum, int ind, u32 **addrp, uint *shiftp, in rk3188_pinctrl_get_pin_info() argument
811 *shiftp = ind & 7; in rk3188_pinctrl_get_pin_info()
813 *shiftp *= 2; in rk3188_pinctrl_get_pin_info()
816 *maskp, *shiftp); in rk3188_pinctrl_get_pin_info()