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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/common/arm/
variance_arm.c 24 int yoffset,
35 VFilter = vp8_bilinear_filters[yoffset];
52 int yoffset,
63 if (xoffset == 4 && yoffset == 0)
68 else if (xoffset == 0 && yoffset == 4)
73 else if (xoffset == 4 && yoffset == 4)
81 VFilter = vp8_bilinear_filters[yoffset];
105 int yoffset,
116 int yoffset,
122 if (xoffset == 4 && yoffset == 0
    [all...]
filter_arm.c 95 int yoffset,
106 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
109 if (xoffset && !yoffset)
117 else if (!xoffset && yoffset)
124 if (yoffset & 0x1)
143 int yoffset,
153 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
155 if (xoffset && !yoffset)
160 else if (!xoffset && yoffset)
166 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/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 25 int yoffset; local
41 yoffset = ystride * (((yheight >> 5) * 16) - 4);
42 src_y = src_ybc->y_buffer + yoffset;
43 dst_y = dst_ybc->y_buffer + yoffset;
  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 125 int yoffset,
134 VFilter = vp8_six_tap_mmx[yoffset];
145 int yoffset,
163 VFilter = vp8_six_tap_mmx[yoffset];
177 int yoffset,
191 VFilter = vp8_six_tap_mmx[yoffset];
203 int yoffset,
217 VFilter = vp8_six_tap_mmx[yoffset];
230 int yoffset,
235 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pitch)
    [all...]
variance_ssse3.c 63 int yoffset,
73 int yoffset,
85 if (xoffset == 4 && yoffset == 0)
92 else if (xoffset == 0 && yoffset == 4)
99 else if (xoffset == 4 && yoffset == 4)
111 xoffset, yoffset,
124 int yoffset,
134 if (xoffset == 4 && yoffset == 0)
141 else if (xoffset == 0 && yoffset == 4)
148 else if (xoffset == 4 && yoffset == 4
    [all...]
variance_sse2.c 74 int yoffset,
253 int yoffset,
264 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
277 int yoffset,
286 if (xoffset == 4 && yoffset == 0)
293 else if (xoffset == 0 && yoffset == 4)
300 else if (xoffset == 4 && yoffset == 4)
312 xoffset, yoffset,
325 int yoffset,
338 if (xoffset == 4 && yoffset == 0
    [all...]
variance_mmx.c 207 int yoffset,
218 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
231 int yoffset,
243 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
255 int yoffset,
269 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
277 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
294 int yoffset,
300 vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
309 int yoffset,
    [all...]
  /external/libvpx/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...]
variance_c.c 287 int yoffset,
298 VFilter = vp8_bilinear_filters[yoffset];
315 int yoffset,
326 VFilter = vp8_bilinear_filters[yoffset];
339 int yoffset,
350 VFilter = vp8_bilinear_filters[yoffset];
400 int yoffset,
406 vp8_sub_pixel_variance16x16_c(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
415 int yoffset,
426 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);
  /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) {
284 native private static int native_texSubImage2D(int target, int level, int xoffset, int yoffset,
  /external/libvpx/libvpx/test/
sixtap_predict_test.cc 29 int yoffset,
157 for (int yoffset = 0; yoffset < 8; ++yoffset) {
162 xoffset, yoffset, dst_c_, kDstStride);
166 xoffset, yoffset, dst_, kDstStride);
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI_Mem.h 82 int yoffset, const char *name);
98 int yoffset, const char *name);
  /device/lge/mako/camera/
QCameraHWI_Mem.h 81 int yoffset, const char *name);
97 int yoffset, const char *name);
  /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...]
  /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:__anon21164

Completed in 1841 milliseconds

1 2 3 4 5 6 7 8 91011>>