Home | History | Annotate | Download | only in voicedialer

Lines Matching defs:smp

668                     short smp = (short)((buf[cnt - 1] << 8) + (buf[cnt - 2] & 0xFF));
669 sumx += smp;
670 sumxx += smp*smp;