Home | History | Annotate | Download | only in video

Lines Matching refs:Bshift

93 	b = (((Pixel&fmt->Bmask)>>fmt->Bshift)<<fmt->Bloss); 		\
174 ((b>>fmt->Bloss)<<fmt->Bshift) | (1<<15); \
181 ((b>>fmt->Bloss)<<fmt->Bshift); \
211 *((buf)+fmt->Bshift/8) = b; \
215 *((buf)+2-fmt->Bshift/8) = b; \
246 *((buf)+fmt->Bshift/8) = b; \
250 *((buf)+2-fmt->Bshift/8) = b; \
272 b = ((Pixel&fmt->Bmask)>>fmt->Bshift)<<fmt->Bloss; \
279 b = (Pixel&fmt->Bmask)>>fmt->Bshift; \
338 ((b>>fmt->Bloss)<<fmt->Bshift)| \
346 ((b>>fmt->Bloss)<<fmt->Bshift)| \
365 *((buf)+fmt->Bshift/8) = b; \
369 *((buf)+2-fmt->Bshift/8) = b; \