Home
last modified time | relevance | path

Searched refs:cmbWidth (Results 1 – 10 of 10) sorted by relevance

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/contrib/jxpmap/org/xpilot/jxpmap/
H A DEdgeStyleEditor.java19 private JComboBox cmbWidth; field in EdgeStyleEditor
58 cmbWidth = new JComboBox(); in EdgeStyleEditor()
60 cmbWidth.addItem(String.valueOf(i)); in EdgeStyleEditor()
61 cmbWidth.setSelectedIndex(style.getWidth()); in EdgeStyleEditor()
62 add(cmbWidth); in EdgeStyleEditor()
85 style.setWidth(cmbWidth.getSelectedIndex()); in apply()
92 cmbWidth.getSelectedIndex(), in apply()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/decode/
H A DJXRTranscode.c616 mbWidth = pSCEnc->cmbWidth = mbRight - mbLeft; in WMPhotoTranscode()
620 SWAP(pSCEnc->cmbWidth, pSCEnc->cmbHeight); in WMPhotoTranscode()
624 pFrameBuf = (PixelI *)malloc(pSCEnc->cmbWidth * pSCEnc->cmbHeight * cUnit * sizeof(PixelI)); in WMPhotoTranscode()
625 …if(pFrameBuf == NULL || (pSCEnc->cmbWidth * pSCEnc->cmbHeight * cUnit * sizeof(PixelI) < pSCEnc->c… in WMPhotoTranscode()
627 pMBInfo = (CWMIMBInfo *)malloc(pSCEnc->cmbWidth * pSCEnc->cmbHeight * sizeof(CWMIMBInfo)); in WMPhotoTranscode()
628 …if(pMBInfo == NULL || (pSCEnc->cmbWidth * pSCEnc->cmbHeight * sizeof(CWMIMBInfo) < pSCEnc->cmbWidt… in WMPhotoTranscode()
632 …if(pFrameBufAlpha == NULL || (pSCEnc->cmbWidth * pSCEnc->cmbHeight * 256 * sizeof(PixelI) < pSCEnc… in WMPhotoTranscode()
635 …if(pMBInfoAlpha == NULL || (pSCEnc->cmbWidth * pSCEnc->cmbHeight * sizeof(CWMIMBInfo) < pSCEnc->cm… in WMPhotoTranscode()
739 for(pSCDec->cColumn = 0; pSCDec->cColumn < pSCDec->cmbWidth; pSCDec->cColumn ++){ in WMPhotoTranscode()
907 for(pSCEnc->cColumn = 1; pSCEnc->cColumn <= pSCEnc->cmbWidth; pSCEnc->cColumn ++){ in WMPhotoTranscode()
[all …]
H A Dstrdec.c314 const Bool bottomORright = (bottom || pSC->cColumn == pSC->cmbWidth); in processMacroblockDec()
516 const size_t cWidth = pSC->cmbWidth * 16; in interpolateUV()
2726 …>pResV == NULL || (cfExt == YUV_422 ? 128 : 256) * pSC->cmbWidth * sizeof(PixelI) < pSC->cmbWidth){ in StrDecInit()
3197 pSC->cmbWidth = (pSC->WMII.cWidth + 15) / 16; in InitializeStrDec()
3320 pSC->a0MBbuffer[i] = (PixelI*)pb; pb += cbMacBlockStride * pSC->cmbWidth; in ImageStrDecInit()
3321 pSC->a1MBbuffer[i] = (PixelI*)pb; pb += cbMacBlockStride * pSC->cmbWidth; in ImageStrDecInit()
3368 pNextSC->a0MBbuffer[0] = (PixelI*)pb; pb += cbMacBlockStride * pNextSC->cmbWidth; in ImageStrDecInit()
3397 initPostProc(pSC->pPostProcInfo, pSC->cmbWidth, pSC->m_param.cNumChannels); in ImageStrDecInit()
3536 memset(pSC->p1MBbuffer[0], 0, sizeof(PixelI) * 16 * 16 * pSC->cmbWidth);
3538 memset(pSC->p1MBbuffer[k], 0, sizeof(PixelI) * iChromaElements * pSC->cmbWidth);
[all …]
H A DstrInvTransform.c694 const Bool left = (pSC->cColumn == 0), right = (pSC->cColumn == pSC->cmbWidth); in invTransformMacroblock()
698 const size_t mbWidth = pSC->cmbWidth, mbX = pSC->cColumn; in invTransformMacroblock()
1174 const Bool left = (pSC->cColumn == 0), right = (pSC->cColumn == pSC->cmbWidth); in invTransformMacroblock_alteredOperators_hard()
1178 …eftAdjacentColumn = (pSC->cColumn == 1), rightAdjacentColumn = (pSC->cColumn == pSC->cmbWidth - 1); in invTransformMacroblock_alteredOperators_hard()
1180 const size_t mbWidth = pSC->cmbWidth; in invTransformMacroblock_alteredOperators_hard()
H A Dstrdec_x86.c1534 assert(0 < pSC->cColumn && pSC->cColumn < pSC->cmbWidth); in invTransformMacroblock_YUV444_Center5()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/encode/
H A Dstrenc.c257 if(iMBX + 1 == (int) pSC->cmbWidth && (iMBY + 1 == (int) pSC->cmbHeight || in encodeMB()
1323 pSC->cmbWidth = (pSC->WMII.cWidth + 15) / 16; in InitializeStrEnc()
1420 pSC->a0MBbuffer[i] = (PixelI*)pb; pb += cbMacBlockStride * pSC->cmbWidth; in ImageStrEncInit()
1421 pSC->a1MBbuffer[i] = (PixelI*)pb; pb += cbMacBlockStride * pSC->cmbWidth; in ImageStrEncInit()
1539 for (pSC->cColumn = 1; pSC->cColumn < pSC->cmbWidth; ++pSC->cColumn) { in ImageStrEncEncode()
1581 for (pSC->cColumn = 1; pSC->cColumn < pSC->cmbWidth; ++pSC->cColumn) { in ImageStrEncTerm()
1622 for(iColumn = 0; iColumn + 2 < pSC->cmbWidth * 16; iColumn += 2){ in downsampleUV()
1641 pBuf[0] = pSrc + (pSC->cmbWidth << (cfExt == YUV_422 ? 7 : 8)); in downsampleUV()
1642 …pBuf[1] = pBuf[0] + pSC->cmbWidth * 8, pBuf[2] = pBuf[1] + pSC->cmbWidth * 8, pBuf[3] = pBuf[2] + … in downsampleUV()
1644 for(iColumn = 0; iColumn < pSC->cmbWidth * 8; iColumn ++){ in downsampleUV()
[all …]
H A DstrFwdTransform.c488 Bool left = (pSC->cColumn == 0), right = (pSC->cColumn == pSC->cmbWidth); in transformMacroblock()
492 …eftAdjacentColumn = (pSC->cColumn == 1), rightAdjacentColumn = (pSC->cColumn == pSC->cmbWidth - 1); in transformMacroblock()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A DstrPredQuant.c129 const size_t mbWidth = pSC->cmbWidth; in allocatePredInfo()
H A Dstrcodec.h386 size_t cmbWidth; // macro block/image width member
H A Dstrcodec.c165 if(mbX + 1 == pSC->cmbWidth) in getTilePos()