Searched refs:BMP_RLE8_COMPRESS (Results 1 – 4 of 4) sorted by relevance
48 #define BMP_RLE8_COMPRESS 1 macro144 else if (msh.compression == BMP_RLE8_COMPRESS) in print_bmp_info()
45 #define BMP_RLE8_COMPRESS 1 macro
358 msheader.compression != BMP_RLE8_COMPRESS) && in identify_bmp_header()1824 else if (msheader.compression == BMP_RLE8_COMPRESS) in translate_from_bmp()
24 #define BMP_RLE8_COMPRESS 1 macro719 const uint32 compvalues[] = { BMP_RLE4_COMPRESS, BMP_RLE8_COMPRESS, 3, 4, 5, 10 }; in IdentifyTest()725 !(compvalues[i] == BMP_RLE8_COMPRESS && cbitdepths[n] == 8)) { in IdentifyTest()