Home | History | Annotate | Download | only in IR

Lines Matching full:shiftcount

1104     int shiftcount;
1112 shiftcount = 12;
1114 for (int j=0; j<width; j+=4, shiftcount-=4) {
1115 unsigned int nibble = (word>>shiftcount) & 15;
1120 if (shiftcount == 0 && j+4 < width) {
1122 shiftcount = 64;
1124 shiftcount = width-j-4;
1129 shiftcount = 60;
1132 shiftcount = 60;
1135 shiftcount = 12;
1144 for (int j=0; j<width; j+=4, shiftcount-=4) {
1145 unsigned int nibble = (word>>shiftcount) & 15;
1150 if (shiftcount == 0 && j+4 < width) {
1152 shiftcount = 64;
1154 shiftcount = width-j-4;