HomeSort by relevance Sort by last modified time
    Searched refs:stride (Results 1 - 25 of 682) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/common/arm/armv6/
idct_blk_v6.c 17 int stride, char *eobs)
24 vp8_dequant_idct_add_v6 (q, dq, dst, stride);
27 vp8_dc_only_idct_add_v6 (q[0]*dq[0], dst, stride, dst, stride);
32 vp8_dequant_idct_add_v6 (q+16, dq, dst+4, stride);
35 vp8_dc_only_idct_add_v6 (q[16]*dq[0], dst+4, stride, dst+4, stride);
40 vp8_dequant_idct_add_v6 (q+32, dq, dst+8, stride);
43 vp8_dc_only_idct_add_v6 (q[32]*dq[0], dst+8, stride, dst+8, stride);
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
idct_blk_neon.c 18 unsigned char *dst, int stride);
20 unsigned char *dst, int stride);
25 int stride, char *eobs)
34 idct_dequant_full_2x_neon (q, dq, dst, stride);
36 idct_dequant_0_2x_neon (q, dq[0], dst, stride);
42 idct_dequant_full_2x_neon (q+32, dq, dst+8, stride);
44 idct_dequant_0_2x_neon (q+32, dq[0], dst+8, stride);
47 dst += 4*stride;
55 int stride, char *eobs)
60 idct_dequant_full_2x_neon (q, dq, dstu, stride);
    [all...]
  /external/clang/test/CodeGen/
inline-asm-mrv.c 5 int stride, int h) {
9 : "r" ((long)stride));
  /external/libvpx/libvpx/vp8/common/x86/
idct_blk_sse2.c 23 unsigned char *dst, int stride, char *eobs)
32 vp8_idct_dequant_full_2x_sse2 (q, dq, dst, stride);
34 vp8_idct_dequant_0_2x_sse2 (q, dq, dst, stride);
39 vp8_idct_dequant_full_2x_sse2 (q+32, dq, dst+8, stride);
41 vp8_idct_dequant_0_2x_sse2 (q+32, dq, dst+8, stride);
44 dst += stride*4;
51 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs)
56 vp8_idct_dequant_full_2x_sse2 (q, dq, dstu, stride);
58 vp8_idct_dequant_0_2x_sse2 (q, dq, dstu, stride);
61 dstu += stride*4
    [all...]
idct_blk_mmx.c 27 unsigned char *dst, int stride, char *eobs)
34 vp8_dequant_idct_add_mmx (q, dq, dst, stride);
37 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dst, stride, dst, stride);
42 vp8_dequant_idct_add_mmx (q+16, dq, dst+4, stride);
45 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dst+4, stride,
46 dst+4, stride);
51 vp8_dequant_idct_add_mmx (q+32, dq, dst+8, stride);
54 vp8_dc_only_idct_add_mmx (q[32]*dq[0], dst+8, stride,
55 dst+8, stride);
    [all...]
  /external/libvpx/libvpx/vp8/common/
idct_blk.c 15 unsigned char *dest, int stride);
22 unsigned char *dst, int stride, char *eobs)
31 vp8_dequant_idct_add_c (q, dq, dst, stride);
34 vp8_dc_only_idct_add_c (q[0]*dq[0], dst, stride, dst, stride);
42 dst += 4*stride - 16;
48 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs)
57 vp8_dequant_idct_add_c (q, dq, dstu, stride);
60 vp8_dc_only_idct_add_c (q[0]*dq[0], dstu, stride, dstu, stride);
    [all...]
dequantize.c 30 unsigned char *dest, int stride)
39 vp8_short_idct4x4llm_c(input, dest, stride, dest, stride);
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
idct_blk_dspr2.c 18 unsigned char *dst, int stride, char *eobs)
27 vp8_dequant_idct_add_dspr2(q, dq, dst, stride);
30 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dst, stride, dst, stride);
38 dst += 4 * stride - 16;
44 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs)
53 vp8_dequant_idct_add_dspr2(q, dq, dstu, stride);
56 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstu, stride, dstu, stride);
64 dstu += 4 * stride - 8
    [all...]
dequantize_dspr2.c 18 unsigned char *dest, int stride)
27 vp8_short_idct4x4llm_dspr2(input, dest, stride, dest, stride);
  /external/harfbuzz_ng/util/
ansi-print.hh 36 unsigned int stride);
  /external/aac/libAACdec/src/
ldfiltbank.h 104 const int stride,
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
Android22Workaround.java 6 public static void glVertexAttribPointer(int location, int components, int format, boolean normalize, int stride, int offset){
11 stride,
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.h 39 static void gl_APIENTRY s_glVertexPointerData(void *self, GLint size, GLenum type, GLsizei stride, void *data, GLuint datalen);
40 static void gl_APIENTRY s_glVertexPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset);
42 static void gl_APIENTRY s_glColorPointerData(void *self, GLint size, GLenum type, GLsizei stride, void *data, GLuint datalen);
43 static void gl_APIENTRY s_glColorPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset);
45 static void gl_APIENTRY s_glTexCoordPointerData(void *self, GLint unit, GLint size, GLenum type, GLsizei stride, void *data, GLuint datalen);
46 static void gl_APIENTRY s_glTexCoordPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset);
48 static void gl_APIENTRY s_glNormalPointerData(void *self, GLenum type, GLsizei stride, void *data, GLuint datalen);
49 static void gl_APIENTRY s_glNormalPointerOffset(void *self, GLenum type, GLsizei stride, GLuint offset);
51 static void gl_APIENTRY s_glPointSizePointerData(void *self, GLenum type, GLsizei stride, void *data, GLuint datalen);
52 static void gl_APIENTRY s_glPointSizePointerOffset(void *self, GLenum type, GLsizei stride, GLuint offset)
    [all...]
  /external/webp/src/dsp/
