/external/libvpx/libvpx/vp8/common/arm/ |
H A D | bilinearfilter_arm.c | 43 int xoffset, 52 HFilter = vp8_bilinear_filters[xoffset]; 62 int xoffset, 71 HFilter = vp8_bilinear_filters[xoffset]; 81 int xoffset, 90 HFilter = vp8_bilinear_filters[xoffset]; 100 int xoffset, 109 HFilter = vp8_bilinear_filters[xoffset]; 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 D | filter_arm.c | 94 int xoffset, 105 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */ 109 if (xoffset && !yoffset) 117 else if (!xoffset && yoffset) 142 int xoffset, 152 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */ 155 if (xoffset && !yoffset) 160 else if (!xoffset && yoffset) 184 int xoffset, 194 HFilter = vp8_sub_pel_filters[xoffset]; /* 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...] |
/external/libvpx/libvpx/vp8/common/x86/ |
H A D | vp8_asm_stubs.c | 124 int xoffset, 132 HFilter = vp8_six_tap_mmx[xoffset]; 144 int xoffset, 156 HFilter = vp8_six_tap_mmx[xoffset]; 176 int xoffset, 187 HFilter = vp8_six_tap_mmx[xoffset]; 202 int xoffset, 213 HFilter = vp8_six_tap_mmx[xoffset]; 229 int xoffset, 235 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffse 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/vpx_dsp/arm/ |
H A D | subpel_variance_media.c | 45 int xoffset, int yoffset, 53 HFilter = bilinear_filters_media[xoffset]; 68 int xoffset, 78 if (xoffset == 4 && yoffset == 0) { 82 } else if (xoffset == 0 && yoffset == 4) { 86 } else if (xoffset == 4 && yoffset == 4) { 91 HFilter = bilinear_filters_media[xoffset]; 43 vpx_sub_pixel_variance8x8_media(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse) argument 66 vpx_sub_pixel_variance16x16_media(const uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const uint8_t *dst_ptr, int dst_pixels_per_line, unsigned int *sse) argument
|
H A D | subpel_variance_neon.c | 84 int xoffset, 94 bilinear_filters[xoffset]); 102 int xoffset, 112 bilinear_filters[xoffset]); 120 int xoffset, 130 bilinear_filters[xoffset]); 138 int xoffset, 148 bilinear_filters[xoffset]); 82 vpx_sub_pixel_variance8x8_neon(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *dst, int dst_stride, unsigned int *sse) argument 100 vpx_sub_pixel_variance16x16_neon(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *dst, int dst_stride, unsigned int *sse) argument 118 vpx_sub_pixel_variance32x32_neon(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *dst, int dst_stride, unsigned int *sse) argument 136 vpx_sub_pixel_variance64x64_neon(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *dst, int dst_stride, unsigned int *sse) argument
|
/external/libvpx/libvpx/vp8/common/ |
H A D | filter.c | 155 int xoffset, 164 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */ 173 int xoffset, 183 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */ 199 int xoffset, 209 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */ 225 int xoffset, 236 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */ 402 int xoffset, 411 HFilter = vp8_bilinear_filters[xoffset]; 151 vp8_sixtap_predict4x4_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument 169 vp8_sixtap_predict8x8_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument 195 vp8_sixtap_predict8x4_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument 221 vp8_sixtap_predict16x16_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument 398 vp8_bilinear_predict4x4_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument 436 vp8_bilinear_predict8x8_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument 456 vp8_bilinear_predict8x4_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument 476 vp8_bilinear_predict16x16_c( 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/vpx_dsp/x86/ |
H A D | variance_mmx.c | 143 int xoffset, int yoffset, 149 bilinear_filters_mmx[xoffset], 158 int xoffset, int yoffset, 164 bilinear_filters_mmx[xoffset], 172 int xoffset, int yoffset, 179 bilinear_filters_mmx[xoffset], 184 bilinear_filters_mmx[xoffset], 196 int xoffset, int yoffset, 203 bilinear_filters_mmx[xoffset], 208 bilinear_filters_mmx[xoffset], 142 vpx_sub_pixel_variance4x4_mmx(const uint8_t *a, int a_stride, int xoffset, int yoffset, const uint8_t *b, int b_stride, uint32_t *sse) argument 157 vpx_sub_pixel_variance8x8_mmx(const uint8_t *a, int a_stride, int xoffset, int yoffset, const uint8_t *b, int b_stride, uint32_t *sse) argument 171 vpx_sub_pixel_variance16x16_mmx(const uint8_t *a, int a_stride, int xoffset, int yoffset, const uint8_t *b, int b_stride, uint32_t *sse) argument 195 vpx_sub_pixel_variance16x8_mmx(const uint8_t *a, int a_stride, int xoffset, int yoffset, const uint8_t *b, int b_stride, uint32_t *sse) argument 219 vpx_sub_pixel_variance8x16_mmx(const uint8_t *a, int a_stride, int xoffset, int yoffset, const uint8_t *b, int b_stride, uint32_t *sse) argument [all...] |
/external/mesa3d/src/glx/ |
H A D | indirect_texture_compression.c | 138 GLsizei xoffset, GLsizei yoffset, 162 __GLX_PUT_LONG(12, xoffset); 180 __GLX_PUT_LONG(16, xoffset); 268 GLint xoffset, 273 CompressedTexSubImage1D2D(target, level, xoffset, 0, width, 0, 281 GLint xoffset, GLint yoffset, 286 CompressedTexSubImage1D2D(target, level, xoffset, yoffset, width, height, 294 GLint xoffset, GLint yoffset, 313 __GLX_PUT_LONG(12, xoffset); 331 __GLX_PUT_LONG(16, xoffset); 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 267 __indirect_glCompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei image_size, const GLvoid * data) 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 [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
H A D | intel_tex_subimage.c | 46 GLint xoffset, GLint yoffset, 85 texImage->Level, xoffset, yoffset, width, height); 116 blit_x += xoffset; 155 GLint xoffset, GLint yoffset, GLint zoffset, 163 xoffset, yoffset, 167 xoffset, yoffset, zoffset, 44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument 152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
|
H A D | intel_tex_copy.c | 150 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 D | intel_tex_subimage.c | 46 GLint xoffset, GLint yoffset, 85 texImage->Level, xoffset, yoffset, width, height); 116 blit_x += xoffset; 155 GLint xoffset, GLint yoffset, GLint zoffset, 163 xoffset, yoffset, 167 xoffset, yoffset, zoffset, 44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument 152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
H A D | intel_tex_subimage.c | 46 GLint xoffset, GLint yoffset, 85 texImage->Level, xoffset, yoffset, width, height); 116 blit_x += xoffset; 155 GLint xoffset, GLint yoffset, GLint zoffset, 163 xoffset, yoffset, 167 xoffset, yoffset, zoffset, 44 intel_blit_texsubimage(struct gl_context * ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint width, GLint height, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument 152 intelTexSubImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const struct gl_pixelstore_attrib *packing) argument
|
/external/libvpx/config/x86/ |
H A D | vpx_dsp_rtcd.h | 680 uint32_t vpx_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 681 uint32_t vpx_sub_pixel_avg_variance16x16_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 682 uint32_t vpx_sub_pixel_avg_variance16x16_ssse3(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 685 uint32_t vpx_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 686 uint32_t vpx_sub_pixel_avg_variance16x32_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 687 uint32_t vpx_sub_pixel_avg_variance16x32_ssse3(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 690 uint32_t vpx_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 691 uint32_t vpx_sub_pixel_avg_variance16x8_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 692 uint32_t vpx_sub_pixel_avg_variance16x8_ssse3(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 695 uint32_t vpx_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, in [all...] |
/external/libvpx/config/x86_64/ |
H A D | vpx_dsp_rtcd.h | 685 uint32_t vpx_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 686 uint32_t vpx_sub_pixel_avg_variance16x16_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 687 uint32_t vpx_sub_pixel_avg_variance16x16_ssse3(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 690 uint32_t vpx_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 691 uint32_t vpx_sub_pixel_avg_variance16x32_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 692 uint32_t vpx_sub_pixel_avg_variance16x32_ssse3(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 695 uint32_t vpx_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 696 uint32_t vpx_sub_pixel_avg_variance16x8_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 697 uint32_t vpx_sub_pixel_avg_variance16x8_ssse3(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 700 uint32_t vpx_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, in [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
H A D | variance.h | 49 int xoffset, int yoffset, 55 int xoffset, int yoffset,
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
H A D | filter_dspr2.c | 122 int xoffset, 136 vector3b = sub_pel_filters_inv[xoffset][2]; 138 /* if (xoffset == 0) we don't need any filtering */ 161 vector1b = sub_pel_filters_inv[xoffset][0]; 162 vector2b = sub_pel_filters_inv[xoffset][1]; 243 vector1b = sub_pel_filters_inv_tap_4[xoffset][0]; 244 vector2b = sub_pel_filters_inv_tap_4[xoffset][1]; 318 int xoffset, 333 /* if (xoffset == 0) we don't need any filtering */ 334 if (xoffset 116 vp8_filter_block2d_first_pass_4( unsigned char *RESTRICT src_ptr, unsigned char *RESTRICT dst_ptr, unsigned int src_pixels_per_line, unsigned int output_height, int xoffset, int pitch ) argument 312 vp8_filter_block2d_first_pass_8_all( unsigned char *RESTRICT src_ptr, unsigned char *RESTRICT dst_ptr, unsigned int src_pixels_per_line, unsigned int output_height, int xoffset, int pitch ) argument 612 vp8_filter_block2d_first_pass16_6tap( unsigned char *RESTRICT src_ptr, unsigned char *RESTRICT dst_ptr, unsigned int src_pixels_per_line, unsigned int output_height, int xoffset, int pitch ) argument 941 vp8_filter_block2d_first_pass16_4tap( unsigned char *RESTRICT src_ptr, unsigned char *RESTRICT output_ptr, unsigned int src_pixels_per_line, unsigned int output_width, unsigned int output_height, int xoffset, int yoffset, unsigned char *RESTRICT dst_ptr, int pitch ) argument 2367 vp8_sixtap_predict4x4_dspr2( unsigned char *RESTRICT src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *RESTRICT dst_ptr, int dst_pitch ) argument 2402 vp8_sixtap_predict8x8_dspr2( unsigned char *RESTRICT src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *RESTRICT dst_ptr, int dst_pitch ) argument 2595 vp8_sixtap_predict8x4_dspr2( unsigned char *RESTRICT src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *RESTRICT dst_ptr, int dst_pitch ) argument 2739 vp8_sixtap_predict16x16_dspr2( unsigned char *RESTRICT src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *RESTRICT dst_ptr, int dst_pitch ) argument [all...] |
/external/mesa3d/src/mesa/main/ |
H A D | teximage.h | 205 _mesa_TexSubImage1D( GLenum target, GLint level, GLint xoffset, 213 GLint xoffset, GLint yoffset, 221 GLint xoffset, GLint yoffset, GLint zoffset, 239 _mesa_CopyTexSubImage1D( GLenum target, GLint level, GLint xoffset, 245 GLint xoffset, GLint yoffset, 251 GLint xoffset, GLint yoffset, GLint zoffset, 280 _mesa_CompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, 285 _mesa_CompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, 291 _mesa_CompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset,
|
H A D | texstore.h | 103 GLint xoffset, GLint yoffset, GLint zoffset, 118 GLint xoffset, GLint yoffset, GLint zoffset,
|
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrContext.cpp | 70 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());
|
H A D | sglrContextWrapper.cpp | 134 void ContextWrapper::glTexSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) argument 136 m_curCtx->texSubImage1D(target, level, xoffset, width, format, type, data); 139 void ContextWrapper::glTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) argument 141 m_curCtx->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, data); 144 void ContextWrapper::glTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) argument 146 m_curCtx->texSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data); 159 void ContextWrapper::glCopyTexSubImage1D (deUint32 target, int level, int xoffset, int x, int y, int width) argument 161 m_curCtx->copyTexSubImage1D(target, level, xoffset, x, y, width); 164 void ContextWrapper::glCopyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) argument 166 m_curCtx->copyTexSubImage2D(target, level, xoffset, yoffse [all...] |
/external/libvpx/libvpx/test/ |
H A D | sixtap_predict_test.cc | 30 int xoffset, 166 for (int xoffset = 0; xoffset < 8; ++xoffset) { 172 xoffset, yoffset, dst_c_, kDstStride); 177 xoffset, yoffset, dst_, kDstStride));
|
/external/libjpeg-turbo/ |
H A D | jdapistd.c | 151 jpeg_crop_scanline (j_decompress_ptr cinfo, JDIMENSION *xoffset, argument 162 if (!xoffset || !width) 165 /* xoffset and width must fall within the output image dimensions. */ 166 if (*width == 0 || *xoffset + *width > cinfo->output_width) 173 /* Ensuring the proper alignment of xoffset is tricky. At minimum, it 186 * require that xoffset be a multiple of the maximum MCU column width of all 193 /* Adjust xoffset to the nearest iMCU boundary <= the requested value */ 194 input_xoffset = *xoffset; 195 *xoffset = (input_xoffset / align) * align; 202 *width = *width + input_xoffset - *xoffset; [all...] |
/external/libvpx/config/generic/ |
H A D | vpx_dsp_rtcd.h | 535 uint32_t vpx_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 538 uint32_t vpx_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 541 uint32_t vpx_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 544 uint32_t vpx_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 547 uint32_t vpx_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 550 uint32_t vpx_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 553 uint32_t vpx_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 556 uint32_t vpx_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 559 uint32_t vpx_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 562 uint32_t vpx_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, in [all...] |
/external/libvpx/config/mips32/ |
H A D | vpx_dsp_rtcd.h | 535 uint32_t vpx_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 538 uint32_t vpx_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 541 uint32_t vpx_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 544 uint32_t vpx_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 547 uint32_t vpx_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 550 uint32_t vpx_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 553 uint32_t vpx_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 556 uint32_t vpx_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 559 uint32_t vpx_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 562 uint32_t vpx_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, in [all...] |
/external/libvpx/config/mips64/ |
H A D | vpx_dsp_rtcd.h | 535 uint32_t vpx_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 538 uint32_t vpx_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 541 uint32_t vpx_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 544 uint32_t vpx_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 547 uint32_t vpx_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 550 uint32_t vpx_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 553 uint32_t vpx_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 556 uint32_t vpx_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 559 uint32_t vpx_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); 562 uint32_t vpx_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, in [all...] |