Home | History | Annotate | Download | only in visualizer

Lines Matching defs:smp

683             int32_t smp = inBuffer->s16[i];
684 if (smp < 0) smp = -smp - 1; /* take care to keep the max negative in range */
685 int32_t clz = __builtin_clz(smp);
713 int32_t smp = inBuffer->s16[2 * in_idx] + inBuffer->s16[2 * in_idx + 1];
714 smp = smp >> shift;
715 buf[capt_idx] = ((uint8_t)smp)^0x80;