Home
last modified time | relevance | path

Searched refs:nDstHeight (Results 1 – 25 of 44) sorted by relevance

12

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/
H A Dh264.c39 static BOOL avc444_ensure_buffer(H264_CONTEXT* h264, DWORD nDstHeight);
78 UINT32 nDstHeight) in check_rect() argument
91 if ((rect->bottom > nDstHeight) || (rect->top > nDstHeight)) in check_rect()
125 if (!check_rect(h264, rect, nDstWidth, nDstHeight)) in avc_yuv_to_rgb()
289 static BOOL avc444_ensure_buffer(H264_CONTEXT* h264, DWORD nDstHeight) in avc444_ensure_buffer() argument
296 const UINT32 pad = nDstHeight % 16; in avc444_ensure_buffer()
297 UINT32 padDstHeight = nDstHeight; /* Need alignment to 16x16 blocks */ in avc444_ensure_buffer()
362 if (!avc444_ensure_buffer(h264, nDstHeight)) in avc444_process_rects()
373 if (!check_rect(h264, rect, nDstWidth, nDstHeight)) in avc444_process_rects()
422 nDstWidth, nDstHeight, regionRects, numRegionRects, in avc444_decompress()
[all …]
H A Dclear.c91 UINT32 SrcFormat, UINT32 nDstWidth, UINT32 nDstHeight, in convert_color() argument
97 if (nHeight + nYDst > nDstHeight) in convert_color()
98 nHeight = nDstHeight - nYDst; in convert_color()
127 UINT32 nDstWidth, UINT32 nDstHeight) in clear_decompress_subcode_rlex() argument
258 if ((nXDstRel + x < nDstWidth) && (nYDstRel + y < nDstHeight)) in clear_decompress_subcode_rlex()
292 if ((nXDstRel + x < nDstWidth) && (nYDstRel + y < nDstHeight)) in clear_decompress_subcode_rlex()
527 nDstHeight, palette)) in clear_decompress_subcodecs_data()
544 nDstWidth, nDstHeight)) in clear_decompress_subcodecs_data()
1037 if ((nDstWidth == 0) || (nDstHeight == 0)) in clear_decompress()
1110 nDstHeight, palette)) in clear_decompress()
[all …]
H A Dcolor.c775 UINT32 nYDst, UINT32 nDstWidth, UINT32 nDstHeight, const BYTE* pSrcData, in freerdp_image_scale() argument
793 if ((nDstWidth == nSrcWidth) && (nDstHeight == nSrcHeight)) in freerdp_image_scale()
796 nDstHeight, pSrcData, SrcFormat, nSrcStep, nXSrc, nYSrc, NULL, in freerdp_image_scale()
813 (int)nDstHeight, dstFormat, SWS_BILINEAR, NULL, NULL, NULL); in freerdp_image_scale()
819 rc = (res == ((int)nDstHeight)); in freerdp_image_scale()
827 const double sy = (double)nDstHeight / (double)nSrcHeight; in freerdp_image_scale()
834 if ((nDstWidth > INT_MAX) || (nDstHeight > INT_MAX) || (nDstStep > INT_MAX)) in freerdp_image_scale()
840 (int)nDstHeight, (int)nDstStep); in freerdp_image_scale()
H A Dinterleaved.c314 UINT32 nYDst, UINT32 nDstWidth, UINT32 nDstHeight, in interleaved_decompress() argument
390 return freerdp_image_copy(pDstData, DstFormat, nDstStep, nXDst, nYDst, nDstWidth, nDstHeight, in interleaved_decompress()
H A Dplanar.c592 UINT32 nDstHeight, BOOL vFlip) in planar_decompress() argument
612 const UINT32 h = MIN(nSrcHeight, nDstHeight); in planar_decompress()
756 UINT32 nTotalHeight = nYDst + nDstHeight; in planar_decompress()
763 if ((TempFormat != DstFormat) || (nSrcWidth != nDstWidth) || (nSrcHeight != nDstHeight)) in planar_decompress()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaoptflow/src/cuda/
H A DnvidiaOpticalFlow.cu87 void* dstDevPtr, uint32_t nDstWidth, uint32_t nDstPitch, uint32_t nDstHeight, in FlowUpsample() argument
92 …dim3 gridDim((nDstWidth + blockDim.x - 1) / blockDim.x, (nDstHeight + blockDim.y - 1) / blockDim.y… in FlowUpsample()
94 0, dstDevPtr, nDstWidth, nDstPitch, nDstHeight, in FlowUpsample()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/test/
H A DTestFreeRDPCodecPlanar.c5684 UINT32 nDstHeight; in FuzzPlanar() local
5748 nDstHeight = prand(sizeof(dstData) / nDstStep); in FuzzPlanar()
5749 invalid = nXDst * GetBytesPerPixel(DstFormat) + (nYDst + nDstHeight) * nDstStep > in FuzzPlanar()
5754 FreeRDPGetColorFormatName(DstFormat), nXDst, nYDst, nDstWidth, nDstHeight, nDstStep, in FuzzPlanar()
5757 nDstStep, nXDst, nYDst, nDstWidth, nDstHeight, prand(2)); in FuzzPlanar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dbitmap.cxx759 const long nDstHeight) in blendBitmap()
790 const long nDstHeight) in blendBitmap24()
803 for (long nY = 0; nY < nDstHeight; nY++) in blendBitmap24()
953 const long nDstHeight = aDstRect.GetHeight(); in DrawDeviceAlphaBitmapSlowPath() local
985 nOffY, nDstHeight, in DrawDeviceAlphaBitmapSlowPath()
994 nDstWidth, nDstHeight)) in DrawDeviceAlphaBitmapSlowPath()
1002 nOffY, nDstHeight, in DrawDeviceAlphaBitmapSlowPath()
1446 const sal_Int32 nDstHeight, in BlendBitmapWithAlpha() argument
1513 for( nY = 0; nY < nDstHeight; nY++ ) in BlendBitmapWithAlpha()
1545 const sal_Int32 nDstHeight, in BlendBitmap() argument
[all …]
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/codec/
H A Dh264.h93 UINT32 nDstWidth, UINT32 nDstHeight,
106 UINT32 nDstHeight, UINT32 codecId);
H A Dclear.h42 UINT32 nYDst, UINT32 nDstWidth, UINT32 nDstHeight,
H A Dinterleaved.h50 UINT32 nYDst, UINT32 nDstWidth, UINT32 nDstHeight,
H A Dplanar.h127 UINT32 nDstHeight, BOOL vFlip);
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dbitmap.cxx788 const tools::Long nDstHeight) in blendBitmap()
819 const tools::Long nDstHeight) in blendBitmap24()
832 for (tools::Long nY = 0; nY < nDstHeight; nY++) in blendBitmap24()
982 const tools::Long nDstHeight = aDstRect.GetHeight(); in DrawDeviceAlphaBitmapSlowPath() local
1013 nOffY, nDstHeight, in DrawDeviceAlphaBitmapSlowPath()
1022 nDstWidth, nDstHeight)) in DrawDeviceAlphaBitmapSlowPath()
1030 nOffY, nDstHeight, in DrawDeviceAlphaBitmapSlowPath()
1543 const sal_Int32 nDstHeight, in BlendBitmapWithAlpha() argument
1610 for( nY = 0; nY < nDstHeight; nY++ ) in BlendBitmapWithAlpha()
1642 const sal_Int32 nDstHeight, in BlendBitmap() argument
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_fei/src/
H A Dauxiliary_interfaces.cpp130 MSDK_ALIGN16(m_pAppConfig->nDstHeight) : MSDK_ALIGN32(m_pAppConfig->nDstHeight); in FillParameters()
132 m_videoParams.vpp.Out.CropH = m_pAppConfig->nDstHeight; in FillParameters()
H A Dfei_encode.cpp147 m_pAppConfig->nHeight = m_pAppConfig->nDstHeight = m_videoParams.mfx.FrameInfo.CropH; in FillParameters()
167 … MSDK_ALIGN16(m_pAppConfig->nDstHeight) : MSDK_ALIGN32(m_pAppConfig->nDstHeight); in FillParameters()
172 m_videoParams.mfx.FrameInfo.CropH = m_pAppConfig->nDstHeight; in FillParameters()
H A Dfei_preenc.cpp244 …MSDK_ALIGN16(m_pAppConfig->nDstHeight / m_pAppConfig->preencDSstrength) : MSDK_ALIGN32(m_pAppConfi… in FillDSVideoParams()
300 m_pAppConfig->nHeight = m_pAppConfig->nDstHeight = m_videoParams.mfx.FrameInfo.CropH; in FillParameters()
327 MSDK_ALIGN16(m_pAppConfig->nDstHeight) : MSDK_ALIGN32(m_pAppConfig->nDstHeight); in FillParameters()
332 m_videoParams.mfx.FrameInfo.CropH = m_pAppConfig->nDstHeight; in FillParameters()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Doverview.cpp2272 int nDstHeight = papoOvrBands[iOverview]->GetYSize(); in GDALRegenerateOverviews() local
2419 int nDstHeight = papoOvrBands[iOverview]->GetYSize(); in GDALRegenerateOverviews() local
2422 double dfYRatioDstToSrc = (double)nHeight / nDstHeight; in GDALRegenerateOverviews()
2435 nDstYOff2 = nDstHeight; in GDALRegenerateOverviews()
2594 int nDstHeight = papapoOverviewBands[0][iOverview]->GetYSize(); in GDALRegenerateOverviewsMultiBand() local
2598 papapoOverviewBands[iBand][iOverview]->GetYSize() != nDstHeight) in GDALRegenerateOverviewsMultiBand()
2658 int nDstWidth, nDstHeight; in GDALRegenerateOverviewsMultiBand() local
2661 nDstHeight = papapoOverviewBands[0][iOverview]->GetYSize(); in GDALRegenerateOverviewsMultiBand()
2673 double dfYRatioDstToSrc = (double)nSrcHeight / nDstHeight; in GDALRegenerateOverviewsMultiBand()
2728 if (nDstYOff + nDstBlockYSize <= nDstHeight) in GDALRegenerateOverviewsMultiBand()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dgdiimpl.cxx680 int nDstHeight = static_cast<int>(aPosAry.mnDestHeight); in drawBitmap() local
686 if( ( nDstWidth > CACHED_HDC_DEFEXT ) || ( nDstHeight > CACHED_HDC_DEFEXT ) ) in drawBitmap()
688 hMemBitmap.reset(CreateCompatibleBitmap(hDC, nDstWidth, nDstHeight)); in drawBitmap()
689 hMaskBitmap.reset(CreateCompatibleBitmap(hDC, nDstWidth, nDstHeight)); in drawBitmap()
696 BitBlt( hMemDC.get(), 0, 0, nDstWidth, nDstHeight, hDC, nDstX, nDstY, SRCCOPY ); in drawBitmap()
717 BitBlt( hMemDC.get(), 0, 0, nDstWidth, nDstHeight, hMaskDC.get(), 0, 0, SRCINVERT ); in drawBitmap()
722 BitBlt( hMemDC.get(), 0, 0, nDstWidth, nDstHeight, hMaskDC.get(), 0, 0, SRCAND ); in drawBitmap()
726 BitBlt( hMemDC.get(), 0, 0, nDstWidth, nDstHeight, hMaskDC.get(), 0, 0, SRCPAINT ); in drawBitmap()
730 BitBlt( hDC, nDstX, nDstY, nDstWidth, nDstHeight, hMemDC.get(), 0, 0, SRCCOPY ); in drawBitmap()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Doverview.cpp1163 int nDstHeight = papapoOverviewBands[0][iOverview]->GetYSize(); in GDALRegenerateOverviewsMultiBand() local
1167 papapoOverviewBands[iBand][iOverview]->GetYSize() != nDstHeight) in GDALRegenerateOverviewsMultiBand()
1245 int nDstWidth, nDstHeight; in GDALRegenerateOverviewsMultiBand() local
1248 nDstHeight = papapoOverviewBands[0][iOverview]->GetYSize(); in GDALRegenerateOverviewsMultiBand()
1262 int nFullResYChunk = (nDstBlockYSize * nSrcHeight) / nDstHeight; in GDALRegenerateOverviewsMultiBand()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dgdiimpl.cxx690 int nDstHeight = static_cast<int>(aPosAry.mnDestHeight); in drawBitmap() local
696 if( ( nDstWidth > CACHED_HDC_DEFEXT ) || ( nDstHeight > CACHED_HDC_DEFEXT ) ) in drawBitmap()
698 hMemBitmap.reset(CreateCompatibleBitmap(hDC, nDstWidth, nDstHeight)); in drawBitmap()
699 hMaskBitmap.reset(CreateCompatibleBitmap(hDC, nDstWidth, nDstHeight)); in drawBitmap()
706 BitBlt( hMemDC.get(), 0, 0, nDstWidth, nDstHeight, hDC, nDstX, nDstY, SRCCOPY ); in drawBitmap()
727 BitBlt( hMemDC.get(), 0, 0, nDstWidth, nDstHeight, hMaskDC.get(), 0, 0, SRCINVERT ); in drawBitmap()
732 BitBlt( hMemDC.get(), 0, 0, nDstWidth, nDstHeight, hMaskDC.get(), 0, 0, SRCAND ); in drawBitmap()
736 BitBlt( hMemDC.get(), 0, 0, nDstWidth, nDstHeight, hMaskDC.get(), 0, 0, SRCPAINT ); in drawBitmap()
740 BitBlt( hDC, nDstX, nDstY, nDstWidth, nDstHeight, hMemDC.get(), 0, 0, SRCCOPY ); in drawBitmap()
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_encode/src/
H A Dpipeline_encode.cpp503 ? MSDK_ALIGN16(pInParams->nDstHeight) in InitMfxEncParams()
504 : MSDK_ALIGN32(pInParams->nDstHeight); in InitMfxEncParams()
508 m_mfxEncParams.mfx.FrameInfo.Height = pInParams->nDstHeight; in InitMfxEncParams()
514 m_mfxEncParams.mfx.FrameInfo.CropH = pInParams->nDstHeight; in InitMfxEncParams()
853 ? MSDK_ALIGN16(pInParams->nDstHeight) in InitMfxVppParams()
854 : MSDK_ALIGN32(pInParams->nDstHeight); in InitMfxVppParams()
858 m_mfxVppParams.vpp.Out.Height = pInParams->nDstHeight; in InitMfxVppParams()
1509 if (pParams->nWidth != pParams->nDstWidth || pParams->nHeight != pParams->nDstHeight || in Init()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Doverview.cpp4130 const int nDstHeight = papoOvrBands[iOverview]->GetYSize(); in GDALRegenerateOverviews() local
4472 const int nDstHeight = poDstBand->GetYSize(); in GDALRegenerateOverviews() local
4477 static_cast<double>(nHeight) / nDstHeight; in GDALRegenerateOverviews()
4486 if( nDstYOff == nDstHeight ) in GDALRegenerateOverviews()
4492 nDstYOff2 = nDstHeight; in GDALRegenerateOverviews()
4703 const int nDstHeight = papapoOverviewBands[0][iOverview]->GetYSize(); in GDALRegenerateOverviewsMultiBand() local
4709 != nDstHeight ) in GDALRegenerateOverviewsMultiBand()
4824 static_cast<double>(nSrcHeight) / nDstHeight; in GDALRegenerateOverviewsMultiBand()
4988 nDstYOff < nDstHeight && eErr == CE_None; in GDALRegenerateOverviewsMultiBand()
4992 if( nDstYOff + nDstChunkYSize <= nDstHeight ) in GDALRegenerateOverviewsMultiBand()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Doverview.cpp4130 const int nDstHeight = papoOvrBands[iOverview]->GetYSize(); in GDALRegenerateOverviews() local
4472 const int nDstHeight = poDstBand->GetYSize(); in GDALRegenerateOverviews() local
4477 static_cast<double>(nHeight) / nDstHeight; in GDALRegenerateOverviews()
4486 if( nDstYOff == nDstHeight ) in GDALRegenerateOverviews()
4492 nDstYOff2 = nDstHeight; in GDALRegenerateOverviews()
4703 const int nDstHeight = papapoOverviewBands[0][iOverview]->GetYSize(); in GDALRegenerateOverviewsMultiBand() local
4709 != nDstHeight ) in GDALRegenerateOverviewsMultiBand()
4824 static_cast<double>(nSrcHeight) / nDstHeight; in GDALRegenerateOverviewsMultiBand()
4988 nDstYOff < nDstHeight && eErr == CE_None; in GDALRegenerateOverviewsMultiBand()
4992 if( nDstYOff + nDstChunkYSize <= nDstHeight ) in GDALRegenerateOverviewsMultiBand()
[all …]
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Doverview.cpp4130 const int nDstHeight = papoOvrBands[iOverview]->GetYSize(); in GDALRegenerateOverviews() local
4472 const int nDstHeight = poDstBand->GetYSize(); in GDALRegenerateOverviews() local
4477 static_cast<double>(nHeight) / nDstHeight; in GDALRegenerateOverviews()
4486 if( nDstYOff == nDstHeight ) in GDALRegenerateOverviews()
4492 nDstYOff2 = nDstHeight; in GDALRegenerateOverviews()
4703 const int nDstHeight = papapoOverviewBands[0][iOverview]->GetYSize(); in GDALRegenerateOverviewsMultiBand() local
4709 != nDstHeight ) in GDALRegenerateOverviewsMultiBand()
4824 static_cast<double>(nSrcHeight) / nDstHeight; in GDALRegenerateOverviewsMultiBand()
4988 nDstYOff < nDstHeight && eErr == CE_None; in GDALRegenerateOverviewsMultiBand()
4992 if( nDstYOff + nDstChunkYSize <= nDstHeight ) in GDALRegenerateOverviewsMultiBand()
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_encode/src/
H A Dpipeline_encode.cpp566 MSDK_ALIGN16(pInParams->nDstHeight) : MSDK_ALIGN32(pInParams->nDstHeight); in InitMfxEncParams()
571 m_mfxEncParams.mfx.FrameInfo.CropH = pInParams->nDstHeight; in InitMfxEncParams()
892 MSDK_ALIGN16(pInParams->nDstHeight) : MSDK_ALIGN32(pInParams->nDstHeight); in InitMfxVppParams()
1556 …OGRESSIVE == params.nPicStruct) ? MSDK_ALIGN16(params.nDstHeight) : MSDK_ALIGN32(params.nDstHeight in GetImpl()
1759 pParams->nHeight != pParams->nDstHeight || in Init()

12