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

  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
Interp.java 37 public class Interp {
  /frameworks/av/services/audioflinger/
AudioResampler.cpp 68 static inline int32_t Interp(int32_t x0, int32_t x1, uint32_t f) {
375 out[outputIndex++] += vl * Interp(mX0L, in[0], phaseFraction);
376 out[outputIndex++] += vr * Interp(mX0R, in[1], phaseFraction);
399 out[outputIndex++] += vl * Interp(in[inputIndex*2-2],
401 out[outputIndex++] += vr * Interp(in[inputIndex*2-1],
470 int32_t sample = Interp(mX0L, in[0], phaseFraction);
495 int32_t sample = Interp(in[inputIndex-1], in[inputIndex],
621 " mla r5, r0, r10, r5\n" /* vl*interp + out[] */\
624 " mla r4, r0, r11, r4\n" /* vr*interp + out[] */\
740 " mla r5, r12, r10, r5\n" /* vl*interp + out[] */
    [all...]