HomeSort by relevance Sort by last modified time
    Searched refs:stride (Results 1 - 25 of 1748) 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/vp9/decoder/
vp9_idct_blk.h 18 void vp9_idct_add_lossless_c(int16_t *input, unsigned char *dest, int stride,
22 int stride, int eob);
25 int stride, int eob);
28 int stride, int eob);
vp9_idct_blk.c 15 static void add_constant_residual(const int16_t diff, uint8_t *dest, int stride,
23 dest += stride;
28 int stride) {
29 add_constant_residual(diff, dest, stride, 8, 8);
33 int stride) {
34 add_constant_residual(diff, dest, stride, 16, 16);
38 int stride) {
39 add_constant_residual(diff, dest, stride, 32, 32);
42 void vp9_iht_add_c(TX_TYPE tx_type, int16_t *input, uint8_t *dest, int stride,
45 vp9_idct_add(input, dest, stride, eob)
    [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...]
  /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/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/libvpx/libvpx/vp9/decoder/x86/
vp9_dequantize_sse2.c 19 int stride) {
24 __m128i p0 = _mm_loadl_epi64((const __m128i *)(dest + 0 * stride));
25 __m128i p1 = _mm_loadl_epi64((const __m128i *)(dest + 1 * stride));
26 __m128i p2 = _mm_loadl_epi64((const __m128i *)(dest + 2 * stride));
27 __m128i p3 = _mm_loadl_epi64((const __m128i *)(dest + 3 * stride));
28 __m128i p4 = _mm_loadl_epi64((const __m128i *)(dest + 4 * stride));
29 __m128i p5 = _mm_loadl_epi64((const __m128i *)(dest + 5 * stride));
30 __m128i p6 = _mm_loadl_epi64((const __m128i *)(dest + 6 * stride));
31 __m128i p7 = _mm_loadl_epi64((const __m128i *)(dest + 7 * stride));
58 _mm_storel_epi64((__m128i *)(dest + 0 * stride), p0)
    [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...]

Completed in 500 milliseconds

1 2 3 4 5 6 7 8 91011>>