/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_jpeg.cc | 37 const int* strides, in JpegCopyI420() 55 const int* strides, in JpegI422ToI420() 73 const int* strides, in JpegI444ToI420() 91 const int* strides, in JpegI411ToI420() 109 const int* strides, in JpegI400ToI420() 235 const int* strides, in JpegI420ToARGB() 249 const int* strides, in JpegI422ToARGB() 263 const int* strides, in JpegI444ToARGB() 277 const int* strides, in JpegI411ToARGB() 291 const int* strides, in JpegI400ToARGB()
|
/external/libyuv/files/source/ |
D | convert_jpeg.cc | 37 const int* strides, in JpegCopyI420() 51 const int* strides, in JpegI422ToI420() 65 const int* strides, in JpegI444ToI420() 79 const int* strides, in JpegI400ToI420() 194 const int* strides, in JpegI420ToARGB() 205 const int* strides, in JpegI422ToARGB() 216 const int* strides, in JpegI444ToARGB() 227 const int* strides, in JpegI400ToARGB()
|
/external/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() 290 int[] strides = new int[nc]; in setBuf() local
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_striding.cpp | 21 array<ptrdiff_t, 4> strides; in test_simple_striding() local 74 array<ptrdiff_t, 4> strides; in test_striding_as_lvalue() local
|
D | cxx11_tensor_morphing.cpp | 335 Index2 strides(-2,-1); in test_strided_slice() local 348 Index2 strides(1,1); in test_strided_slice() local 356 Index2 strides(1,-1); in test_strided_slice() local 371 Eigen::DSizes<Eigen::DenseIndex, 5> strides(1, 1, 1, 1, 1); in test_strided_slice() local 380 Index5 strides(1, 1, 1, 1, 1); in test_strided_slice() local 428 Index2 strides(1,1); in test_strided_slice_write() local
|
D | cxx11_tensor_inflation.cpp | 21 array<ptrdiff_t, 4> strides; in test_simple_inflation() local
|
/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.fill/ |
D | assign_value.pass.cpp | 29 typedef std::valarray<std::size_t> strides; in main() typedef
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/ |
D | gslice_array_assign.pass.cpp | 29 typedef std::valarray<std::size_t> strides; in main() typedef
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/ |
D | gslice_array.pass.cpp | 29 typedef std::valarray<std::size_t> strides; in main() typedef
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.sub/ |
D | gslice_non_const.pass.cpp | 29 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | gslice_const.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
/external/deqp/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
|
/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/ |
D | shift_right.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | subtraction.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | divide.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | multiply.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | addition.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | shift_left.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | modulo.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | or.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | and.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | xor.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.assign/ |
D | gslice_array.pass.cpp | 34 typedef std::valarray<std::size_t> strides; in main() typedef
|
D | valarray.pass.cpp | 32 typedef std::valarray<std::size_t> strides; in main() typedef
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorBase.h | 748 …e(const StartIndices& startIndices, const StopIndices& stopIndices, const Strides& strides) const { in stridedSlice() 784 stride(const Strides& strides) const { in stride() 789 inflate(const Strides& strides) const { in inflate() 929 …e(const StartIndices& startIndices, const StopIndices& stopIndices, const Strides& strides) const { in stridedSlice() 935 …edSlice(const StartIndices& startIndices, const StopIndices& stopIndices, const Strides& strides) { in stridedSlice() 986 stride(const Strides& strides) const { in stride() 991 stride(const Strides& strides) { in stride()
|