Searched refs:sh1 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp314 int sh1, sh2, sh3; local in function:select_partition
316 sh1 = (seed & 2 ? 4 : 5);
319 sh1 = (partitioncount == 3 ? 6 : 5);
322 sh3 = (seed & 0x10) ? sh1 : sh2;
324 seed1 >>= sh1;
326 seed3 >>= sh1;
328 seed5 >>= sh1;
330 seed7 >>= sh1;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp315 int sh1, sh2, sh3; local in function:select_partition
317 sh1 = (seed & 2 ? 4 : 5);
320 sh1 = (partitioncount == 3 ? 6 : 5);
323 sh3 = (seed & 0x10) ? sh1 : sh2;
325 seed1 >>= sh1;
327 seed3 >>= sh1;
329 seed5 >>= sh1;
331 seed7 >>= sh1;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xv_overlay.c678 unsigned long tmp, sh1, d; local in function:viaOverlayHQVCalcZoomHeight
720 sh1 = srcHeight;
722 sh1 >>= 1;
723 if (sh1 <= dstHeight)
739 if (sh1 < dstHeight) {
740 tmp = sh1 * 0x0400 / dstHeight;

Completed in 11 milliseconds