dec_neon.c 72 #define LOAD8x4(c1, c2, c3, c4, b1, b2, stride) \
73 "vld4.8 {" #c1"[0], " #c2"[0], " #c3"[0], " #c4"[0]}," #b1 "," #stride"\n" \
74 "vld4.8 {" #c1"[1], " #c2"[1], " #c3"[1], " #c4"[1]}," #b2 "," #stride"\n" \
75 "vld4.8 {" #c1"[2], " #c2"[2], " #c3"[2], " #c4"[2]}," #b1 "," #stride"\n" \
76 "vld4.8 {" #c1"[3], " #c2"[3], " #c3"[3], " #c4"[3]}," #b2 "," #stride"\n" \
77 "vld4.8 {" #c1"[4], " #c2"[4], " #c3"[4], " #c4"[4]}," #b1 "," #stride"\n" \
78 "vld4.8 {" #c1"[5], " #c2"[5], " #c3"[5], " #c4"[5]}," #b2 "," #stride"\n" \
79 "vld4.8 {" #c1"[6], " #c2"[6], " #c3"[6], " #c4"[6]}," #b1 "," #stride"\n" \
80 "vld4.8 {" #c1"[7], " #c2"[7], " #c3"[7], " #c4"[7]}," #b2 "," #stride"\n"
82 #define STORE8x2(c1, c2, p,stride) \
    [all...]
  /external/webp/src/utils/
filters.c 30 assert(stride >= width * bpp);
46 int width, int height, int bpp, int stride, int inverse, uint8_t* out) {
57 PredictLine(in, preds - stride, out, bpp, inverse);
60 preds += stride;
61 in += stride;
62 out += stride;
67 int bpp, int stride, uint8_t* filtered_data) {
68 DoHorizontalFilter(data, width, height, bpp, stride, 0, filtered_data);
72 int bpp, int stride, uint8_t* recon_data) {
73 DoHorizontalFilter(data, width, height, bpp, stride, 1, recon_data)
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_util.cpp 39 int w, h, stride; local
69 stride = cairo_image_surface_get_stride(surface);
70 if (w <= 0 || h <= 0 || stride <= 0) {
71 ERR("invalid image size %dx%d, stride=%d", w, h, stride);
91 if (evas_object_image_stride_get(image) != stride) {
92 ERR("evas' stride %d diverges from cairo's %d.",
93 evas_object_image_stride_get(image), stride);
99 memcpy(dst, src, h * stride);
  /frameworks/rs/tests/cppstrided/
compute.cpp 13 uint32_t stride = 1025; local
18 printf("stride must be greater than or equal to 1024\n");
21 stride = (uint32_t) tempStride;
40 uint32_t* buf = (uint32_t*) malloc(stride * numElems * sizeof(uint32_t));
48 *(buf+(stride*i)+ct) = (uint32_t)ct + (i * numElems);
52 ain->copy2DStridedFrom(buf, stride * sizeof(uint32_t));
56 aout->copy2DStridedTo(buf, stride * sizeof(uint32_t));
60 if (*(buf+(stride*i)+ct) != (uint32_t)(ct + (i * numElems)) * 2) {
61 printf("Mismatch at location %d, %d: %u\n", i, ct, *(buf+(stride*i)+ct));
67 printf("Test successful with %u stride!\n", stride)
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Base.h 40 uint32_t stride; member in struct:android::StreamBuffer
50 uint32_t stride; member in struct:android::Stream
57 uint32_t stride; member in struct:android::ReprocessStream
  /external/skia/src/gpu/
GrGpuVertex.h 70 void setIRectFan(int l, int t, int r, int b, size_t stride) {
71 GrAssert(stride > sizeof(GrGpuTextVertex));
73 ((GrGpuTextVertex*)(v + 0*stride))->setI(l, t);
74 ((GrGpuTextVertex*)(v + 1*stride))->setI(l, b);
75 ((GrGpuTextVertex*)(v + 2*stride))->setI(r, b);
76 ((GrGpuTextVertex*)(v + 3*stride))->setI(r, t);
85 void setXRectFan(GrFixed l, GrFixed t, GrFixed r, GrFixed b, size_t stride) {
86 GrAssert(stride > sizeof(GrGpuTextVertex));
88 ((GrGpuTextVertex*)(v + 0*stride))->setX(l, t);
89 ((GrGpuTextVertex*)(v + 1*stride))->setX(l, b)
    [all...]
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 178 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = s;
179 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs;
228 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED];
237 data + x + y * img->stride[VPX_PLANE_ALPHA];
238 data += img->h * img->stride[VPX_PLANE_ALPHA];
241 img->planes[VPX_PLANE_Y] = data + x + y * img->stride[VPX_PLANE_Y];
242 data += img->h * img->stride[VPX_PLANE_Y];
248 + (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/valgrind/main/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++/test/numerics/numarray/class.gslice/gslice.cons/
default.pass.cpp 24 assert(gs.stride().size() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/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);

Completed in 506 milliseconds

1 2 3 4 5 6 7 8 91011>>