/external/libvpx/vp8/encoder/arm/ |
H A D | variance_arm.c | 22 int xoffset, 33 HFilter = vp8_bilinear_filters[xoffset]; 50 int xoffset, 62 if (xoffset == 4 && yoffset == 0) 67 else if (xoffset == 0 && yoffset == 4) 72 else if (xoffset == 4 && yoffset == 4) 79 HFilter = vp8_bilinear_filters[xoffset]; 103 int xoffset, 110 if (xoffset == 4 && yoffset == 0) 112 else if (xoffset 18 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 46 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 99 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/vp8/encoder/x86/ |
H A D | variance_ssse3.c | 62 int xoffset, 72 int xoffset, 84 if (xoffset == 4 && yoffset == 0) 91 else if (xoffset == 0 && yoffset == 4) 98 else if (xoffset == 4 && yoffset == 4) 110 xoffset, yoffset, 122 int xoffset, 133 if (xoffset == 4 && yoffset == 0) 140 else if (xoffset == 0 && yoffset == 4) 147 else if (xoffset 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 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 D | variance_sse2.c | 79 int xoffset, 259 int xoffset, 271 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset], 283 int xoffset, 293 if (xoffset == 4 && yoffset == 0) 300 else if (xoffset == 0 && yoffset == 4) 307 else if (xoffset == 4 && yoffset == 4) 319 xoffset, yoffset, 331 int xoffset, 344 if (xoffset 255 vp8_sub_pixel_variance4x4_wmt( 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 279 vp8_sub_pixel_variance8x8_wmt( 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 327 vp8_sub_pixel_variance16x16_wmt( 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 388 vp8_sub_pixel_mse16x16_wmt( 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 402 vp8_sub_pixel_variance16x8_wmt( 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 459 vp8_sub_pixel_variance8x16_wmt( 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 D | variance_mmx.c | 261 int xoffset, 273 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset], 285 int xoffset, 298 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset], 309 int xoffset, 324 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset], 332 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset], 348 int xoffset, 355 vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse); 363 int xoffset, 257 vp8_sub_pixel_variance4x4_mmx( 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 281 vp8_sub_pixel_variance8x8_mmx( 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 305 vp8_sub_pixel_variance16x16_mmx( 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 345 vp8_sub_pixel_mse16x16_mmx( 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 359 vp8_sub_pixel_variance16x8_mmx( 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 396 vp8_sub_pixel_variance8x16_mmx( const unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, const unsigned char *dst_ptr, int dst_pixels_per_line, int *sse ) argument [all...] |
H A D | variance_impl_ssse3.asm | 24 ; int xoffset, 47 movsxd rax, dword ptr arg(5) ; xoffset 49 cmp rax, 0 ; skip first_pass filter if xoffset=0 52 shl rax, 4 ; point to filter coeff with xoffset 152 cmp rdx, 0 ; Both xoffset =0 and yoffset=0
|
/external/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 | 72 int xoffset, 83 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */ 87 if (xoffset && !yoffset) 95 else if (!xoffset && yoffset) 120 int xoffset, 130 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */ 133 if (xoffset && !yoffset) 138 else if (!xoffset && yoffset) 162 int xoffset, 172 HFilter = vp8_sub_pel_filters[xoffset]; /* 68 vp8_sixtap_predict_armv6( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument 116 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 158 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/vp8/common/x86/ |
H A D | vp8_asm_stubs.c | 125 int xoffset, 133 HFilter = vp8_six_tap_mmx[xoffset]; 145 int xoffset, 157 HFilter = vp8_six_tap_mmx[xoffset]; 177 int xoffset, 188 HFilter = vp8_six_tap_mmx[xoffset]; 203 int xoffset, 214 HFilter = vp8_six_tap_mmx[xoffset]; 230 int xoffset, 236 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffse 121 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 141 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 173 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 199 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 226 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 245 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 286 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 324 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 425 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 458 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 490 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 522 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...] |
H A D | subpixel_mmx.asm | 210 ; int xoffset, 225 ;const short *HFilter = bilinear_filters_mmx[xoffset]; 228 movsxd rax, dword ptr arg(2) ;xoffset 367 ; int xoffset, 382 ;const short *HFilter = bilinear_filters_mmx[xoffset]; 385 movsxd rax, dword ptr arg(2) ;xoffset 522 ; int xoffset, 537 ;const short *HFilter = bilinear_filters_mmx[xoffset]; 540 movsxd rax, dword ptr arg(2) ;xoffset
|
/external/libvpx/vp8/common/ |
H A D | filter.c | 156 int xoffset, 165 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */ 174 int xoffset, 184 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */ 200 int xoffset, 210 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */ 226 int xoffset, 237 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */ 403 int xoffset, 412 HFilter = vp8_bilinear_filters[xoffset]; 152 vp8_sixtap_predict_c( unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch ) argument 170 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 196 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 222 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 399 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 437 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 457 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 477 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/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
H A D | Texture.h | 73 virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, RenderbufferStorage *source) = 0; 121 bool subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *img); 123 bool subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, Image *img); 124 void copyNonRenderable(Image *image, GLenum internalFormat, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, IDirect3DSurface9 *renderTarget); 162 void loadImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, 165 void loadAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, 167 void loadAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, 169 void loadAlphaHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, 171 void loadLuminanceImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, 173 void loadLuminanceFloatImageData(GLint xoffset, GLin [all...] |
H A D | Texture.cpp | 244 // Store the pixel rectangle designated by xoffset,yoffset,width,height with pixels stored as format/type at input 246 void Texture::loadImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, argument 257 loadAlphaImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output); 260 loadLuminanceImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output, description->Format == D3DFMT_L8); 263 loadLuminanceAlphaImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output, description->Format == D3DFMT_A8L8); 266 loadRGBUByteImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output); 269 loadRGBAUByteImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output); 272 loadBGRAImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output); 281 loadRGB565ImageData(xoffset, yoffset, width, height, inputPitch, input, outputPitch, output); 290 loadRGBA4444ImageData(xoffset, yoffse 352 loadAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 372 loadAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 392 loadAlphaHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 412 loadLuminanceImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output, bool native) const argument 441 loadLuminanceFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 461 loadLuminanceHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 481 loadLuminanceAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output, bool native) const argument 510 loadLuminanceAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 530 loadLuminanceAlphaHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 550 loadRGBUByteImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 570 loadRGB565ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 591 loadRGBFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 611 loadRGBHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 631 loadRGBAUByteImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 651 loadRGBA4444ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 672 loadRGBA5551ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 693 loadRGBAFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 707 loadRGBAHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 721 loadBGRAImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, size_t inputPitch, const void *input, size_t outputPitch, void *output) const argument 832 subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *img) argument 867 subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, Image *img) argument 917 copyNonRenderable(Image *image, GLenum internalFormat, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, IDirect3DSurface9 *renderTarget) argument 1277 commitRect(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height) argument 1312 subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels) argument 1320 subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels) argument 1377 copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, RenderbufferStorage *source) argument 1814 commitRect(GLenum faceTarget, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height) argument 1849 subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels) argument 1857 subImageCompressed(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels) argument 2241 copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, RenderbufferStorage *source) argument [all...] |
H A D | Blit.h | 32 // sourceRect, xoffset, yoffset are in D3D coordinates (0,0 in upper-left) 34 bool formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest); 51 void setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset);
|
H A D | Blit.cpp | 290 bool Blit::formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest) argument 305 setViewport(sourceRect, xoffset, yoffset); 431 void Blit::setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset) argument 436 vp.X = xoffset;
|
/external/libvpx/vp8/encoder/ |
H A D | variance_c.c | 320 int xoffset, 331 HFilter = vp8_bilinear_filters[xoffset]; 348 int xoffset, 359 HFilter = vp8_bilinear_filters[xoffset]; 372 int xoffset, 383 HFilter = vp8_bilinear_filters[xoffset]; 433 int xoffset, 440 vp8_sub_pixel_variance16x16_c(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse); 448 int xoffset, 459 HFilter = vp8_bilinear_filters[xoffset]; 316 vp8_sub_pixel_variance4x4_c( 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 344 vp8_sub_pixel_variance8x8_c( 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 368 vp8_sub_pixel_variance16x16_c( 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 429 vp8_sub_pixel_mse16x16_c( 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 444 vp8_sub_pixel_variance16x8_c( 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 468 vp8_sub_pixel_variance8x16_c( 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/webkit/Source/WebKit/chromium/src/ |
H A D | Extensions3DChromium.cpp | 90 void* Extensions3DChromium::mapTexSubImage2DCHROMIUM(unsigned target, int level, int xoffset, int yoffset, int width, int height, unsigned format, unsigned type, unsigned access) argument 92 return m_internal->mapTexSubImage2DCHROMIUM(target, level, xoffset, yoffset, width, height, format, type, access);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
H A D | Extensions3DChromium.h | 64 void* mapTexSubImage2DCHROMIUM(unsigned target, int level, int xoffset, int yoffset, int width, int height, unsigned format, unsigned type, unsigned access);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
H A D | jquery.flot.dashes.js | 43 function plotDashes(xoffset, yoffset) { 122 ctx.moveTo(axisx.p2c(x1) + xoffset, axisy.p2c(y1) + yoffset); 125 var ax1 = axisx.p2c(x1) + xoffset, 127 ax2 = axisx.p2c(x2) + xoffset,
|
/external/libvpx/vp8/common/arm/neon/ |
H A D | bilinearpredict4x4_neon.asm | 20 ; r2 int xoffset, 32 cmp r2, #0 ;skip first_pass filter if xoffset=0
|
H A D | bilinearpredict8x4_neon.asm | 20 ; r2 int xoffset, 32 cmp r2, #0 ;skip first_pass filter if xoffset=0
|
/external/opencv/otherlibs/highgui/ |
H A D | grfmt_jpeg2000.cpp | 266 int xoffset = jas_image_tlx( m_image ); local 280 uchar* dst = data + (y - yoffset) * step - xoffset; 328 int xoffset = jas_image_tlx( m_image ); local 342 ushort* dst = data + (y - yoffset) * step - xoffset;
|
/external/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 480 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels); 481 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); 483 GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data); 487 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels); 488 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); 490 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data); 750 GL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels); 759 typedef void (GL_APIENTRYP PFNGLEXTGETTEXSUBIMAGEQCOMPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels);
|
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/ |
H A D | gl2ext.h | 491 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels); 492 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); 494 GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data); 498 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels); 499 typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); 501 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data); 750 GL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels); 759 typedef void (GL_APIENTRYP PFNGLEXTGETTEXSUBIMAGEQCOMPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels);
|
/external/webkit/Source/WebCore/html/canvas/ |
H A D | WebGLRenderingContext.h | 102 // void compressedTexSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, GC3Dsizei width, GC3Dsizei GC3Dsizei height, GC3Denum format, GC3Dsizei imageSize, const void* data); 105 void copyTexSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height); 212 void texSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, 215 void texSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, 217 void texSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, 219 void texSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, 222 void texSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, 492 void texSubImage2DBase(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, 495 void texSubImage2DImpl(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset,
|
/external/kernel-headers/original/linux/ |
H A D | msm_q6vdec.h | 128 int xoffset[4]; member in struct:vdec_vc1_panscan_regions
|