HomeSort by relevance Sort by last modified time
    Searched refs:stride (Results 51 - 75 of 2085) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/generic/goldfish/camera/fake-pipeline2/
Base.h 41 uint32_t stride; member in struct:android::StreamBuffer
51 uint32_t stride; member in struct:android::Stream
58 uint32_t stride; member in struct:android::ReprocessStream
  /external/libvpx/libvpx/vp8/common/
dequantize.c 30 unsigned char *dest, int stride)
39 vp8_short_idct4x4llm_c(input, dest, stride, dest, stride);
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 171 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes;
172 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs;
216 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED];
224 data + x * bytes_per_sample + y * img->stride[VPX_PLANE_ALPHA];
225 data += img->h * img->stride[VPX_PLANE_ALPHA];
229 y * img->stride[VPX_PLANE_Y];
230 data += img->h * img->stride[VPX_PLANE_Y];
235 (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]
    [all...]
  /external/opencv3/3rdparty/libwebp/utils/
filters.h 35 int stride, uint8_t* out);
36 typedef void (*WebPUnfilterFunc)(int width, int height, int stride,
40 // 'in' corresponds to a 2-dimensional pixel array of size (stride * height)
42 // 'stride' is number of bytes per scan line (with possible padding).
51 int width, int height, int stride);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
dequantize.c 30 unsigned char *dest, int stride)
39 vp8_short_idct4x4llm_c(input, dest, stride, dest, stride);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 166 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = s;
167 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs;
211 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED];
217 data + x + y * img->stride[VPX_PLANE_ALPHA];
218 data += img->h * img->stride[VPX_PLANE_ALPHA];
221 img->planes[VPX_PLANE_Y] = data + x + y * img->stride[VPX_PLANE_Y];
222 data += img->h * img->stride[VPX_PLANE_Y];
227 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]
    [all...]
  /packages/apps/Gallery2/jni/filters/
