Home
last modified time | relevance | path

Searched refs:BLOCKCOUNTMAXPERCOLOURPLANE (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_hostjpeg.h221 #define BLOCKCOUNTMAXPERCOLOURPLANE 6 // Would be 10 for max theoretically possible.. 6 is our actu… macro
222 #define MAX_MCU_SIZE (((8*8)+1)*3 * BLOCKCOUNTMAXPERCOLOURPLANE)
Dpnw_hostjpeg.c722 if (uiBlockCount > BLOCKCOUNTMAXPERCOLOURPLANE) { in InitializeJpegEncode()