Home | History | Annotate | Download | only in visualizer

Lines Matching defs:shift

674     int32_t shift;
679 shift = 32;
686 if (shift > clz) shift = clz;
689 * translate to a shift of 8 (for converting 16 bit to 8 bit) */
690 shift = 25 - shift;
692 if (shift < 3) {
693 shift = 3;
697 shift++;
700 shift = 9;
714 smp = smp >> shift;