Searched refs:inBufferWidth (Results 1 – 1 of 1) sorted by relevance
128 const int inBufferWidth = gBuffer->getWidth(); in compress() local131 if (inBufferWidth % k2DCTSIZE || (inBufferHeight % k2DCTSIZE)) { in compress()135 __func__, inBufferWidth, inBufferHeight, DCTSIZE); in compress()139 if (inBufferWidth < mWidth || inBufferHeight < mHeight) { in compress()143 __func__, inBufferWidth, inBufferHeight, mWidth, mHeight); in compress()149 const int cWidth = inBufferWidth / 2; in compress()