Searched refs:yoffset (Results 1 - 25 of 81) sorted by relevance

1234

/external/libvpx/vp8/encoder/arm/
H A Dvariance_arm.c23 int yoffset,
34 VFilter = vp8_bilinear_filters[yoffset];
51 int yoffset,
62 if (xoffset == 4 && yoffset == 0)
67 else if (xoffset == 0 && yoffset == 4)
72 else if (xoffset == 4 && yoffset == 4)
80 VFilter = vp8_bilinear_filters[yoffset];
104 int yoffset,
110 if (xoffset == 4 && yoffset == 0)
112 else if (xoffset == 0 && yoffset
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...]
H A Dpicklpf_arm.c30 int yoffset; local
44 yoffset = ystride * ((yheight >> 5) * 16 - 8);
45 src_y = src_ybc->y_buffer + yoffset;
46 dst_y = dst_ybc->y_buffer + yoffset;
/external/libvpx/vp8/common/arm/
H A Dfilter_arm.c73 int yoffset,
84 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
87 if (xoffset && !yoffset)
95 else if (!xoffset && yoffset)
102 if (yoffset & 0x1)
121 int yoffset,
131 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
133 if (xoffset && !yoffset)
138 else if (!xoffset && yoffset)
144 if (yoffset
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.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
/external/libvpx/vp8/encoder/x86/
H A Dvariance_ssse3.c63 int yoffset,
73 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
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.c80 int yoffset,
260 int yoffset,
271 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset],
284 int yoffset,
293 if (xoffset == 4 && yoffset == 0)
300 else if (xoffset == 0 && yoffset == 4)
307 else if (xoffset == 4 && yoffset == 4)
319 xoffset, yoffset,
332 int yoffset,
344 if (xoffset == 4 && yoffset
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.c262 int yoffset,
273 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset],
286 int yoffset,
298 vp8_vp7_bilinear_filters_mmx[xoffset], vp8_vp7_bilinear_filters_mmx[yoffset],
310 int yoffset,
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],
349 int yoffset,
355 vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
364 int yoffset,
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 Dvariance_impl_ssse3.asm25 ; int yoffset,
55 movsxd rdx, dword ptr arg(6) ; yoffset
57 cmp rdx, 0 ; skip second_pass filter if yoffset=0
150 movsxd rdx, dword ptr arg(6) ; yoffset
152 cmp rdx, 0 ; Both xoffset =0 and yoffset=0
/external/libvpx/vp8/common/x86/
H A Dvp8_asm_stubs.c126 int yoffset,
135 VFilter = vp8_six_tap_mmx[yoffset];
146 int yoffset,
164 VFilter = vp8_six_tap_mmx[yoffset];
178 int yoffset,
192 VFilter = vp8_six_tap_mmx[yoffset];
204 int yoffset,
218 VFilter = vp8_six_tap_mmx[yoffset];
231 int yoffset,
236 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_pt
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.c157 int yoffset,
166 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
175 int yoffset,
185 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
201 int yoffset,
211 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
227 int yoffset,
238 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
404 int yoffset,
413 VFilter = vp8_bilinear_filters[yoffset];
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 DTexture.h73 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, GLint yoffset, GLsize
[all...]
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, yoffset, widt
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 DBlit.h32 // 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);
/external/libvpx/vp8/encoder/
H A Dvariance_c.c321 int yoffset,
332 VFilter = vp8_bilinear_filters[yoffset];
349 int yoffset,
360 VFilter = vp8_bilinear_filters[yoffset];
373 int yoffset,
384 VFilter = vp8_bilinear_filters[yoffset];
434 int yoffset,
440 vp8_sub_pixel_variance16x16_c(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
449 int yoffset,
460 VFilter = vp8_bilinear_filters[yoffset];
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/jpeg/
H A Djccoefct.c149 int blkn, bi, ci, yindex, yoffset, blockcnt; local
154 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
155 yoffset++) {
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
176 yoffset+yindex < compptr->last_row_height) {
206 coef->MCU_vert_offset = yoffset;
345 int blkn, ci, xindex, yindex, yoffset; local
364 for (yoffset
[all...]
H A Djdcoefct.c153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
168 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
169 yoffset++) {
181 coef->MCU_vert_offset = yoffset;
203 yoffset * compptr->DCT_scaled_size;
207 yoffset+yindex < compptr->last_row_height) {
259 int blkn, ci, xindex, yindex, yoffset; local
295 for (yoffset = coef->MCU_vert_offset; yoffset < coe
396 int ci, xindex, yindex, yoffset; local
456 int blkn, ci, xindex, yindex, yoffset; local
[all...]
H A Djctrans.c284 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
301 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
302 yoffset++) {
314 yindex+yoffset < compptr->last_row_height) {
316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
339 coef->MCU_vert_offset = yoffset;
/external/qemu/distrib/jpeg-6b/
H A Djccoefct.c149 int blkn, bi, ci, yindex, yoffset, blockcnt; local
154 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
155 yoffset++) {
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
176 yoffset+yindex < compptr->last_row_height) {
206 coef->MCU_vert_offset = yoffset;
345 int blkn, ci, xindex, yindex, yoffset; local
364 for (yoffset
[all...]
H A Djdcoefct.c153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
168 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
169 yoffset++) {
181 coef->MCU_vert_offset = yoffset;
203 yoffset * compptr->DCT_scaled_size;
207 yoffset+yindex < compptr->last_row_height) {
259 int blkn, ci, xindex, yindex, yoffset; local
295 for (yoffset = coef->MCU_vert_offset; yoffset < coe
396 int ci, xindex, yindex, yoffset; local
456 int blkn, ci, xindex, yindex, yoffset; local
[all...]
H A Djctrans.c284 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
301 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
302 yoffset++) {
314 yindex+yoffset < compptr->last_row_height) {
316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
339 coef->MCU_vert_offset = yoffset;
/external/libvpx/vp8/common/mips/
H A Dsubpixel_mips.c940 int yoffset,
960 /* if (yoffset == 0) don't need temp buffer, data will be stored in dst_ptr */
961 if (yoffset == 0) {
1129 int yoffset
1149 vector1b = sub_pel_filterss[yoffset][0];
1150 vector2b = sub_pel_filterss[yoffset][2];
1151 vector3b = sub_pel_filterss[yoffset][1];
1493 unsigned int yoffset
1511 vector1b = sub_pel_filterss[yoffset][0];
1512 vector2b = sub_pel_filterss[yoffset][
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/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);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DExtensions3DChromium.h64 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 Djquery.flot.dashes.js43 function plotDashes(xoffset, yoffset) {
122 ctx.moveTo(axisx.p2c(x1) + xoffset, axisy.p2c(y1) + yoffset);
126 ay1 = axisy.p2c(y1) + yoffset,
128 ay2 = axisy.p2c(y2) + yoffset,
/external/libvpx/vp8/common/arm/neon/
H A Dbilinearpredict4x4_neon.asm21 ; r3 int yoffset,
71 cmp r3, #0 ;skip second_pass filter if yoffset=0

Completed in 323 milliseconds

1234