Searched refs:strides (Results 1 - 25 of 80) sorted by relevance

1234

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_jpeg.cc36 const int* strides,
39 I420Copy(data[0], strides[0],
40 data[1], strides[1],
41 data[2], strides[2],
54 const int* strides,
57 I422ToI420(data[0], strides[0],
58 data[1], strides[1],
59 data[2], strides[2],
72 const int* strides,
75 I444ToI420(data[0], strides[
34 JpegCopyI420(void* opaque, const uint8* const* data, const int* strides, int rows) argument
52 JpegI422ToI420(void* opaque, const uint8* const* data, const int* strides, int rows) argument
70 JpegI444ToI420(void* opaque, const uint8* const* data, const int* strides, int rows) argument
88 JpegI411ToI420(void* opaque, const uint8* const* data, const int* strides, int rows) argument
106 JpegI400ToI420(void* opaque, const uint8* const* data, const int* strides, int rows) argument
232 JpegI420ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
246 JpegI422ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
260 JpegI444ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
274 JpegI411ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
288 JpegI400ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_jpeg.cc36 const int* strides,
39 I420Copy(data[0], strides[0],
40 data[1], strides[1],
41 data[2], strides[2],
54 const int* strides,
57 I422ToI420(data[0], strides[0],
58 data[1], strides[1],
59 data[2], strides[2],
72 const int* strides,
75 I444ToI420(data[0], strides[
34 JpegCopyI420(void* opaque, const uint8* const* data, const int* strides, int rows) argument
52 JpegI422ToI420(void* opaque, const uint8* const* data, const int* strides, int rows) argument
70 JpegI444ToI420(void* opaque, const uint8* const* data, const int* strides, int rows) argument
88 JpegI411ToI420(void* opaque, const uint8* const* data, const int* strides, int rows) argument
106 JpegI400ToI420(void* opaque, const uint8* const* data, const int* strides, int rows) argument
232 JpegI420ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
246 JpegI422ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
260 JpegI444ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
274 JpegI411ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
288 JpegI400ToARGB(void* opaque, const uint8* const* data, const int* strides, int rows) argument
[all...]
/external/deqp/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp75 int strides[] = {17}; local
82 for (int strideNdx = 0; strideNdx < DE_LENGTH_OF_ARRAY(strides); strideNdx++)
87 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : strides[strideNdx]);
130 : TestCaseGroup(context, "strides", "Single stride vertex atribute")
140 // Test strides with different input types, component counts and storage, Usage(?)
144 int strides[] = {17}; local
154 for (int strideNdx = 0; strideNdx < DE_LENGTH_OF_ARRAY(strides); strideNdx++)
156 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : strides[strideNd
215 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. local
285 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. local
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp77 int strides[] = {0, -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. local
84 for (int strideNdx = 0; strideNdx < DE_LENGTH_OF_ARRAY(strides); strideNdx++)
86 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * 2 : strides[strideNdx]);
175 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. local
183 for (int strideNdx = 0; strideNdx < DE_LENGTH_OF_ARRAY(strides); strideNdx++)
186 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]);
234 : TestCaseGroup(context, "strides", "Single stride vertex atribute")
281 int strides[] local
384 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. local
[all...]
/external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/
H A Dgslice_array.pass.cpp34 typedef std::valarray<std::size_t> strides; typedef
36 strides(st, sizeof(st)/sizeof(st[0])))]
38 strides(st, sizeof(st)/sizeof(st[0])))];
H A Dvalarray.pass.cpp32 typedef std::valarray<std::size_t> strides; typedef
34 strides(st, sizeof(st)/sizeof(st[0])))] = v2;
/external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.fill/
H A Dassign_value.pass.cpp29 typedef std::valarray<std::size_t> strides; typedef
31 strides(st, sizeof(st)/sizeof(st[0])))] = 51;
/external/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
H A Dgslice_array_assign.pass.cpp29 typedef std::valarray<std::size_t> strides; typedef
32 strides(st, sizeof(st)/sizeof(st[0])))];
/external/libcxx/test/numerics/numarray/template.valarray/valarray.cons/
H A Dgslice_array.pass.cpp29 typedef std::valarray<std::size_t> strides; typedef
31 strides(st, sizeof(st)/sizeof(st[0])))]);
/external/libcxx/test/numerics/numarray/template.valarray/valarray.sub/
H A Dgslice_non_const.pass.cpp29 typedef std::valarray<std::size_t> strides; typedef
31 strides(st, sizeof(st)/sizeof(st[0])))]);
H A Dgslice_const.pass.cpp32 typedef std::valarray<std::size_t> strides; typedef
34 strides(st, sizeof(st)/sizeof(st[0])))] = v2;
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DMemoryView.pyx44 Py_ssize_t strides[{{max_dims}}]
137 # use single malloc() for both shape and strides
142 raise MemoryError("unable to allocate shape and strides.")
191 info.strides = self._strides
475 info.strides = self.view.strides
477 info.strides = NULL
516 property strides:
519 if self.view.strides == NULL:
520 # Note: we always ask for strides, s
[all...]
H A DMemoryView_C.c10 Py_ssize_t strides[{{max_dims}}]; member in struct:__anon11756
173 if (buf->strides) {
176 if (buf->strides[dim] != sizeof(void *)) {
182 } else if (buf->strides[dim] != buf->itemsize) {
191 Py_ssize_t stride = buf->strides[dim];
214 "Buffer exposes suboffsets but no strides");
260 if (stride * buf->itemsize != buf->strides[i] &&
272 if (stride * buf->itemsize != buf->strides[i] &&
354 if (buf->strides && !__pyx_verify_contig(buf, ndim, c_or_f_flag))
399 if (buf->strides) {
[all...]
/external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/
H A Daddition.pass.cpp32 typedef std::valarray<std::size_t> strides; typedef
34 strides(st, sizeof(st)/sizeof(st[0])))] += v2;
H A Dand.pass.cpp32 typedef std::valarray<std::size_t> strides; typedef
34 strides(st, sizeof(st)/sizeof(st[0])))] &= v2;
H A Ddivide.pass.cpp32 typedef std::valarray<std::size_t> strides; typedef
34 strides(st, sizeof(st)/sizeof(st[0])))] /= v2;
H A Dmodulo.pass.cpp32 typedef std::valarray<std::size_t> strides; typedef
34 strides(st, sizeof(st)/sizeof(st[0])))] %= v2;
H A Dmultiply.pass.cpp32 typedef std::valarray<std::size_t> strides; typedef
34 strides(st, sizeof(st)/sizeof(st[0])))] *= v2;
H A Dor.pass.cpp32 typedef std::valarray<std::size_t> strides; typedef
34 strides(st, sizeof(st)/sizeof(st[0])))] |= v2;
H A Dshift_left.pass.cpp32 typedef std::valarray<std::size_t> strides; typedef
34 strides(st, sizeof(st)/sizeof(st[0])))] <<= v2;
H A Dshift_right.pass.cpp32 typedef std::valarray<std::size_t> strides; typedef
34 strides(st, sizeof(st)/sizeof(st[0])))] >>= v2;
H A Dsubtraction.pass.cpp32 typedef std::valarray<std::size_t> strides; typedef
34 strides(st, sizeof(st)/sizeof(st[0])))] -= v2;
H A Dxor.pass.cpp32 typedef std::valarray<std::size_t> strides; typedef
34 strides(st, sizeof(st)/sizeof(st[0])))] ^= v2;
/external/deqp/modules/gles2/functional/
H A Des2fVertexArrayTest.cpp74 int strides[] = {0, -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. local
81 for (int strideNdx = 0; strideNdx < DE_LENGTH_OF_ARRAY(strides); strideNdx++)
86 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : strides[strideNdx]);
129 : TestCaseGroup(context, "strides", "Single stride vertex atribute")
139 // Test strides with different input types, component counts and storage, Usage(?)
143 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. local
153 for (int strideNdx = 0; strideNdx < DE_LENGTH_OF_ARRAY(strides); strideNdx++)
155 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : strides[strideNd
214 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. local
284 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. local
723 int strides[] = {0, -1, 17, 32}; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayTest.cpp74 int strides[] = {0, -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. local
81 for (int strideNdx = 0; strideNdx < DE_LENGTH_OF_ARRAY(strides); strideNdx++)
83 const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * 2 : strides[strideNdx]);
172 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. local
180 for (int strideNdx = 0; strideNdx < DE_LENGTH_OF_ARRAY(strides); strideNdx++)
183 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]);
231 : TestCaseGroup(context, "strides", "Single stride vertex atribute")
278 int strides[] local
381 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. local
936 int strides[] = {0, -1, 17, 32}; local
[all...]

Completed in 307 milliseconds

1234