Home | History | Annotate | Download | only in visualizer

Lines Matching defs:shift

348     int32_t shift;
353 shift = 32;
359 if (shift > clz) shift = clz;
362 // translate to a shift of 8 (for converting 16 bit to 8 bit)
363 shift = 25 - shift;
365 if (shift < 3) {
366 shift = 3;
369 shift++;
372 shift = 9;
386 smp = smp >> shift;