Searched defs:shiftM (Results 1 - 1 of 1) sorted by relevance

/external/tremolo/Tremolo/
H A Dcodebook.c806 int shiftM = point-s->q_delp; local
814 if (shiftM<0)
816 mul <<= -shiftM;
817 shiftM = 0;
819 add <<= shiftM; local
822 v[i]= ((add + v[i] * mul) >> shiftM);

Completed in 141 milliseconds