| /third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
| D | YUVImage.java | 90 public YUVImage(int width, int[] strides, int height, int subsamp) { in YUVImage() 147 public YUVImage(byte[][] planes, int[] offsets, int width, int[] strides, in YUVImage() 211 public void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf() 216 private void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf() 295 int[] strides = new int[nc]; in setBuf() local
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
| D | YUVImage.java | 90 public YUVImage(int width, int[] strides, int height, int subsamp) { in YUVImage() 147 public YUVImage(byte[][] planes, int[] offsets, int width, int[] strides, in YUVImage() 211 public void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf() 216 private void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf() 295 int[] strides = new int[nc]; in setBuf() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_state_fs_fastpath.c | 57 unsigned *strides, in no_op() 122 opaque_color(uint8_t **cbufs, unsigned *strides, in opaque_color() 155 unsigned *strides, in red() 182 unsigned *strides, in green()
|
| D | lp_rast_linear_fallback.c | 101 unsigned strides[1] = { stride }; in shade_quads() local
|
| /third_party/vk-gl-cts/modules/gles2/stress/ |
| D | es2sVertexArrayTests.cpp | 75 int strides[] = {17}; in init() local 144 int strides[] = {17}; in init() local 215 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local 285 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
|
| /third_party/ffmpeg/libavfilter/dnn/ |
| D | dnn_backend_native_layer_avgpool.h | 32 int32_t strides, kernel_size; member
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| D | es3sVertexArrayTests.cpp | 77 …int strides[] = {0, -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done… in init() local 175 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local 281 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local 384 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fVertexArrayTest.cpp | 74 …int strides[] = {0, -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done… in init() local 143 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local 214 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local 284 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local 723 int strides[] = {0, -1, 17, 32}; in addStrideCases() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fVertexArrayTest.cpp | 74 …int strides[] = {0, -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done… in init() local 172 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local 278 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local 381 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local 936 int strides[] = {0, -1, 17, 32}; in addStrideCases() local
|
| /third_party/python/Modules/ |
| D | _testbuffer.c | 611 const Py_ssize_t *shape, const Py_ssize_t *strides, in unpack_rec() 664 Py_ssize_t *strides = base->strides; in ndarray_as_list() local 930 const Py_ssize_t *shape, const Py_ssize_t *strides, in verify_structure() 1120 init_structure(ndbuf_t *ndbuf, PyObject *shape, PyObject *strides, in init_structure() 1177 init_ndbuf(PyObject *items, PyObject *shape, PyObject *strides, in init_ndbuf() 1265 PyObject *shape, PyObject *strides, in ndarray_push_base() 1288 PyObject *strides = NULL; /* number of bytes to the next elt in each dim */ in ndarray_init() local 1354 PyObject *strides = NULL; /* number of bytes to the next elt in each dim */ in ndarray_push() local 1743 Py_ssize_t *shape = NULL, *strides = NULL, *suboffsets = NULL; in copy_structure() local 2239 static Py_ssize_t strides[ND_MAX_NDIM]; in ndarray_memoryview_from_buffer() local
|
| /third_party/libjpeg-turbo/ |
| D | turbojpeg.c | 770 int *strides, int subsamp, int flags) 931 int pw0, ph0, strides[3], retval = -1; local 984 int width, const int *strides, 1127 int pw0, ph0, strides[3], retval = -1; local 1448 const int *strides, int subsamp, 1600 int pw0, ph0, strides[3], retval = -1; local 1637 int *strides, int height, int flags) 1818 int pw0, ph0, strides[3], retval = -1, jpegSubsamp = -1; local
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | turbojpeg.c | 759 int *strides, int subsamp, int flags) in tjEncodeYUVPlanes() 920 int pw0, ph0, strides[3], retval = -1; in tjEncodeYUV3() local 973 int width, const int *strides, in tjCompressFromYUVPlanes() 1115 int pw0, ph0, strides[3], retval = -1; in tjCompressFromYUV() local 1430 const int *strides, int subsamp, in tjDecodeYUVPlanes() 1582 int pw0, ph0, strides[3], retval = -1; in tjDecodeYUV() local 1619 int *strides, int height, int flags) in tjDecompressToYUVPlanes() 1800 int pw0, ph0, strides[3], retval = -1, jpegSubsamp = -1; in tjDecompressToYUV2() local
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
| D | turbojpeg.c | 699 int *strides, int subsamp, int flags) in tjEncodeYUVPlanes() 860 int pw0, ph0, strides[3], retval = -1; in tjEncodeYUV3() local 913 int width, const int *strides, in tjCompressFromYUVPlanes() 1053 int pw0, ph0, strides[3], retval = -1; in tjCompressFromYUV() local 1359 const int *strides, int subsamp, in tjDecodeYUVPlanes() 1508 int pw0, ph0, strides[3], retval = -1; in tjDecodeYUV() local 1545 int *strides, int height, int flags) in tjDecompressToYUVPlanes() 1719 int pw0, ph0, strides[3], retval = -1, jpegSubsamp = -1; in tjDecompressToYUV2() local
|
| /third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/ |
| D | arm_fir_interpolate_f32.c | 149 uint32_t strides[4] = { 0, 1 * 2, 2 * 2, 3 * 2 }; in arm_fir_interpolate2_f32_mve() local 272 uint32_t strides[4] = { 0, 1 * S->L, 2 * S->L, 3 * S->L }; in arm_fir_interpolate_f32() local
|
| D | arm_fir_interpolate_q15.c | 73 uint16_t strides[8] = { in arm_fir_interpolate_q15() local
|
| D | arm_fir_interpolate_q31.c | 73 uint32_t strides[4] = { 0, 1 * S->L, 2 * S->L, 3 * S->L }; in arm_fir_interpolate_q31() local
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| D | d3d12_pipeline_state.cpp | 100 UINT *strides, UINT *num_strides) in fill_so_declaration() 224 UINT strides[PIPE_MAX_SO_OUTPUTS] = { 0 }; in create_gfx_pipeline_state() local
|
| /third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
| D | arm_cfft_f16.c | 100 static const uint32_t strides[4] = in _arm_radix4_butterfly_f16_mve() local 308 static const uint32_t strides[4] = { in _arm_radix4_butterfly_inverse_f16_mve() local
|
| D | arm_cfft_q31.c | 51 static const uint32_t strides[4] = { in _arm_radix4_butterfly_q31_mve() local 301 static const uint32_t strides[4] = { in _arm_radix4_butterfly_inverse_q31_mve() local
|
| D | arm_cfft_q15.c | 49 static const uint32_t strides[4] = { in _arm_radix4_butterfly_q15_mve() local 284 static const uint32_t strides[4] = { in _arm_radix4_butterfly_inverse_q15_mve() local
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| D | dri2.c | 1049 int *strides, int *offsets, in dri2_create_image_from_fd() 1491 int *names, int num_names, int *strides, int *offsets, in dri2_from_names() 1565 int *fds, int num_fds, int *strides, int *offsets, in dri2_from_fds() 1575 int *fds, int num_fds, uint32_t flags, int *strides, in dri2_from_fds2() 1655 int *strides, int *offsets, in dri2_from_dma_bufs() 1684 int *strides, int *offsets, in dri2_from_dma_bufs2() 1713 int *strides, int *offsets, in dri2_from_dma_bufs3()
|
| /third_party/flutter/skia/experimental/ffmpeg/ |
| D | SkVideoEncoder.cpp | 271 const int strides[] = { SkToInt(pm.rowBytes()) }; in addFrame() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationGL44.cpp | 57 const GLsizei *strides) in ValidateBindVertexBuffers()
|
| /third_party/skia/experimental/ffmpeg/ |
| D | SkVideoEncoder.cpp | 273 const int strides[] = { SkToInt(pm.rowBytes()) }; in addFrame() local
|
| /third_party/skia/src/opts/ |
| D | SkVM_opts.h | 52 const int strides[], const int nargs, in interpret_skvm()
|