kmeans.h 26 inline void sum(T values[], int len, int dimension, int stride, N dst[]) {
32 for (x = 0; x < len; x+= stride) {
88 void initialPickHeuristicRandom(int k, T values[], int len, int dimension, int stride, T dst[],
91 num_vals = len / stride;
111 r *= stride;
115 cntr += stride;
123 inline int findClosest(T values[], T oldCenters[], int dimension, int stride, int pop_size) {
127 for (y = stride; y < pop_size; y+=stride) {
141 int calculateNewCentroids(int k, T values[], int len, int dimension, int stride, T oldCenters[]
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
intrapred.c 17 #define DST(x, y) dst[(x) + (y) * stride]
21 static INLINE void d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs,
27 dst[r * stride] = AVG2(left[r], left[r + 1]);
28 dst[(bs - 1) * stride] = left[bs - 1];
33 dst[r * stride] = AVG3(left[r], left[r + 1], left[r + 2]);
34 dst[(bs - 2) * stride] = AVG3(left[bs - 2], left[bs - 1], left[bs - 1]);
35 dst[(bs - 1) * stride] = left[bs - 1];
40 dst[(bs - 1) * stride + c] = left[bs - 1];
44 dst[r * stride + c] = dst[(r + 1) * stride + c - 2]
    [all...]
  /external/libcxx/test/std/numerics/numarray/class.gslice/gslice.cons/
default.pass.cpp 24 assert(gs.stride().size() == 0);
  /external/libcxx/test/std/numerics/numarray/class.slice/cons.slice/
default.pass.cpp 24 assert(s.stride() == 0);
start_size_stride.pass.cpp 14 // slice(size_t start, size_t size, size_t stride);
24 assert(s.stride() == 2);
  /external/libdrm/tests/util/
pattern.h 37 unsigned int height, unsigned int stride);
  /external/libvpx/libvpx/test/
blockiness_test.cc 71 void FillConstant(uint8_t *data, int stride, uint8_t fill_constant,
75 data[h * stride + w] = fill_constant;
80 void FillConstant(uint8_t *data, int stride, uint8_t fill_constant) {
81 FillConstant(data, stride, fill_constant, width_, height_);
84 void FillRandom(uint8_t *data, int stride, int width, int height) {
87 data[h * stride + w] = rnd_.Rand8();
92 void FillRandom(uint8_t *data, int stride) {
93 FillRandom(data, stride, width_, height_);
96 void FillRandomBlocky(uint8_t *data, int stride) {
99 FillRandom(data + h * stride + w, stride, 4, 4)
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/android/
android_sw_winsys.h 41 int stride; member in struct:android_winsys_handle
  /external/mesa3d/src/glx/
vertarr.c 49 __indirect_glColorPointerEXT(GLint size, GLenum type, GLsizei stride,
53 __indirect_glColorPointer(size, type, stride, pointer);
57 __indirect_glEdgeFlagPointerEXT(GLsizei stride,
61 __indirect_glEdgeFlagPointer(stride, pointer);
65 __indirect_glIndexPointerEXT(GLenum type, GLsizei stride,
69 __indirect_glIndexPointer(type, stride, pointer);
73 __indirect_glNormalPointerEXT(GLenum type, GLsizei stride, GLsizei count,
77 __indirect_glNormalPointer(type, stride, pointer);
81 __indirect_glTexCoordPointerEXT(GLint size, GLenum type, GLsizei stride,
85 __indirect_glTexCoordPointer(size, type, stride, pointer)
    [all...]
  /external/valgrind/VEX/test/
rounderr.c 41 my_mean1 (const double data[], size_t stride, const size_t size)
50 mean += (data[i * stride] - mean) / (i + 1);
56 my_mean2 (const double data[], size_t stride, const size_t size)
63 sum += data[i * stride];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/class.gslice/gslice.cons/
default.pass.cpp 24 assert(gs.stride().size() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/class.slice/cons.slice/
default.pass.cpp 24 assert(s.stride() == 0);
start_size_stride.pass.cpp 14 // slice(size_t start, size_t size, size_t stride);
24 assert(s.stride() == 2);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_array.h 37 int stride, fields, type; member in struct:nouveau_array
48 nouveau_init_array(struct nouveau_array *a, int attr, int stride,
  /external/pdfium/third_party/agg23/
agg_rendering_buffer.h 57 rendering_buffer(int8u* buf, unsigned width, unsigned height, int stride) :
65 attach(buf, width, height, stride);
67 void attach(int8u* buf, unsigned width, unsigned height, int stride)
72 m_stride = stride;
78 if(stride < 0) {
79 row_ptr = m_buf - int(height - 1) * stride;
84 row_ptr += stride;
103 int stride() const function in class:agg::rendering_buffer
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 93 void vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob);
95 void vp9_idct4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob);
96 void vp9_idct8x8_add(const int16_t *input, uint8_t *dest, int stride, int eob);
97 void vp9_idct16x16_add(const int16_t *input, uint8_t *dest, int stride, int
99 void vp9_idct32x32_add(const int16_t *input, uint8_t *dest, int stride,
103 int stride, int eob);
105 int stride, int eob);
107 int stride, int eob);
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_common.cc 153 intptr_t stride = src_stride; local
157 src_ptr[stride + 0] + src_ptr[stride + 1] +
158 src_ptr[stride + 2] + src_ptr[stride + 3] +
159 src_ptr[stride * 2 + 0] + src_ptr[stride * 2 + 1] +
160 src_ptr[stride * 2 + 2] + src_ptr[stride * 2 + 3] +
161 src_ptr[stride * 3 + 0] + src_ptr[stride * 3 + 1]
189 intptr_t stride = src_stride; local
534 intptr_t stride = src_stride; local
560 intptr_t stride = src_stride; local
586 intptr_t stride = src_stride; local
606 intptr_t stride = src_stride; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred16_dspr2.c 14 void vpx_h_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride,
59 "add %[dst], %[dst], %[stride] \n\t"
65 "add %[dst], %[dst], %[stride] \n\t"
71 "add %[dst], %[dst], %[stride] \n\t"
77 "add %[dst], %[dst], %[stride] \n\t"
83 "add %[dst], %[dst], %[stride] \n\t"
89 "add %[dst], %[dst], %[stride] \n\t"
95 "add %[dst], %[dst], %[stride] \n\t"
101 "add %[dst], %[dst], %[stride] \n\t"
107 "add %[dst], %[dst], %[stride] \n\t
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_dma.h 36 void radeonEmitVec4(uint32_t *out, const GLvoid * data, int stride, int count);
37 void radeonEmitVec8(uint32_t *out, const GLvoid * data, int stride, int count);
38 void radeonEmitVec12(uint32_t *out, const GLvoid * data, int stride, int count);
39 void radeonEmitVec16(uint32_t *out, const GLvoid * data, int stride, int count);
42 const GLvoid * data, int size, int stride, int count);
44 GLvoid *data, int stride, int count);

Completed in 831 milliseconds

1 23 4 5 6 7 8 91011>>