Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching defs:bits_per_pixel

204   int bits_per_pixel, cmap_entries;
210 bits_per_pixel = 8;
214 bits_per_pixel = 24;
218 bits_per_pixel = 24;
222 bits_per_pixel = 8;
245 PUT_2B(bmpinfoheader, 14, bits_per_pixel); /* biBitCount */
272 int bits_per_pixel, cmap_entries;
278 bits_per_pixel = 8;
282 bits_per_pixel = 24;
286 bits_per_pixel = 24;
290 bits_per_pixel = 8;
313 PUT_2B(bmpcoreheader, 10, bits_per_pixel); /* bcBitCount */