Searched refs:ShiftBpp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngvcrd.c1923 ActiveMask, ActiveMask2, ActiveMaskEnd, ShiftBpp, ShiftRem; variable in typeref:union:uAll
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 /* shif
[all...]
H A Dpnggccrd.c285 # define _ShiftBpp ShiftBpp

Completed in 84 milliseconds