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

1 2 3 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/arm/
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/
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...]
  /external/libvpx/libvpx/vpx_dsp/arm/
subpel_variance_media.c 45 int xoffset, int yoffset,
53 HFilter = bilinear_filters_media[xoffset];
68 int xoffset,
78 if (xoffset == 4 && yoffset == 0) {
82 } else if (xoffset == 0 && yoffset == 4) {
86 } else if (xoffset == 4 && yoffset == 4) {
91 HFilter = bilinear_filters_media[xoffset];
subpel_variance_neon.c 84 int xoffset,
94 bilinear_filters[xoffset]);
102 int xoffset,
112 bilinear_filters[xoffset]);
120 int xoffset,
130 bilinear_filters[xoffset]);
138 int xoffset,
148 bilinear_filters[xoffset]);
  /external/libvpx/libvpx/vp8/common/
filter.c 155 int xoffset,
164 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
173 int xoffset,
183 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
199 int xoffset,
209 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
225 int xoffset,
236 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
402 int xoffset,
411 HFilter = vp8_bilinear_filters[xoffset];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/libvpx/libvpx/vpx_dsp/x86/
variance_mmx.c 143 int xoffset, int yoffset,
149 bilinear_filters_mmx[xoffset],
158 int xoffset, int yoffset,
164 bilinear_filters_mmx[xoffset],
172 int xoffset, int yoffset,
179 bilinear_filters_mmx[xoffset],
184 bilinear_filters_mmx[xoffset],
196 int xoffset, int yoffset,
203 bilinear_filters_mmx[xoffset],
208 bilinear_filters_mmx[xoffset],
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 177 * @param xoffset
181 public static void texSubImage2D(int target, int level, int xoffset, int yoffset,
190 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, -1, type)!=0) {
201 * @param xoffset
206 public static void texSubImage2D(int target, int level, int xoffset, int yoffset,
214 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, format, type)!=0) {
268 native private static int native_texSubImage2D(int target, int level, int xoffset, int yoffset,
  /external/mesa3d/src/glx/
indirect_texture_compression.c 138 GLsizei xoffset, GLsizei yoffset,
162 __GLX_PUT_LONG(12, xoffset);
180 __GLX_PUT_LONG(16, xoffset);
268 GLint xoffset,
273 CompressedTexSubImage1D2D(target, level, xoffset, 0, width, 0,
281 GLint xoffset, GLint yoffset,
286 CompressedTexSubImage1D2D(target, level, xoffset, yoffset, width, height,
294 GLint xoffset, GLint yoffset,
313 __GLX_PUT_LONG(12, xoffset);
331 __GLX_PUT_LONG(16, xoffset);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_subimage.c 46 GLint xoffset, GLint yoffset,
85 texImage->Level, xoffset, yoffset, width, height);
116 blit_x += xoffset;
155 GLint xoffset, GLint yoffset, GLint zoffset,
163 xoffset, yoffset,
167 xoffset, yoffset, zoffset,
  /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/config/x86/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/libvpx/vpx_dsp/
variance.h 49 int xoffset, int yoffset,
55 int xoffset, int yoffset,
  /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...]

Completed in 587 milliseconds

1 2 3 4 5 6 7 8 91011>>