Home
last modified time | relevance | path

Searched refs:dstOffsetBytes (Results 1 – 8 of 8) sorted by relevance

/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 …]
H A Dreformat.c319 params.dstOffsetBytes = 0; in avifImageRGBToYUV()
978 params.dstOffsetBytes = state.rgbOffsetBytesA; in avifImageYUVToRGB()
/dports/graphics/libavif/libavif-0.9.3/src/
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 …]
H A Dreformat.c393 params.dstOffsetBytes = 0; in avifImageRGBToYUV()
1110 params.dstOffsetBytes = state.rgbOffsetBytesA; in avifImageYUVToRGB()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libavif/src/include/avif/
H A Dinternal.h86 uint32_t dstOffsetBytes; member
/dports/graphics/libavif/libavif-0.9.3/include/avif/
H A Dinternal.h84 uint32_t dstOffsetBytes; member
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dbuffer.cs41 Array dst, int dstOffsetBytes, int byteCount); in InternalBlockCopy() argument
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.cpp121 inline void patch(const SrcT &src, void *dst, CrossThreadDataOffset dstOffsetBytes) { in patch() argument
122 if (isValidOffset(dstOffsetBytes)) { in patch()
123 DstT *patchLocation = reinterpret_cast<DstT *>(ptrOffset(dst, dstOffsetBytes)); in patch()