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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
variance_ssse3.c 61 int xoffset,
71 int xoffset,
84 if (xoffset == 4 && yoffset == 0)
91 else if (xoffset == 0 && yoffset == 4)
98 else if (xoffset == 4 && yoffset == 4)
110 xoffset, yoffset,
122 int xoffset,
133 if (xoffset == 4 && yoffset == 0)
140 else if (xoffset == 0 && yoffset == 4)
147 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 72 int xoffset,
251 int xoffset,
263 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
275 int xoffset,
285 if (xoffset == 4 && yoffset == 0)
292 else if (xoffset == 0 && yoffset == 4)
299 else if (xoffset == 4 && yoffset == 4)
311 xoffset, yoffset,
323 int xoffset,
337 if (xoffset == 4 && yoffset == 0
    [all...]
variance_mmx.c 205 int xoffset,
217 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
229 int xoffset,
242 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
253 int xoffset,
268 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
276 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
292 int xoffset,
299 vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
307 int xoffset,
    [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/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Image11.h 40 virtual bool copyToStorage2D(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
41 virtual bool copyToStorageCube(TextureStorage *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
42 virtual bool copyToStorage3D(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth);
43 virtual bool copyToStorage2DArray(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLint arrayLayer, GLsizei width, GLsizei height);
49 virtual void loadData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
51 virtual void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
54 virtual void copy(GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source);
67 bool copyToStorageImpl(TextureStorage11 *storage11, int level, int layerTarget, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Image9.h 47 virtual bool copyToStorage2D(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
48 virtual bool copyToStorageCube(TextureStorage *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
49 virtual bool copyToStorage3D(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth);
50 virtual bool copyToStorage2DArray(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height);
52 virtual void loadData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
54 virtual void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
57 virtual void copy(GLint xoffset, GLint yoffset, GLint zoffset,GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source);
64 bool copyToSurface(IDirect3DSurface9 *dest, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
Blit9.h 33 // sourceRect, xoffset, yoffset are in D3D coordinates (0,0 in upper-left)
34 bool copy2D(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorage *storage, GLint level);
35 bool copyCube(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorage *storage, GLenum target, GLint level);
38 // sourceRect, xoffset, yoffset are in D3D coordinates (0,0 in upper-left)
40 bool formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest);
56 bool copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest);
58 void setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
filter.c 154 int xoffset,
163 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
172 int xoffset,
182 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
198 int xoffset,
208 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
224 int xoffset,
235 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
401 int xoffset,
410 HFilter = vp8_bilinear_filters[xoffset];
    [all...]
  /external/libvpx/libvpx/vp8/common/
filter.c 154 int xoffset,
163 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
172 int xoffset,
182 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
198 int xoffset,
208 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
224 int xoffset,
235 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
401 int xoffset,
410 HFilter = vp8_bilinear_filters[xoffset];
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
ImageD3D.h 40 virtual bool copyToStorage2D(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height) = 0;
41 virtual bool copyToStorageCube(TextureStorage *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height) = 0;
42 virtual bool copyToStorage3D(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) = 0;
43 virtual bool copyToStorage2DArray(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height) = 0;
  /external/libvpx/libvpx/vp9/encoder/
vp9_variance.c 181 int xoffset,
190 hfilter = BILINEAR_FILTERS_2TAP(xoffset);
202 int xoffset,
213 hfilter = BILINEAR_FILTERS_2TAP(xoffset);
238 int xoffset,
247 hfilter = BILINEAR_FILTERS_2TAP(xoffset);
259 int xoffset,
270 hfilter = BILINEAR_FILTERS_2TAP(xoffset);
295 int xoffset,
304 hfilter = BILINEAR_FILTERS_2TAP(xoffset);
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_gles_chromium_texture_mapping_thunk.cc 20 GLint xoffset,
30 target, level, xoffset, yoffset, width, height, format, type, access);
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES2.h 20 GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
24 GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height,
  /external/chromium_org/ppapi/c/dev/
ppb_gles_chromium_texture_mapping_dev.h 26 // Maps the sub-image of a texture. 'level', 'xoffset', 'yoffset', 'width',
39 GLint xoffset,
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image.h 48 virtual void loadData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
50 virtual void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
53 virtual void copy(GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source) = 0;

Completed in 873 milliseconds

1 2 3 4 5 6 7 8 91011>>