Home
last modified time | relevance | path

Searched refs:yoffset (Results 1 – 25 of 157) sorted by relevance

1234567

/external/libvpx/libvpx/vp8/common/x86/
Dvp8_asm_stubs.c80 int xoffset, int yoffset, unsigned char *dst_ptr, in vp8_sixtap_predict4x4_mmx() argument
88 VFilter = vp8_six_tap_x86[yoffset]; in vp8_sixtap_predict4x4_mmx()
97 int yoffset, unsigned char *dst_ptr, in vp8_sixtap_predict16x16_sse2() argument
107 if (yoffset) { in vp8_sixtap_predict16x16_sse2()
111 VFilter = vp8_six_tap_x86[yoffset]; in vp8_sixtap_predict16x16_sse2()
122 VFilter = vp8_six_tap_x86[yoffset]; in vp8_sixtap_predict16x16_sse2()
131 int xoffset, int yoffset, in vp8_sixtap_predict8x8_sse2() argument
138 if (yoffset) { in vp8_sixtap_predict8x8_sse2()
142 VFilter = vp8_six_tap_x86[yoffset]; in vp8_sixtap_predict8x8_sse2()
153 VFilter = vp8_six_tap_x86[yoffset]; in vp8_sixtap_predict8x8_sse2()
[all …]
/external/swiftshader/src/OpenGL/libGL/
DImage.cpp238 …void Image::loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei heig… in loadImageData() argument
252 loadAlphaImageData(xoffset, yoffset, width, height, inputPitch, input, buffer); in loadImageData()
255 loadLuminanceImageData(xoffset, yoffset, width, height, inputPitch, input, buffer); in loadImageData()
258 loadLuminanceAlphaImageData(xoffset, yoffset, width, height, inputPitch, input, buffer); in loadImageData()
261 loadRGBUByteImageData(xoffset, yoffset, width, height, inputPitch, input, buffer); in loadImageData()
264 loadRGBAUByteImageData(xoffset, yoffset, width, height, inputPitch, input, buffer); in loadImageData()
267 loadBGRAImageData(xoffset, yoffset, width, height, inputPitch, input, buffer); in loadImageData()
276 loadRGB565ImageData(xoffset, yoffset, width, height, inputPitch, input, buffer); in loadImageData()
285 loadRGBA4444ImageData(xoffset, yoffset, width, height, inputPitch, input, buffer); in loadImageData()
294 loadRGBA5551ImageData(xoffset, yoffset, width, height, inputPitch, input, buffer); in loadImageData()
[all …]
DImage.hpp35 …void loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLs…
36 …void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height…
61 …void loadAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitc…
62 …void loadAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inpu…
63 …void loadAlphaHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int …
64 …void loadLuminanceImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int input…
65 …void loadLuminanceFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int …
66 …void loadLuminanceHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, …
67 …void loadLuminanceAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int …
68 …void loadLuminanceAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,…
[all …]
DTexture.cpp190 void Texture::subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, … in subImage() argument
197 if(width + xoffset > image->getWidth() || height + yoffset > image->getHeight()) in subImage()
214 …image->loadImageData(xoffset, yoffset, 0, width, height, 1, format, type, unpackAlignment, pixels); in subImage()
218 void Texture::subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenu… in subImageCompressed() argument
225 if(width + xoffset > image->getWidth() || height + yoffset > image->getHeight()) in subImageCompressed()
237 image->loadCompressedData(xoffset, yoffset, 0, width, height, 1, imageSize, pixels); in subImageCompressed()
241 … *source, const sw::Rect &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, Image *dest) in copy() argument
245 …sw::SliceRect destRect(xoffset, yoffset, xoffset + (sourceRect.x1 - sourceRect.x0), yoffset + (sou… in copy()
403 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, … in subImage() argument
405 …Texture::subImage(xoffset, yoffset, width, height, format, type, unpackAlignment, pixels, image[le… in subImage()
[all …]
/external/libvpx/libvpx/vp8/common/
Dfilter.c126 int xoffset, int yoffset, unsigned char *dst_ptr, in vp8_sixtap_predict4x4_c() argument
132 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict4x4_c()
138 int xoffset, int yoffset, unsigned char *dst_ptr, in vp8_sixtap_predict8x8_c() argument
145 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict8x8_c()
157 int xoffset, int yoffset, unsigned char *dst_ptr, in vp8_sixtap_predict8x4_c() argument
164 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict8x4_c()
176 int xoffset, int yoffset, unsigned char *dst_ptr, in vp8_sixtap_predict16x16_c() argument
183 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict16x16_c()
323 int xoffset, int yoffset, unsigned char *dst_ptr, in vp8_bilinear_predict4x4_c() argument
329 assert((xoffset | yoffset) != 0); in vp8_bilinear_predict4x4_c()
[all …]
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h330 …ance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
331 …e16x16_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
334 …ance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
335 …e16x32_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
338 …iance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
339 …ce16x8_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
342 …ance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
343 …e32x16_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
346 …ance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
347 …e32x32_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
[all …]
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h331 …ance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
332 …e16x16_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
335 …ance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
336 …e16x32_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
339 …iance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
340 …ce16x8_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
343 …ance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
344 …e32x16_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
347 …ance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
348 …e32x32_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
[all …]
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h261 …ance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
264 …ance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
267 …iance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
270 …ance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
273 …ance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
276 …ance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
279 …riance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
282 …riance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
285 …ance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
288 …ance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
[all …]
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h261 …ance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
264 …ance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
267 …iance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
270 …ance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
273 …ance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
276 …ance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
279 …riance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
282 …riance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
285 …ance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
288 …ance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
[all …]
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h261 …ance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
264 …ance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
267 …iance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
270 …ance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
273 …ance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
276 …ance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
279 …riance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
282 …riance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
285 …ance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
288 …ance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
[all …]
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h261 …ance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
264 …ance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
267 …iance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
270 …ance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
273 …ance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
276 …ance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
279 …riance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
282 …riance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
285 …ance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
288 …ance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
[all …]
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h296 …ance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
299 …ance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
302 …iance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
305 …ance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
308 …ance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
311 …ance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
314 …riance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
317 …riance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
320 …ance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
323 …ance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
[all …]
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h296 …ance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
299 …ance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
302 …iance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
305 …ance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
308 …ance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
311 …ance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
314 …riance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
317 …riance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
320 …ance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
323 …ance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_subimage.c75 GLint xoffset, GLint yoffset, GLint zoffset, in intel_texsubimage_tiled_memcpy() argument
166 __func__, texImage->Level, xoffset, yoffset, width, height, in intel_texsubimage_tiled_memcpy()
175 yoffset += image->mt->level[level].level_y; in intel_texsubimage_tiled_memcpy()
179 yoffset, yoffset + height, in intel_texsubimage_tiled_memcpy()
181 pixels - (ptrdiff_t) yoffset * src_pitch - (ptrdiff_t) xoffset * cpp, in intel_texsubimage_tiled_memcpy()
196 GLint xoffset, GLint yoffset, GLint zoffset, in intelTexSubImage() argument
217 xoffset, yoffset, zoffset, in intelTexSubImage()
224 xoffset, yoffset, zoffset, in intelTexSubImage()
232 xoffset, yoffset, zoffset, in intelTexSubImage()
Dintel_pixel_read.c68 GLint xoffset, GLint yoffset, in intel_readpixels_tiled_memcpy() argument
157 yoffset += irb->mt->level[irb->mt_level].slice[irb->mt_layer].y_offset; in intel_readpixels_tiled_memcpy()
171 yoffset = rb->Height - yoffset - height; in intel_readpixels_tiled_memcpy()
182 __func__, xoffset, yoffset, width, height, in intel_readpixels_tiled_memcpy()
189 yoffset, yoffset + height, in intel_readpixels_tiled_memcpy()
190 pixels - (ptrdiff_t) yoffset * dst_pitch - (ptrdiff_t) xoffset * cpp, in intel_readpixels_tiled_memcpy()
/external/mesa3d/src/mesa/main/
Dtexgetimage.c78 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth() argument
97 xoffset, yoffset, width, height, in get_tex_depth()
127 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_depth_stencil() argument
144 xoffset, yoffset, width, height, in get_tex_depth_stencil()
176 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_stencil() argument
191 xoffset, yoffset, width, height, in get_tex_stencil()
222 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_ycbcr() argument
235 xoffset, yoffset, width, height, in get_tex_ycbcr()
308 GLint xoffset, GLint yoffset, GLint zoffset, in get_tex_rgba_compressed() argument
340 xoffset, yoffset, width, height, in get_tex_rgba_compressed()
[all …]
Dteximage.h227 GLint xoffset, GLint yoffset, GLint zoffset,
237 GLint xoffset, GLint yoffset,
248 GLint xoffset, GLint yoffset, GLint zoffset,
298 GLint xoffset, GLint yoffset,
306 GLint xoffset, GLint yoffset, GLint zoffset,
320 GLint xoffset, GLint yoffset,
327 GLint xoffset, GLint yoffset, GLint zoffset,
351 GLint xoffset, GLint yoffset,
357 GLint xoffset, GLint yoffset, GLint zoffset,
366 GLint xoffset, GLint yoffset,
[all …]
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h275 …ance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
278 …ance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
281 …iance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
284 …ance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
287 …ance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
290 …ance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
293 …riance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
296 …riance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
299 …ance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
302 …ance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
[all …]
/external/libvpx/libvpx/test/
Dpredict_test.cc31 int xoffset, int yoffset, uint8_t *dst_ptr,
153 for (int yoffset = 0; yoffset < 8; ++yoffset) { in TestWithRandomData() local
154 if (xoffset == 0 && yoffset == 0) { in TestWithRandomData()
163 reference(&src_[kSrcStride * 2 + 2], kSrcStride, xoffset, yoffset, in TestWithRandomData()
167 xoffset, yoffset, dst_, dst_stride_)); in TestWithRandomData()
182 for (int yoffset = 0; yoffset < 8; ++yoffset) { in TestWithUnalignedDst() local
183 if (xoffset == 0 && yoffset == 0) { in TestWithUnalignedDst()
189 reference(&src_[kSrcStride * 2 + 2], kSrcStride, xoffset, yoffset, in TestWithUnalignedDst()
196 kSrcStride, xoffset, yoffset, in TestWithUnalignedDst()
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h314 …ance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
317 …ance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
320 …iance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
323 …ance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
326 …ance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
329 …ance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
332 …riance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
335 …riance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
338 …ance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
341 …ance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
[all …]
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h314 …ance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
317 …ance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
320 …iance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
323 …ance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
326 …ance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
329 …ance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
332 …riance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
335 …riance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
338 …ance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
341 …ance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *r…
[all …]
/external/mesa3d/src/mesa/drivers/common/
Dmeta_tex_subimage.c175 int xoffset, int yoffset, int zoffset, in _mesa_meta_pbo_TexSubImage() argument
246 zoffset = yoffset; in _mesa_meta_pbo_TexSubImage()
247 yoffset = 0; in _mesa_meta_pbo_TexSubImage()
273 xoffset, yoffset, in _mesa_meta_pbo_TexSubImage()
274 xoffset + width, yoffset + height, in _mesa_meta_pbo_TexSubImage()
288 xoffset, yoffset, in _mesa_meta_pbo_TexSubImage()
289 xoffset + width, yoffset + height, in _mesa_meta_pbo_TexSubImage()
309 int xoffset, int yoffset, int zoffset, in _mesa_meta_pbo_GetTexSubImage() argument
400 zoffset = yoffset; in _mesa_meta_pbo_GetTexSubImage()
401 yoffset = 0; in _mesa_meta_pbo_GetTexSubImage()
[all …]
/external/libjpeg-turbo/
Djccoefct.c149 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local
154 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_data()
155 yoffset++) { in compress_data()
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */ in compress_data()
176 yoffset+yindex < compptr->last_row_height) { in compress_data()
206 coef->MCU_vert_offset = yoffset; in compress_data()
345 int blkn, ci, xindex, yindex, yoffset; in compress_output() local
364 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
365 yoffset++) { in compress_output()
374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in compress_output()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_subimage.c49 GLint xoffset, GLint yoffset, in intel_blit_texsubimage() argument
76 texImage->Level, xoffset, yoffset, width, height); in intel_blit_texsubimage()
113 xoffset, yoffset, false, in intel_blit_texsubimage()
133 GLint xoffset, GLint yoffset, GLint zoffset, in intelTexSubImage() argument
141 xoffset, yoffset, in intelTexSubImage()
145 xoffset, yoffset, zoffset, in intelTexSubImage()
/external/libvpx/libvpx/vpx_dsp/arm/
Dsubpel_variance_neon.c102 const uint8_t *a, int a_stride, int xoffset, int yoffset, \
111 bilinear_filters[yoffset]); \
116 bilinear_filters[yoffset]); \
121 bilinear_filters[yoffset]); \
144 const uint8_t *a, int a_stride, int xoffset, int yoffset, \
154 bilinear_filters[yoffset]); \
159 bilinear_filters[yoffset]); \
164 bilinear_filters[yoffset]); \

1234567