Home | History | Annotate | Download | only in jpeg

Lines Matching defs:bits_per_pixel

171   int bits_per_pixel, cmap_entries;
177 bits_per_pixel = 8;
181 bits_per_pixel = 24;
186 bits_per_pixel = 8;
209 PUT_2B(bmpinfoheader, 14, bits_per_pixel); /* biBitCount */
236 int bits_per_pixel, cmap_entries;
242 bits_per_pixel = 8;
246 bits_per_pixel = 24;
251 bits_per_pixel = 8;
274 PUT_2B(bmpcoreheader, 10, bits_per_pixel); /* bcBitCount */