HomeSort by relevance Sort by last modified time
    Searched refs:yoffset (Results 1 - 25 of 318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/vp8/encoder/arm/
variance_arm.c 23 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 == 4
    [all...]
picklpf_arm.c 30 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/
filter_arm.c 73 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 & 0x1
    [all...]
bilinearfilter_arm.c 44 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];
  /external/libvpx/vp8/encoder/x86/
variance_ssse3.c 63 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 == 4
    [all...]
variance_sse2.c 80 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 == 0
    [all...]
variance_mmx.c 262 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,
    [all...]
  /external/libvpx/vp8/common/x86/
vp8_asm_stubs.c 126 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_ptr, dst_pitch)
    [all...]
  /external/libvpx/vp8/common/
filter.c 157 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];
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
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, GLint yoffset, GLsizei width, GLsizei height
    [all...]
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,
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, width, height, inputPitch, input, outputPitch, output)
    [all...]
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);
  /external/libvpx/vp8/encoder/
variance_c.c 321 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];
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 186 * @param yoffset
189 public static void texSubImage2D(int target, int level, int xoffset, int yoffset,
198 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, -1, type)!=0) {
210 * @param yoffset
214 public static void texSubImage2D(int target, int level, int xoffset, int yoffset,
222 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, format, type)!=0) {
286 native private static int native_texSubImage2D(int target, int level, int xoffset, int yoffset,
  /system/core/toolbox/
rotatefb.c 60 if(fbinfo.yoffset == xres)
61 fbinfo.yoffset = fbinfo.yres;
  /external/jpeg/
jccoefct.c 149 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 = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
    [all...]
jdcoefct.c 153 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 < coef->MCU_rows_per_iMCU_row
396 int ci, xindex, yindex, yoffset; local
456 int blkn, ci, xindex, yindex, yoffset; local
    [all...]
jctrans.c 284 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/
jccoefct.c 149 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 = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
    [all...]
jdcoefct.c 153 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 < coef->MCU_rows_per_iMCU_row
396 int ci, xindex, yindex, yoffset; local
456 int blkn, ci, xindex, yindex, yoffset; local
    [all...]
jctrans.c 284 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;
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 117 final float yoffset = mYOffset; local
122 cavas.drawLine(0, yoffset, maxx, yoffset, paint);
123 cavas.drawLine(0, yoffset+oneG, maxx, yoffset+oneG, paint);
124 cavas.drawLine(0, yoffset-oneG, maxx, yoffset-oneG, paint);
  /hardware/samsung_slsi/exynos5/include/
s3c_lcd.h 50 unsigned int yoffset; /* resolution */ member in struct:__anon19390
  /system/extras/tests/framebuffer/
refresh.c 57 info.yoffset = 0;
150 info.yoffset = 0;
154 info.yoffset = info.yres_virtual/2;
  /external/libvpx/vp8/common/mips/
subpixel_mips.c     [all...]

Completed in 313 milliseconds

1 2 3 4 5 6 7 8 91011>>