Home | History | Annotate | Download | only in IR

Lines Matching refs:shiftcount

834     int shiftcount;
842 shiftcount = 12;
844 for (int j=0; j<width; j+=4, shiftcount-=4) {
845 unsigned int nibble = (word>>shiftcount) & 15;
850 if (shiftcount == 0 && j+4 < width) {
852 shiftcount = 64;
854 shiftcount = width-j-4;
859 shiftcount = 60;
862 shiftcount = 60;
865 shiftcount = 12;
874 for (int j=0; j<width; j+=4, shiftcount-=4) {
875 unsigned int nibble = (word>>shiftcount) & 15;
880 if (shiftcount == 0 && j+4 < width) {
882 shiftcount = 64;
884 shiftcount = width-j-4;