Home
last modified time | relevance | path

Searched refs:blkOffsetUV_422 (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/encode/
H A DstrPredQuantEnc.c64 …const int * pOffset = (iNumBlock == 4 ? blkOffsetUV : (iNumBlock == 8 ? blkOffsetUV_422 : blkOffse… in quantizeMacroblock()
90 pDC[i] = pData[blkOffsetUV_422[i]]; in quantizeMacroblock()
484 …const int * pOffset = (iNumBlock == 4 ? blkOffsetUV : (iNumBlock == 8 ? blkOffsetUV_422 : blkOffse… in predCBPEnc()
H A Dsegenc.c908 … pCoeffs = pSC->pPlane[1 + ((iBlock - 4) >> 1)] + blkOffsetUV_422[(iBlock & 1) * 4 + iSubblock]; in CodeCoeffs()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/decode/
H A DstrPredQuantDec.c289 pOrg = pSrc + blkOffsetUV_422[j]; in predACDec()
303 pOrg = pSrc + blkOffsetUV_422[j]; in predACDec()
H A Dsegdec.c702 …effs = pSC->p1MBbuffer[1 + (1 & (iBlock >> 1))] + ((iBlock & 1) * 32) + blkOffsetUV_422[iSubblock]; in DecodeCoeffs()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A Dstrcodec.h495 extern const int blkOffsetUV_422[8];
H A Dstrcodec.c43 const int blkOffsetUV_422[8] = {0, 64, 16, 80, 32, 96, 48, 112}; variable