Home | History | Annotate | Download | only in visualizer

Lines Matching defs:shift

723     int32_t shift;
728 shift = 32;
735 if (shift > clz) shift = clz;
738 * translate to a shift of 8 (for converting 16 bit to 8 bit) */
739 shift = 25 - shift;
741 if (shift < 3) {
742 shift = 3;
746 shift++;
749 shift = 9;
763 smp = smp >> shift;