Searched refs:JBIG2_MAX_IMAGE_SIZE (Results 1 – 4 of 4) sorted by relevance
33 #define JBIG2_MAX_IMAGE_SIZE 65535 macro
73 if ((int)HCHEIGHT < 0 || (int)HCHEIGHT > JBIG2_MAX_IMAGE_SIZE) in decode_Arith()86 if ((int)SYMWIDTH < 0 || (int)SYMWIDTH > JBIG2_MAX_IMAGE_SIZE) in decode_Arith()303 if ((int)HCHEIGHT < 0 || (int)HCHEIGHT > JBIG2_MAX_IMAGE_SIZE) in decode_Huffman()319 if ((int)SYMWIDTH < 0 || (int)SYMWIDTH > JBIG2_MAX_IMAGE_SIZE) in decode_Huffman()
49 if (GBW == 0 || GBW > JBIG2_MAX_IMAGE_SIZE || GBH == 0 || in decode_Arith()50 GBH > JBIG2_MAX_IMAGE_SIZE) { in decode_Arith()645 if (GBW == 0 || GBW > JBIG2_MAX_IMAGE_SIZE || GBH == 0 || in Start_decode_Arith()646 GBH > JBIG2_MAX_IMAGE_SIZE) { in Start_decode_Arith()
19 if (GRW == 0 || GRW > JBIG2_MAX_IMAGE_SIZE || GRH == 0 || in decode()20 GRH > JBIG2_MAX_IMAGE_SIZE) { in decode()