• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/

Lines Matching refs:ShiftBpp

1923   ActiveMask, ActiveMask2, ActiveMaskEnd, ShiftBpp, ShiftRem;
1996 ShiftBpp.use = 24; /* == 3 * 8 */
2031 psllq mm6, ShiftBpp /* shift the mm6 mask to cover bytes 3-5 */
2033 psllq mm2, ShiftBpp /* shift data to position correctly */
2045 psllq mm6, ShiftBpp /* shift the mm6 mask to cover the last two */
2048 psllq mm2, ShiftBpp /* shift data to position correctly */
2079 ShiftBpp.use = bpp << 3;
2080 ShiftRem.use = 64 - ShiftBpp.use;
2092 psllq mm6, ShiftBpp /* Create mask for 2nd active group */
2118 psllq mm2, ShiftBpp /* shift data to position correctly */
2141 ShiftBpp.use = 16; /* == 2 * 8 [BUGFIX] */
2176 psllq mm6, ShiftBpp /* shift the mm6 mask to cover bytes 2 & 3 */
2178 psllq mm2, ShiftBpp /* shift data to position correctly */
2189 psllq mm6, ShiftBpp /* shift the mm6 mask to cover bytes 4 & 5 */
2191 psllq mm2, ShiftBpp /* shift data to position correctly */
2204 psllq mm6, ShiftBpp /* shift the mm6 mask to cover bytes 6 & 7 */
2206 psllq mm2, ShiftBpp /* shift data to position correctly */
2479 ShiftBpp.use = 24; /* == bpp(3) * 8 */
2552 psrlq mm2, ShiftBpp /* load b=Prior(x) step 2 */
2607 psllq mm7, ShiftBpp /* Shift bytes to 2nd group of 3 bytes */
2611 psllq mm3, ShiftBpp /* load c=Prior(x-bpp) step 2 */
2615 psllq mm1, ShiftBpp /* Shift bytes */
2685 ShiftBpp.use = bpp << 3; /* == bpp * 8 */
2686 ShiftRem.use = 64 - ShiftBpp.use;
2760 psllq mm6, ShiftBpp
2764 psllq mm5, ShiftBpp
3303 ShiftBpp.use = 24; /* == 3 * 8 */
3312 psllq mm6, ShiftBpp /* Move mask in mm6 to cover 3rd active */
3324 psllq mm1, ShiftBpp /* shift data to position correctly */
3329 psllq mm1, ShiftBpp /* shift data to position correctly */
3380 ShiftBpp.use = bpp << 3;
3381 ShiftRem.use = 64 - ShiftBpp.use;
3396 psllq mm1, ShiftBpp /* shift data to position correctly */
3412 ShiftBpp.use = 16; /* == 2 * 8 */
3419 psllq mm6, ShiftBpp /* Move mask in mm6 to cover 3rd active */
3424 psllq mm5, ShiftBpp /* Move mask in mm5 to cover 4th active */
3437 psllq mm1, ShiftBpp /* shift data to position correctly */
3442 psllq mm1, ShiftBpp /* shift data to position correctly */
3447 psllq mm1, ShiftBpp /* shift data to position correctly */