HomeSort by relevance Sort by last modified time
    Searched full:shift_up (Results 1 - 6 of 6) sorted by null

  /external/srec/srec/clib/
voicing.c 64 chan->b1 = SHIFT_UP(enval, 8);
65 chan->b0 = SHIFT_UP(enval, 8);
71 if (chan->b0 > SHIFT_UP(enval, 8))
73 chan->b0 = SHIFT_UP(enval, 8);
86 chan->b1 += SHIFT_DOWN(B1_RATE * (SHIFT_UP(enval, 8) - chan->b1), 8);
90 if (chan->s0 < SHIFT_UP(enval, 8))
91 chan->s0 = SHIFT_UP(enval, 8);
  /external/srec/srec/cfront/
sh_down.h 30 #define SHIFT_UP(X,S) ((S) > 0 ? shift_up_inline ((X), (S)) : (X))
33 #define COND_SHIFT_UP(X,S) (SHIFT_UP(X,S))
spec_anl.c 178 temp = SHIFT_UP((bigdata)wav_data[i], COEFDATA_SHIFT);
312 t = (bigdata)((SHIFT_UP(nxt + sum - mom, HALF_RAMP_SHIFT)
chelmel4.c 145 SHIFT_UP(cepobj->mel_offset[ii], -channel->shift)),
frontobj.c 445 freqobj->fcscl[i] += (fftdata) SHIFT_UP(1, RAMP_SHIFT) - freqobj->framp[j]; /* scale it up by 12 bits as well () */
  /frameworks/base/media/libstagefright/codecs/aacdec/
tns_ar_filter.cpp 334 Int shift_up; local
364 shift_up = UPPER16 - Q_lpc;
370 shift_down_amount += shift_up;
387 y0 -= fxp_mul32_Q31(temp, *(p_lpc++)) << shift_up;
410 y0 -= fxp_mul32_Q31(temp, *(p_lpc++)) << shift_up;
442 *(p_spec) = (*p_spec >> shift_down_amount) + (y0 << shift_up);
464 *(p_spec) = (*p_spec >> shift_down_amount) + (y0 << shift_up);

Completed in 155 milliseconds