Searched defs:yoffset (Results 1 - 25 of 159) sorted by relevance

1234567

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/
H A Dfilter_arm.c95 int yoffset,
106 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
109 if (xoffset && !yoffset)
117 else if (!xoffset && yoffset)
124 if (yoffset & 0x1)
143 int yoffset,
153 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
155 if (xoffset && !yoffset)
160 else if (!xoffset && yoffset)
166 if (yoffset
90 vp8_sixtap_predict4x4_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
138 vp8_sixtap_predict8x8_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
180 vp8_sixtap_predict16x16_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
[all...]
H A Dbilinearfilter_arm.c44 int yoffset,
53 VFilter = vp8_bilinear_filters[yoffset];
63 int yoffset,
72 VFilter = vp8_bilinear_filters[yoffset];
82 int yoffset,
91 VFilter = vp8_bilinear_filters[yoffset];
101 int yoffset,
110 VFilter = vp8_bilinear_filters[yoffset];
39 vp8_bilinear_predict4x4_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
58 vp8_bilinear_predict8x8_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
77 vp8_bilinear_predict8x4_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
96 vp8_bilinear_predict16x16_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
H A Dvariance_arm.c24 int yoffset,
35 VFilter = vp8_bilinear_filters[yoffset];
52 int yoffset,
63 if (xoffset == 4 && yoffset == 0)
68 else if (xoffset == 0 && yoffset == 4)
73 else if (xoffset == 4 && yoffset == 4)
81 VFilter = vp8_bilinear_filters[yoffset];
105 int yoffset,
116 int yoffset,
122 if (xoffset == 4 && yoffset
19 vp8_sub_pixel_variance8x8_armv6( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
47 vp8_sub_pixel_variance16x16_armv6( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
111 vp8_sub_pixel_variance16x16_neon( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dvariance_ssse3.c62 int yoffset,
72 int yoffset,
84 if (xoffset == 4 && yoffset == 0)
91 else if (xoffset == 0 && yoffset == 4)
98 else if (xoffset == 4 && yoffset == 4)
110 xoffset, yoffset,
123 int yoffset,
133 if (xoffset == 4 && yoffset == 0)
140 else if (xoffset == 0 && yoffset == 4)
147 else if (xoffset == 4 && yoffset
67 vp8_sub_pixel_variance16x16_ssse3( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
118 vp8_sub_pixel_variance16x8_ssse3( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
[all...]
H A Dvp8_asm_stubs.c125 int yoffset,
134 VFilter = vp8_six_tap_mmx[yoffset];
145 int yoffset,
163 VFilter = vp8_six_tap_mmx[yoffset];
177 int yoffset,
191 VFilter = vp8_six_tap_mmx[yoffset];
203 int yoffset,
217 VFilter = vp8_six_tap_mmx[yoffset];
230 int yoffset,
235 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_pt
120 vp8_sixtap_predict4x4_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
140 vp8_sixtap_predict16x16_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
172 vp8_sixtap_predict8x8_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
198 vp8_sixtap_predict8x4_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
225 vp8_bilinear_predict16x16_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
244 vp8_sixtap_predict16x16_sse2( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
285 vp8_sixtap_predict8x8_sse2( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
323 vp8_sixtap_predict8x4_sse2( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
424 vp8_sixtap_predict16x16_ssse3( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
473 vp8_sixtap_predict8x8_ssse3( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
521 vp8_sixtap_predict8x4_ssse3( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
569 vp8_sixtap_predict4x4_ssse3( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
[all...]
/external/libvpx/libvpx/vp8/common/arm/
H A Dfilter_arm.c95 int yoffset,
106 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
109 if (xoffset && !yoffset)
117 else if (!xoffset && yoffset)
124 if (yoffset & 0x1)
143 int yoffset,
153 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
155 if (xoffset && !yoffset)
160 else if (!xoffset && yoffset)
166 if (yoffset
90 vp8_sixtap_predict4x4_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
138 vp8_sixtap_predict8x8_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
180 vp8_sixtap_predict16x16_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
[all...]
H A Dbilinearfilter_arm.c44 int yoffset,
53 VFilter = vp8_bilinear_filters[yoffset];
63 int yoffset,
72 VFilter = vp8_bilinear_filters[yoffset];
82 int yoffset,
91 VFilter = vp8_bilinear_filters[yoffset];
101 int yoffset,
110 VFilter = vp8_bilinear_filters[yoffset];
39 vp8_bilinear_predict4x4_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
58 vp8_bilinear_predict8x8_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
77 vp8_bilinear_predict8x4_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
96 vp8_bilinear_predict16x16_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
H A Dvariance_arm.c24 int yoffset,
35 VFilter = vp8_bilinear_filters[yoffset];
52 int yoffset,
63 if (xoffset == 4 && yoffset == 0)
68 else if (xoffset == 0 && yoffset == 4)
73 else if (xoffset == 4 && yoffset == 4)
81 VFilter = vp8_bilinear_filters[yoffset];
105 int yoffset,
116 int yoffset,
122 if (xoffset == 4 && yoffset
19 vp8_sub_pixel_variance8x8_armv6( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
47 vp8_sub_pixel_variance16x16_armv6( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
111 vp8_sub_pixel_variance16x16_neon( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Dvariance_ssse3.c63 int yoffset,
73 int yoffset,
85 if (xoffset == 4 && yoffset == 0)
92 else if (xoffset == 0 && yoffset == 4)
99 else if (xoffset == 4 && yoffset == 4)
111 xoffset, yoffset,
124 int yoffset,
134 if (xoffset == 4 && yoffset == 0)
141 else if (xoffset == 0 && yoffset == 4)
148 else if (xoffset == 4 && yoffset
68 vp8_sub_pixel_variance16x16_ssse3( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
119 vp8_sub_pixel_variance16x8_ssse3( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse ) argument
[all...]
H A Dvp8_asm_stubs.c125 int yoffset,
134 VFilter = vp8_six_tap_mmx[yoffset];
145 int yoffset,
163 VFilter = vp8_six_tap_mmx[yoffset];
177 int yoffset,
191 VFilter = vp8_six_tap_mmx[yoffset];
203 int yoffset,
217 VFilter = vp8_six_tap_mmx[yoffset];
230 int yoffset,
235 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_pt
120 vp8_sixtap_predict4x4_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
140 vp8_sixtap_predict16x16_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
172 vp8_sixtap_predict8x8_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
198 vp8_sixtap_predict8x4_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
225 vp8_bilinear_predict16x16_mmx( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
244 vp8_sixtap_predict16x16_sse2( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
285 vp8_sixtap_predict8x8_sse2( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
323 vp8_sixtap_predict8x4_sse2( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
424 vp8_sixtap_predict16x16_ssse3( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
473 vp8_sixtap_predict8x8_ssse3( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
521 vp8_sixtap_predict8x4_ssse3( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
569 vp8_sixtap_predict4x4_ssse3( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument
[all...]
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dpicklpf_arm.c25 int yoffset; local
41 yoffset = ystride * (((yheight >> 5) * 16) - 4);
42 src_y = src_ybc->y_buffer + yoffset;
43 dst_y = dst_ybc->y_buffer + yoffset;
/external/chromium_org/ppapi/thunk/
H A Dppb_gles_chromium_texture_mapping_thunk.cc21 GLint yoffset,
30 target, level, xoffset, yoffset, width, height, format, type, access);
17 MapTexSubImage2DCHROMIUM(PP_Resource context, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLenum access) argument
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.cpp70 void Context::texSubImage2D (deUint32 target, int level, int xoffset, int yoffset, const tcu::Surface& src) argument
74 texSubImage2D(target, level, xoffset, yoffset, width, height, GL_RGBA, GL_UNSIGNED_BYTE, src.getAccess().getDataPtr());
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_texture_compression.c138 GLsizei xoffset, GLsizei yoffset,
163 __GLX_PUT_LONG(16, yoffset);
181 __GLX_PUT_LONG(20, yoffset);
281 GLint xoffset, GLint yoffset,
286 CompressedTexSubImage1D2D(target, level, xoffset, yoffset, width, height,
294 GLint xoffset, GLint yoffset,
314 __GLX_PUT_LONG(16, yoffset);
332 __GLX_PUT_LONG(20, yoffset);
137 CompressedTexSubImage1D2D(GLenum target, GLint level, GLsizei xoffset, GLsizei yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data, CARD32 rop) argument
280 __indirect_glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data) argument
293 __indirect_glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei image_size, const GLvoid * data) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset,
157 xoffset, yoffset,
161 xoffset, yoffset, zoffset,
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset,
157 xoffset, yoffset,
161 xoffset, yoffset, zoffset,
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset,
157 xoffset, yoffset,
161 xoffset, yoffset, zoffset,
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c139 GLint xoffset, GLint yoffset, GLint zoffset,
150 xoffset, yoffset,
157 xoffset, yoffset, zoffset,
137 radeonCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c139 GLint xoffset, GLint yoffset, GLint zoffset,
150 xoffset, yoffset,
157 xoffset, yoffset, zoffset,
137 radeonCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/glx/
H A Dindirect_texture_compression.c138 GLsizei xoffset, GLsizei yoffset,
163 __GLX_PUT_LONG(16, yoffset);
181 __GLX_PUT_LONG(20, yoffset);
281 GLint xoffset, GLint yoffset,
286 CompressedTexSubImage1D2D(target, level, xoffset, yoffset, width, height,
294 GLint xoffset, GLint yoffset,
314 __GLX_PUT_LONG(16, yoffset);
332 __GLX_PUT_LONG(20, yoffset);
137 CompressedTexSubImage1D2D(GLenum target, GLint level, GLsizei xoffset, GLsizei yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data, CARD32 rop) argument
280 __indirect_glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data) argument
293 __indirect_glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei image_size, const GLvoid * data) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset,
157 xoffset, yoffset,
161 xoffset, yoffset, zoffset,
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset,
157 xoffset, yoffset,
161 xoffset, yoffset, zoffset,
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_copy.c150 GLint xoffset, GLint yoffset, GLint zoffset,
157 xoffset, yoffset,
161 xoffset, yoffset, zoffset,
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c139 GLint xoffset, GLint yoffset, GLint zoffset,
150 xoffset, yoffset,
157 xoffset, yoffset, zoffset,
137 radeonCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c139 GLint xoffset, GLint yoffset, GLint zoffset,
150 xoffset, yoffset,
157 xoffset, yoffset, zoffset,
137 radeonCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument

Completed in 810 milliseconds

1234567