Searched refs:BMP_RLE4_COMPRESS (Results 1 – 4 of 4) sorted by relevance
49 #define BMP_RLE4_COMPRESS 2 macro147 else if (msh.compression == BMP_RLE4_COMPRESS) in print_bmp_info()
46 #define BMP_RLE4_COMPRESS 2 macro
354 msheader.compression != BMP_RLE4_COMPRESS) && in identify_bmp_header()1837 else if (msheader.compression == BMP_RLE4_COMPRESS) in translate_from_bmp()
25 #define BMP_RLE4_COMPRESS 2 macro719 const uint32 compvalues[] = { BMP_RLE4_COMPRESS, BMP_RLE8_COMPRESS, 3, 4, 5, 10 }; in IdentifyTest()724 if (!(compvalues[i] == BMP_RLE4_COMPRESS && cbitdepths[n] == 4) && in IdentifyTest()