Searched refs:BMP_RLE4 (Results 1 – 2 of 2) sorted by relevance
121 if (comp != BMP_RGB && comp != BMP_BITFIELDS && comp != BMP_RLE4 && in bmp_decode_frame()222 if (n * avctx->height > dsize && comp != BMP_RLE4 && comp != BMP_RLE8) { in bmp_decode_frame()233 if (comp == BMP_RLE4 || comp == BMP_RLE8) in bmp_decode_frame()278 if (comp == BMP_RLE4 || comp == BMP_RLE8) { in bmp_decode_frame()
30 BMP_RLE4 =2, enumerator