Searched refs:BLOCKCOUNTMAXPERCOLOURPLANE (Results 1 – 2 of 2) sorted by relevance
221 #define BLOCKCOUNTMAXPERCOLOURPLANE 6 // Would be 10 for max theoretically possible.. 6 is our actu… macro222 #define MAX_MCU_SIZE (((8*8)+1)*3 * BLOCKCOUNTMAXPERCOLOURPLANE)
722 if (uiBlockCount > BLOCKCOUNTMAXPERCOLOURPLANE) { in InitializeJpegEncode()