Home
last modified time | relevance | path

Searched refs:planeStride (Results 1 – 5 of 5) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/execution/
H A DVulkanConvolution.cpp36 int planeStride = kw * kh * 4; in _createBufferForConvDepthwise() local
44 float* dst = weight + offset + (x + y * kw) * 4 + planeStride * plane; in _createBufferForConvDepthwise()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUQuanConvolutionDepthwise.cpp104 int planeStride = kw * kh * UNIT; in CPUQuanConvolutionDepthwise() local
120 int16_t* dst = weight + plane * planeStride + offset + i * UNIT; in CPUQuanConvolutionDepthwise()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/plugins/fast_float/testbed/
H A Dfast_float_testbed.c186 cmsInt32Number checkSingleComputeIncrements(cmsUInt32Number Format, cmsUInt32Number planeStride, cm… in checkSingleComputeIncrements() argument
195 …_cmsComputeComponentIncrements(Format, planeStride, &nChannels, &nAlpha, ComponentStartingOrder, C… in checkSingleComputeIncrements()
/dports/graphics/lcms2/lcms2-2.12/plugins/fast_float/testbed/
H A Dfast_float_testbed.c190 cmsInt32Number checkSingleComputeIncrements(cmsUInt32Number Format, cmsUInt32Number planeStride, cm… in checkSingleComputeIncrements() argument
199 …_cmsComputeComponentIncrements(Format, planeStride, &nChannels, &nAlpha, ComponentStartingOrder, C… in checkSingleComputeIncrements()
/dports/graphics/grafx2/grafx2/src/
H A Drecoil.c18661 int planeStride = (width + 7) >> 3; in RECOIL_DecodeAwbm() local
18665 …else if (RECOIL_DecodeAwbmPalette(self, content, contentLength, 8 + (height * planeStride << 2), 1… in RECOIL_DecodeAwbm()
18677 int offset = 8 + (y * planeStride << 2) + (x >> 3); in RECOIL_DecodeAwbm()
18681 offset += planeStride; in RECOIL_DecodeAwbm()