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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/common/arm/
variance_arm.c 23 int xoffset,
34 HFilter = vp8_bilinear_filters[xoffset];
51 int xoffset,
63 if (xoffset == 4 && yoffset == 0)
68 else if (xoffset == 0 && yoffset == 4)
73 else if (xoffset == 4 && yoffset == 4)
80 HFilter = vp8_bilinear_filters[xoffset];
104 int xoffset,
115 int xoffset,
122 if (xoffset == 4 && yoffset == 0
    [all...]
bilinearfilter_arm.c 43 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];
filter_arm.c 94 int xoffset,
105 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
109 if (xoffset && !yoffset)
117 else if (!xoffset && yoffset)
142 int xoffset,
152 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
155 if (xoffset && !yoffset)
160 else if (!xoffset && yoffset)
184 int xoffset,
194 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap *
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
variance_ssse3.c 62 int xoffset,
72 int xoffset,
85 if (xoffset == 4 && yoffset == 0)
92 else if (xoffset == 0 && yoffset == 4)
99 else if (xoffset == 4 && yoffset == 4)
111 xoffset, yoffset,
123 int xoffset,
134 if (xoffset == 4 && yoffset == 0)
141 else if (xoffset == 0 && yoffset == 4)
148 else if (xoffset == 4 && yoffset == 4
    [all...]
vp8_asm_stubs.c 124 int xoffset,
132 HFilter = vp8_six_tap_mmx[xoffset];
144 int xoffset,
156 HFilter = vp8_six_tap_mmx[xoffset];
176 int xoffset,
187 HFilter = vp8_six_tap_mmx[xoffset];
202 int xoffset,
213 HFilter = vp8_six_tap_mmx[xoffset];
229 int xoffset,
235 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pitch)
    [all...]
variance_sse2.c 73 int xoffset,
252 int xoffset,
264 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
276 int xoffset,
286 if (xoffset == 4 && yoffset == 0)
293 else if (xoffset == 0 && yoffset == 4)
300 else if (xoffset == 4 && yoffset == 4)
312 xoffset, yoffset,
324 int xoffset,
338 if (xoffset == 4 && yoffset == 0
    [all...]
variance_mmx.c 206 int xoffset,
218 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
230 int xoffset,
243 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
254 int xoffset,
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],
293 int xoffset,
300 vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
308 int xoffset,
    [all...]
  /external/libvpx/libvpx/vp8/common/
filter.c 156 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];
    [all...]
variance_c.c 286 int xoffset,
297 HFilter = vp8_bilinear_filters[xoffset];
314 int xoffset,
325 HFilter = vp8_bilinear_filters[xoffset];
338 int xoffset,
349 HFilter = vp8_bilinear_filters[xoffset];
399 int xoffset,
406 vp8_sub_pixel_variance16x16_c(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
414 int xoffset,
425 HFilter = vp8_bilinear_filters[xoffset];
    [all...]
variance.h 69 int xoffset,
  /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 185 * @param xoffset
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) {
209 * @param xoffset
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 28 int xoffset,
156 for (int xoffset = 0; xoffset < 8; ++xoffset) {
162 xoffset, yoffset, dst_c_, kDstStride);
166 xoffset, yoffset, dst_, kDstStride);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_outside.cpp 258 int xoffset; local
361 xoffset = xpos >> 1;
362 xoffset = xoffset & 0x3; /* word align ptr */
366 prev = c_prev + (xpos >> 1) - xoffset;
368 if (xoffset || (xpos&1)) /* copy extra 4x8 */
381 if (xoffset || (xpos&1)) /* pad extra 4x8 */
387 ptr = pred + (((ypos >> 1) + 8) << 4) + xoffset;
395 xoffset = xpos >> 1;
396 xoffset = xoffset & 0x3; /* word align ptr *
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
filter_dspr2.c 122 int xoffset,
136 vector3b = sub_pel_filters_inv[xoffset][2];
138 /* if (xoffset == 0) we don't need any filtering */
161 vector1b = sub_pel_filters_inv[xoffset][0];
162 vector2b = sub_pel_filters_inv[xoffset][1];
243 vector1b = sub_pel_filters_inv_tap_4[xoffset][0];
244 vector2b = sub_pel_filters_inv_tap_4[xoffset][1];
318 int xoffset,
333 /* if (xoffset == 0) we don't need any filtering */
334 if (xoffset == 0
    [all...]
  /hardware/samsung_slsi/exynos5/include/
s3c_lcd.h 49 unsigned int xoffset; /* offset from virtual to visible */ member in struct:__anon21162
  /external/webkit/Source/WebKit/chromium/src/
Extensions3DChromium.cpp 90 void* Extensions3DChromium::mapTexSubImage2DCHROMIUM(unsigned target, int level, int xoffset, int yoffset, int width, int height, unsigned format, unsigned type, unsigned access)
92 return m_internal->mapTexSubImage2DCHROMIUM(target, level, xoffset, yoffset, width, height, format, type, access);
  /external/harfbuzz_ng/src/
hb-buffer-deserialize-json.rl 83 xoffset = "\"dx\"" colon (num >tok %parse_x_offset);
88 element = glyph | cluster | xoffset | yoffset | xadvance | yadvance;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
Extensions3DChromium.h 64 void* mapTexSubImage2DCHROMIUM(unsigned target, int level, int xoffset, int yoffset, int width, int height, unsigned format, unsigned type, unsigned access);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XWDFile.h 62 CARD32 xoffset B32; /* Bitmap x offset, normally 0 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XWDFile.h 62 CARD32 xoffset B32; /* Bitmap x offset, normally 0 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XWDFile.h 62 CARD32 xoffset B32; /* Bitmap x offset, normally 0 */
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 271 int xoffset = component.mBounds.left - mScrollX; local
274 canvas.translate(xoffset, yoffset);
288 canvas.translate(-xoffset, -yoffset);
407 int xoffset = 0; local
413 xoffset += bounds.left;
417 out.set(xoffset, yoffset, xoffset + descendant.getWidth(),

Completed in 631 milliseconds

1 2 3 4 5 6 7 8 91011>>