Home | History | Annotate | Download | only in visualizer

Lines Matching refs:smp

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