reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3257 for (unsigned offset=0; offset<origWidth/width; offset++) { 3257 for (unsigned offset=0; offset<origWidth/width; offset++) { 3260 bestOffset = (uint64_t)offset * (width/8); 3262 bestOffset = (origWidth/width - offset - 1) * (width/8); 3263 bestMask = Mask.lshr(offset * (width/8) * 8);