HomeSort by relevance Sort by last modified time
    Searched refs:shiftp (Results 1 - 7 of 7) sorted by null

  /external/libxaac/decoder/
ixheaacd_basic_ops.c 124 WORD8 shiftp, WORD8 shift_olap, WORD8 fac_q) {
130 if (shiftp > fac_q) {
146 (shiftp - fac_q)),
159 (shiftp - fac_q)),
168 (shiftp - fac_q);
183 (shiftp - shift_olap)),
196 (shiftp - shift_olap)),
205 (shiftp - shift_olap);
210 if (shift_olap > shiftp) {
214 dest[i] = over_lap[i] >> (shift_olap - shiftp);
    [all...]
ixheaacd_td_mdct.h 26 WORD8 *shiftp, WORD32 *preshift);
ixheaacd_vec_baisc_ops.h 45 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);
ixheaacd_imdct.c 73 WORD32 k, shiftp, itemp = 0; local
79 shiftp = ixheaacd_norm32(itemp);
81 return (shiftp);
301 WORD8 shiftp, input_q, output_q, shift_olap = 14; local
312 shiftp = max_shift + 6;
313 input_q = shiftp;
322 shiftp = input_q;
324 2 * ixheaacd_drc_offset->n_short, &shiftp,
331 shiftp += max_shift - 1;
344 shiftp, shift_olap)
428 WORD8 shiftp, output_q = 0, shift_olap = 14; local
    [all...]
ixheaacd_tcx_fwd_alcnx.c 75 WORD8 shiftp; local
81 shiftp = ixheaacd_norm32(itemp);
84 int_x[k] = (WORD32)(x[k] * (FLOAT32)((WORD64)1 << shiftp));
87 return (shiftp);
91 WORD8 *shiftp, WORD32 *preshift) {
94 if ((*shiftp - *preshift) > 0) {
95 qfac = 1.0f / (FLOAT32)((WORD64)1 << (*shiftp - *preshift));
102 (FLOAT32)((WORD64)1 << (*preshift - *shiftp)));
158 WORD8 shiftp; local
257 shiftp = ixheaacd_float2fix(x, int_x, lg)
    [all...]
ixheaacd_acelp_decode.c 367 WORD8 shiftp; local
401 shiftp = ixheaacd_float2fix(x, int_x, fac_length);
406 ixheaacd_fix2float(int_xn2, xn2 + fac_length, fac_length, &shiftp,
  /toolchain/binutils/binutils-2.27/libiberty/
hashtab.c 106 choose_multiplier (unsigned int d, unsigned int *mlp, unsigned char *shiftp)
121 *shiftp = lgup - 1;

Completed in 1207 milliseconds