Home
last modified time | relevance | path

Searched refs:dstPlane (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libavif/src/src/
H A Dalpha.c22 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifFillAlpha()
31 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifFillAlpha()
61 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
71 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
85 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
97 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
113 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
125 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
141 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
151 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
[all …]
/dports/graphics/libavif/libavif-0.9.3/src/
H A Dscale.c108 uint16_t * const dstPlane = (uint16_t *)image->yuvPlanes[i]; in avifImageScale() local
110 …ScalePlane_12(srcPlane, srcStride, srcW, srcH, dstPlane, dstStride, dstW, dstH, AVIF_LIBYUV_FILTER… in avifImageScale()
114 uint8_t * const dstPlane = image->yuvPlanes[i]; in avifImageScale() local
116 …ScalePlane(srcPlane, srcStride, srcW, srcH, dstPlane, dstStride, dstW, dstH, AVIF_LIBYUV_FILTER_MO… in avifImageScale()
131 uint16_t * const dstPlane = (uint16_t *)image->alphaPlane; in avifImageScale() local
133 …ScalePlane_12(srcPlane, srcStride, srcWidth, srcHeight, dstPlane, dstStride, dstWidth, dstHeight, … in avifImageScale()
137 uint8_t * const dstPlane = image->alphaPlane; in avifImageScale() local
139 …ScalePlane(srcPlane, srcStride, srcWidth, srcHeight, dstPlane, dstStride, dstWidth, dstHeight, AVI… in avifImageScale()
H A Dalpha.c23 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifFillAlpha()
32 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifFillAlpha()
62 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
72 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
86 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
98 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
114 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
126 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
142 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
152 … uint8_t * dstRow = &params->dstPlane[params->dstOffsetBytes + (j * params->dstRowBytes)]; in avifReformatAlpha()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Shuffle/
H A DShuffle.cpp754 MultiPlane::ImagePlaneDesc dstPlane; in isIdentityInternal() local
797 if (data[0].plane != dstPlane && data[0].plane.isColorPlane() != dstPlane.isColorPlane()) { in isIdentityInternal()
1215 MultiPlane::ImagePlaneDesc dstPlane; in render() local
1230 assert(1 <= dstPlane.getNumComponents() && dstPlane.getNumComponents() <= 4); in render()
1347 if (dstPlane.isColorPlane()) { in getDstPixelComps()
1351 return dstPlane; in getDstPixelComps()
1362 updateOutputParamsVisibility(dstPlane); in onMetadataChanged()
1364 *dstPlaneOut = dstPlane; in onMetadataChanged()
1396 MultiPlane::ImagePlaneDesc dstPlane; in getClipPreferences() local
1397 onMetadataChanged(&dstPlane); in getClipPreferences()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_mosaic_info.cpp318 uint32 dstPlane,
327 uint32 dstPlane, in Calculate() argument
349 uint8 planeColor = info.fCFAPlaneColor [dstPlane]; in Calculate()
878 for (uint32 dstPlane = 0; dstPlane < info.fColorPlanes; dstPlane++) in dng_bilinear_interpolator() local
881 fPattern [dstPlane] . Calculate (info, in dng_bilinear_interpolator()
882 dstPlane, in dng_bilinear_interpolator()
919 for (uint32 dstPlane = 0; in Interpolate() local
920 dstPlane < dstBuffer.fPlanes; in Interpolate()
921 dstPlane++) in Interpolate()
930 dstPlane); in Interpolate()
[all …]
H A Ddng_image.h298 uint32 dstPlane,
H A Ddng_image.cpp752 uint32 dstPlane, in CopyArea() argument
773 destTile.CopyArea (srcTile, srcTileArea, srcPlane, dstPlane, planes); in CopyArea()
H A Ddng_pixel_buffer.cpp630 uint32 dstPlane, in CopyArea() argument
643 dstPlane); in CopyArea()
H A Ddng_pixel_buffer.h595 uint32 dstPlane,
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_mosaic_info.cpp313 uint32 dstPlane,
322 uint32 dstPlane, in Calculate() argument
358 uint8 planeColor = info.fCFAPlaneColor [dstPlane]; in Calculate()
996 for (uint32 dstPlane = 0; dstPlane < info.fColorPlanes; dstPlane++) in dng_bilinear_interpolator() local
999 fPattern [dstPlane] . Calculate (info, in dng_bilinear_interpolator()
1000 dstPlane, in dng_bilinear_interpolator()
1037 for (uint32 dstPlane = 0; in Interpolate() local
1038 dstPlane < dstBuffer.fPlanes; in Interpolate()
1039 dstPlane++) in Interpolate()
1048 dstPlane); in Interpolate()
[all …]
H A Ddng_image.h277 uint32 dstPlane, in CopyArea() argument
281 DoCopyArea (src, area, srcPlane, dstPlane, planes); in CopyArea()
416 uint32 dstPlane,
H A Ddng_render.cpp1304 for (uint32 dstPlane = 0; dstPlane < fDstPlanes; dstPlane++) in ProcessArea() local
1309 dstPlane); in ProcessArea()
H A Ddng_image.cpp760 uint32 dstPlane, in DoCopyArea() argument
781 destTile.CopyArea (srcTile, srcTileArea, srcPlane, dstPlane, planes); in DoCopyArea()
H A Ddng_pixel_buffer.h673 uint32 dstPlane,
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/sse/
H A DGemmCommon.cpp362 auto dstPlane = dst + z * area * 4; in MNNPackC4() local
366 auto d = dstPlane + 16 * x; in MNNPackC4()
385 float* dstPlane = depthC4 * area * 4 + dst; in MNNPackC4() local
389 dstPlane[4 * x + y] = srcPlane[y * area + x]; in MNNPackC4()
392 dstPlane[4 * x + y] = 0; in MNNPackC4()
398 float* dstPlane = z * area * 4 + dst; in MNNPackC4() local
460 auto dstPlane = dst + z * area * 4; in MNNUnpackC4() local
464 auto d = dstPlane + 4 * x; in MNNUnpackC4()
483 float* dstPlane = depthC4 * area * 4 + dst; in MNNUnpackC4() local
487 dstPlane[y * area + x] = srcPlane[4 * x + y]; in MNNUnpackC4()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/avx/
H A DCommonOptFunction.cpp41 auto dstPlane = dst + z * area * PACK_UNIT; in _AVX_MNNPackCUnit() local
45 auto d = dstPlane + PACK_UNIT * PACK_UNIT * x; in _AVX_MNNPackCUnit()
72 float* dstPlane = depthC4 * area * PACK_UNIT + dst; in _AVX_MNNPackCUnit() local
77 auto d = dstPlane + PACK_UNIT * PACK_UNIT * x; in _AVX_MNNPackCUnit()
120 dstPlane[PACK_UNIT * x + y] = 0; in _AVX_MNNPackCUnit()
126 float* dstPlane = z * area * PACK_UNIT + dst; in _AVX_MNNPackCUnit() local
146 auto dstPlane = dst + z * area * PACK_UNIT; in _AVX_MNNUnpackCUnit() local
150 auto d = dstPlane + PACK_UNIT * x; in _AVX_MNNUnpackCUnit()
177 float* dstPlane = depthC4 * area * PACK_UNIT + dst; in _AVX_MNNUnpackCUnit() local
181 auto d = dstPlane + PACK_UNIT * x; in _AVX_MNNUnpackCUnit()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/arm82/
H A DArm82OptFunc.hpp34 TOUT* dstPlane = plane * area * UNIT + dst; in MNNPackUNIT() local
37 dstPlane[UNIT * x + offset] = TOUT(src[cur++]); in MNNPackUNIT()
/dports/misc/mnn/MNN-1.2.0/source/backend/hiai/backend/
H A DNPUBackend.cpp26 uint8_t* dstPlane = plane * area * 4 + dst; in MNNPackC4Uint8() local
29 dstPlane[4 * x + offset] = src[cur++]; in MNNPackC4Uint8()
40 float* dstPlane = plane * area * 4 + dst; in MNNPackC4() local
43 dstPlane[4 * x + offset] = src[cur++]; in MNNPackC4()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsMultiPlane.cpp964 MultiPlane::ImagePlaneDesc dstPlane; in getClipPreferences() local
968 …dedRetCodeEnum stat = getPlaneNeeded(it->second.param->getName(), &clip, &dstPlane, &channelIndex); in getClipPreferences()
970 dstPlane = MultiPlane::ImagePlaneDesc::getNoneComponents(); in getClipPreferences()
977 …sc colorPlaneMapped = MultiPlane::ImagePlaneDesc::mapNCompsToColorPlane(dstPlane.getNumComponents(… in getClipPreferences()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsMultiPlane.cpp964 MultiPlane::ImagePlaneDesc dstPlane; in getClipPreferences() local
968 …dedRetCodeEnum stat = getPlaneNeeded(it->second.param->getName(), &clip, &dstPlane, &channelIndex); in getClipPreferences()
970 dstPlane = MultiPlane::ImagePlaneDesc::getNoneComponents(); in getClipPreferences()
977 …sc colorPlaneMapped = MultiPlane::ImagePlaneDesc::mapNCompsToColorPlane(dstPlane.getNumComponents(… in getClipPreferences()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libavif/src/include/avif/
H A Dinternal.h84 uint8_t * dstPlane; member
/dports/graphics/libavif/libavif-0.9.3/include/avif/
H A Dinternal.h82 uint8_t * dstPlane; member
/dports/multimedia/handbrake/x265_3.5/source/
H A DabrEncApp.cpp906 void **srcPlane = NULL, **dstPlane = NULL; in scalePic() local
916 dstPlane = destination->planes; in scalePic()
931 m_filterManager->scale_pic(srcPlane, dstPlane, srcStride, dstStride); in scalePic()
/dports/multimedia/x265/source/
H A DabrEncApp.cpp904 void **srcPlane = NULL, **dstPlane = NULL; in scalePic() local
914 dstPlane = destination->planes; in scalePic()
929 m_filterManager->scale_pic(srcPlane, dstPlane, srcStride, dstStride); in scalePic()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/OIIO/
H A DWriteOIIO.cpp558 MultiPlane::ImagePlaneDesc dstPlane; in getClipComponents() local
562 …NeededRetCodeEnum stat = getPlaneNeeded(_outputLayers->getName(), &clip, &dstPlane, &channelIndex); in getClipComponents()
576 … std::string ofxComponentsStr = MultiPlane::ImagePlaneDesc::mapPlaneToOFXPlaneString(dstPlane); in getClipComponents()

12