Searched defs:xoffset (Results 1 - 25 of 33) sorted by relevance

12

/external/libvpx/vp8/common/arm/
H A Dfilter_arm.c72 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...]
H A Dbilinearfilter_arm.c43 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
/external/libvpx/vp8/encoder/x86/
H A Dvariance_ssse3.c62 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 Dvariance_sse2.c79 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 Dvariance_mmx.c261 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...]
/external/libvpx/vp8/encoder/arm/
H A Dvariance_arm.c22 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/common/x86/
H A Dvp8_asm_stubs.c125 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...]
/external/libvpx/vp8/common/
H A Dfilter.c156 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/libvpx/vp8/encoder/
H A Dvariance_c.c320 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...]
H A Dpickinter.c76 int xoffset = d->bmi.mv.as_mv.col & 7; local
81 if (xoffset | yoffset)
83 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.cpp266 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/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DBlit.cpp290 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;
H A DTexture.cpp244 // 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 DlibGLESv2.cpp855 void __stdcall glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, argument
858 TRACE("(GLenum target = 0x%X, GLint level = %d, GLint xoffset = %d, GLint yoffset = %d, "
861 target, level, xoffset, yoffset, width, height, format, imageSize, data);
875 if (xoffset < 0 || yoffset < 0 || width < 0 || height < 0 ||
914 if (xoffset % 4 != 0 || yoffset % 4 != 0)
940 texture->subImageCompressed(level, xoffset, yoffset, width, height, format, imageSize, data);
962 texture->subImageCompressed(target, level, xoffset, yoffset, width, height, format, imageSize, data);
1130 void __stdcall glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) argument
1132 TRACE("(GLenum target = 0x%X, GLint level = %d, GLint xoffset = %d, GLint yoffset = %d, "
1134 target, level, xoffset, yoffse
4726 glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels) argument
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DExtensions3DChromium.cpp90 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);
H A DGraphicsContext3DChromium.cpp621 void GraphicsContext3DInternal::texSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, const void* pixels) argument
623 m_impl->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
/external/libvpx/vp8/common/mips/
H A Dsubpixel_mips.c117 int xoffset,
131 vector3b = sub_pel_filters_inv[xoffset][2];
133 /* if (xoffset == 0) we don'n need any filtering */
154 vector1b = sub_pel_filters_inv[xoffset][0];
155 vector2b = sub_pel_filters_inv[xoffset][1];
235 vector1b = sub_pel_filters_inv_tap_4[xoffset][0];
236 vector2b = sub_pel_filters_inv_tap_4[xoffset][1];
311 int xoffset,
327 /* if (xoffset == 0) we don'n need any filtering */
328 if (xoffset
111 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
305 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
602 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
932 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
2351 vp8_sixtap_predict_mips( unsigned char * RESTRICT src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char * RESTRICT dst_ptr, int dst_pitch ) argument
2385 vp8_sixtap_predict8x8_mips( unsigned char * RESTRICT src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char * RESTRICT dst_ptr, int dst_pitch ) argument
2573 vp8_sixtap_predict8x4_mips( unsigned char * RESTRICT src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char * RESTRICT dst_ptr, int dst_pitch ) argument
2712 vp8_sixtap_predict16x16_mips( 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/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.cpp220 void SharedGraphicsContext3D::texSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, const void* pixels) argument
222 m_context->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
/external/kernel-headers/original/linux/
H A Dmsm_q6vdec.h128 int xoffset[4]; member in struct:vdec_vc1_panscan_regions
/external/webp/src/enc/
H A Dbackward_references.c57 const int xoffset = dist - yoffset * xsize; local
58 if (xoffset <= 8 && yoffset < 8) {
59 return plane_to_code_lut[yoffset * 16 + 8 - xoffset] + 1;
60 } else if (xoffset > xsize - 8 && yoffset < 7) {
61 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1;
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java147 int xoffset, int yoffset, int width, int height, int format,
150 xoffset, yoffset, width, height, format,
163 public void glCopyTexSubImage2D(int target, int level, int xoffset, argument
165 ((GL10)mGL).glCopyTexSubImage2D( target, level, xoffset,
677 public void glTexSubImage2D(int target, int level, int xoffset, argument
680 ((GL10)mGL).glTexSubImage2D( target, level, xoffset,
146 glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data) argument
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp60 GrGLvoid GR_GL_FUNCTION_TYPE nullGLTexSubImage2D(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLsizei width, GrGLsizei height, GrGLenum format, GrGLenum type, const GrGLvoid* pixels) {} argument
/external/webp/src/dec/
H A Dvp8l.c143 const int xoffset = 8 - (dist_code & 0xf); local
144 const int dist = yoffset * xsize + xoffset;
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp555 void GraphicsContext3D::copyTexSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height) argument
564 ::glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2576 uint64_t xoffset; local
2577 fieldType = EmitTypeForVarWithBlocksAttr(variable, &xoffset);

Completed in 776 milliseconds

12