Searched refs:compvalues (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp719 const uint32 compvalues[] = { BMP_RLE4_COMPRESS, BMP_RLE8_COMPRESS, 3, 4, 5, 10 }; local
721 const int32 kncomps = sizeof(compvalues) / sizeof(uint32);
724 if (!(compvalues[i] == BMP_RLE4_COMPRESS && cbitdepths[n] == 4) &&
725 !(compvalues[i] == BMP_RLE8_COMPRESS && cbitdepths[n] == 8)) {
736 msheader.compression = compvalues[i];

Completed in 28 milliseconds