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

  /external/libxaac/decoder/
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_imdct.c 73 WORD32 k, shiftp, itemp = 0; local
79 shiftp = ixheaacd_norm32(itemp);
81 return (shiftp);
302 WORD8 shiftp, input_q, output_q, shift_olap = 14; local
313 shiftp = max_shift + 6;
314 input_q = shiftp;
323 shiftp = input_q;
325 2 * ixheaacd_drc_offset->n_short, &shiftp,
332 shiftp += max_shift - 1;
345 shiftp, shift_olap)
429 WORD8 shiftp, output_q = 0, shift_olap = 14; local
    [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,

Completed in 227 milliseconds