/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 | 28 unsigned char *dst, int stride, char *eobs) 35 vp8_dequant_idct_add_mmx (q, dq, dst, stride); 38 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dst, stride, dst, stride); 43 vp8_dequant_idct_add_mmx (q+16, dq, dst+4, stride); 46 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dst+4, stride, 47 dst+4, stride); 52 vp8_dequant_idct_add_mmx (q+32, dq, dst+8, stride); 55 vp8_dc_only_idct_add_mmx (q[32]*dq[0], dst+8, stride, 56 dst+8, stride); [all...] |
/external/libvpx/libvpx/vp8/common/ |
idct_blk.c | 16 unsigned char *dest, int stride); 23 unsigned char *dst, int stride, char *eobs) 32 vp8_dequant_idct_add_c (q, dq, dst, stride); 35 vp8_dc_only_idct_add_c (q[0]*dq[0], dst, stride, dst, stride); 43 dst += 4*stride - 16; 49 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) 58 vp8_dequant_idct_add_c (q, dq, dstu, stride); 61 vp8_dc_only_idct_add_c (q[0]*dq[0], dstu, stride, dstu, stride); [all...] |
/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/libvpx/libvpx/vp9/encoder/ |
vp9_dct.h | 16 int stride); 19 int stride); 22 int stride);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_vbuf.c | 126 int stride ) 128 return (const_float4_ptr)((char *)vertex_buffer + index * stride); 138 const unsigned stride = setup->vertex_info->size * sizeof(float); local 152 get_vert(vertex_buffer, indices[i-0], stride) ); 159 get_vert(vertex_buffer, indices[i-1], stride), 160 get_vert(vertex_buffer, indices[i-0], stride) ); 167 get_vert(vertex_buffer, indices[i-1], stride), 168 get_vert(vertex_buffer, indices[i-0], stride) ); 175 get_vert(vertex_buffer, indices[i-1], stride), 176 get_vert(vertex_buffer, indices[i-0], stride) ); 337 const unsigned stride = setup->vertex_info->size * sizeof(float); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_prim_vbuf.c | 150 int stride ) 152 return (cptrf4)((char *)vertex_buffer + index * stride); 164 const unsigned stride = softpipe->vertex_info_vbuf.size * sizeof(float); local 174 get_vert(vertex_buffer, indices[i-0], stride) ); 181 get_vert(vertex_buffer, indices[i-1], stride), 182 get_vert(vertex_buffer, indices[i-0], stride) ); 189 get_vert(vertex_buffer, indices[i-1], stride), 190 get_vert(vertex_buffer, indices[i-0], stride) ); 197 get_vert(vertex_buffer, indices[i-1], stride), 198 get_vert(vertex_buffer, indices[i-0], stride) ); 361 const unsigned stride = softpipe->vertex_info_vbuf.size * sizeof(float); local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_vbuf.c | 126 int stride ) 128 return (const_float4_ptr)((char *)vertex_buffer + index * stride); 138 const unsigned stride = setup->vertex_info->size * sizeof(float); local 152 get_vert(vertex_buffer, indices[i-0], stride) ); 159 get_vert(vertex_buffer, indices[i-1], stride), 160 get_vert(vertex_buffer, indices[i-0], stride) ); 167 get_vert(vertex_buffer, indices[i-1], stride), 168 get_vert(vertex_buffer, indices[i-0], stride) ); 175 get_vert(vertex_buffer, indices[i-1], stride), 176 get_vert(vertex_buffer, indices[i-0], stride) ); 337 const unsigned stride = setup->vertex_info->size * sizeof(float); local [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_prim_vbuf.c | 150 int stride ) 152 return (cptrf4)((char *)vertex_buffer + index * stride); 164 const unsigned stride = softpipe->vertex_info_vbuf.size * sizeof(float); local 174 get_vert(vertex_buffer, indices[i-0], stride) ); 181 get_vert(vertex_buffer, indices[i-1], stride), 182 get_vert(vertex_buffer, indices[i-0], stride) ); 189 get_vert(vertex_buffer, indices[i-1], stride), 190 get_vert(vertex_buffer, indices[i-0], stride) ); 197 get_vert(vertex_buffer, indices[i-1], stride), 198 get_vert(vertex_buffer, indices[i-0], stride) ); 361 const unsigned stride = softpipe->vertex_info_vbuf.size * sizeof(float); local [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
RSUtils.java | 38 int stride, int skip) { 40 for (int i = 0; i < array.length / stride; i++) { 41 for (int j = 0; j < stride; j++) { 42 if (j >= stride - skip) 43 array[i * stride + j] = 0; 45 array[i * stride + j] = r.nextFloat() * factor + offset; 58 int stride, int skip) { 60 for (int i = 0; i < array.length / stride; i++) { 61 for (int j = 0; j < stride; j++) { 62 if (j >= stride - skip [all...] |
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSUtils.java | 38 int stride, int skip) { 40 for (int i = 0; i < array.length / stride; i++) { 41 for (int j = 0; j < stride; j++) { 42 if (j >= stride - skip) 43 array[i * stride + j] = 0; 45 array[i * stride + j] = r.nextFloat() * factor + offset; 58 int stride, int skip) { 60 for (int i = 0; i < array.length / stride; i++) { 61 for (int j = 0; j < stride; j++) { 62 if (j >= stride - skip [all...] |
/external/chromium_org/ui/surface/ |
transport_dib.cc | 13 const size_t stride = skia::PlatformCanvasStrideForWidth(w); local 15 static_cast<size_t>(h) > (kMaxSize / stride)) { 19 return (stride * h) <= size_;
|
/external/aac/libAACdec/src/ |
ldfiltbank.h | 104 const int stride,
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/ |
wayland_sw_winsys.h | 34 unsigned stride; member in struct:winsys_handle
|
/external/mesa3d/src/gallium/winsys/sw/wayland/ |
wayland_sw_winsys.h | 34 unsigned stride; member in struct:winsys_handle
|
/frameworks/native/opengl/libs/GLES_CM/ |
gl.cpp | 39 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride, 41 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride, 44 GLsizei stride, const GLvoid *pointer, GLsizei count); 46 GLsizei stride, const GLvoid *pointer, GLsizei count); 48 GLsizei stride, const GLvoid *pointer, GLsizei count); 50 GLsizei stride, const GLvoid *pointer, GLsizei count); 52 GLsizei stride, const GLvoid *pointer, GLsizei count); 55 void glColorPointerBounds(GLint size, GLenum type, GLsizei stride, 57 glColorPointer(size, type, stride, ptr); 59 void glNormalPointerBounds(GLenum type, GLsizei stride, [all...] |
/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/chromium_org/third_party/libwebp/dsp/ |
dec_neon.c | 74 #define LOAD8x4(c1, c2, c3, c4, b1, b2, stride) \ 75 "vld4.8 {" #c1"[0], " #c2"[0], " #c3"[0], " #c4"[0]}," #b1 "," #stride"\n" \ 76 "vld4.8 {" #c1"[1], " #c2"[1], " #c3"[1], " #c4"[1]}," #b2 "," #stride"\n" \ 77 "vld4.8 {" #c1"[2], " #c2"[2], " #c3"[2], " #c4"[2]}," #b1 "," #stride"\n" \ 78 "vld4.8 {" #c1"[3], " #c2"[3], " #c3"[3], " #c4"[3]}," #b2 "," #stride"\n" \ 79 "vld4.8 {" #c1"[4], " #c2"[4], " #c3"[4], " #c4"[4]}," #b1 "," #stride"\n" \ 80 "vld4.8 {" #c1"[5], " #c2"[5], " #c3"[5], " #c4"[5]}," #b2 "," #stride"\n" \ 81 "vld4.8 {" #c1"[6], " #c2"[6], " #c3"[6], " #c4"[6]}," #b1 "," #stride"\n" \ 82 "vld4.8 {" #c1"[7], " #c2"[7], " #c3"[7], " #c4"[7]}," #b2 "," #stride"\n" 84 #define STORE8x2(c1, c2, p, stride) \ [all...] |
/external/chromium_org/third_party/libwebp/utils/ |
filters.c | 31 assert(stride >= width); 47 int width, int height, int stride, 59 PredictLine(in, preds - stride, out, 1, inverse); 62 preds += stride; 63 in += stride; 64 out += stride; 69 int stride, uint8_t* filtered_data) { 70 DoHorizontalFilter(data, width, height, stride, 0, filtered_data); 73 static void HorizontalUnfilter(int width, int height, int stride, 75 DoHorizontalFilter(data, width, height, stride, 1, data) [all...] |