HomeSort by relevance Sort by last modified time
    Searched full:strides (Results 76 - 100 of 243) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice.h 77 * @param s Array of dimension strides between array elements.
100 /// Return array of array strides for each dimension.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
gslice.h 77 * @param s Array of dimension strides between array elements.
100 /// Return array of array strides for each dimension.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
gslice.h 79 * @param s Array of dimension strides between array elements.
102 /// Return array of array strides for each dimension.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
gslice.h 79 * @param __s Array of dimension strides between array elements.
103 /// Return array of array strides for each dimension.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
gslice.h 79 * @param s Array of dimension strides between array elements.
102 /// Return array of array strides for each dimension.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
gslice.h 79 * @param __s Array of dimension strides between array elements.
103 /// Return array of array strides for each dimension.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
gslice.h 78 * @param __s Array of dimension strides between array elements.
102 /// Return array of array strides for each dimension.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
gslice.h 78 * @param __s Array of dimension strides between array elements.
102 /// Return array of array strides for each dimension.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pep3118.py 35 self.assertEqual(v.strides, None)
62 self.assertEqual(v.strides, None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_pep3118.py 35 self.assertEqual(v.strides, None)
62 self.assertEqual(v.strides, None)
  /external/libyuv/files/source/
convert.cc     [all...]
  /external/eigen/Eigen/src/Core/
Ref.h 27 * \tparam StrideType optionally specifies strides. By default, Ref implies a contiguous storage along the inner dimension (inner stride==1),
29 * This can be overridden by specifying strides.
149 // Stride<> does not allow default ctor for Dynamic strides, so let' initialize it with dummy values:
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_streamout.c 39 unsigned *strides = ctx->vs_shader_so_strides;
67 t[i]->stride = strides[i];
75 cs->buf[cs->cdw++] = strides[i] >> 2; /* VTX_STRIDE (in DW) */
  /external/libvpx/libvpx/vp9/common/x86/
vp9_subpixel_8t_intrin_avx2.c 105 // load the 2 strides of source
135 // reading 2 strides of the next 16 bytes
199 // if the number of strides is odd.
466 // save part of the registers for next strides
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.h 173 uint32_t strides[3]; member in struct:__DRIimageRec
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 417 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, local
423 setup_pred_plane(&pd->dst, buffers[i], strides[i], mi_row, mi_col, NULL,
436 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, local
441 setup_pred_plane(&pd->pre[idx], buffers[i], strides[i], mi_row, mi_col,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_subpixel_8t_intrin_avx2.c 104 // load the 2 strides of source
134 // reading 2 strides of the next 16 bytes
198 // if the number of strides is odd.
465 // save part of the registers for next strides
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 15 /** vpx_img_wrap() doesn't allow specifying independent strides for
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskJpegEncode.java 163 public byte[] convertNv21toJpeg(byte[] data_copy, int w, int h, int[] strides) {
165 YuvImage yuvImage = new YuvImage(data_copy, ImageFormat.NV21, w, h, strides);
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 232 const int strides[] = { 0, 7, 16, 17 }; local
338 attribSpec.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights);
  /external/libavc/encoder/
ih264e_mc.c 127 /* strides of full pel, half pel x, half pel y, half pel xy reference buffer */
306 /* strides of full pel reference buffer */
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3VendorTags.h 57 //Details: The strides are listed as (raw_width, raw_height, stride)
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3VendorTags.h 65 //Details: The strides are listed as (raw_width, raw_height, stride)
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
mjpeg_decoder.h 70 const int* strides,
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 441 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, local
447 setup_pred_plane(&pd->dst, buffers[i], strides[i], mi_row, mi_col, NULL,
460 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, local
465 setup_pred_plane(&pd->pre[idx], buffers[i], strides[i], mi_row, mi_col,

Completed in 432 milliseconds

1 2 34 5 6 7 8 910