HomeSort by relevance Sort by last modified time
    Searched refs:yoffset (Results 1 - 25 of 615) 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 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];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/arm/
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/vpx_dsp/arm/
subpel_variance_media.c 45 int xoffset, int yoffset,
54 VFilter = bilinear_filters_media[yoffset];
69 int yoffset,
78 if (xoffset == 4 && yoffset == 0) {
82 } else if (xoffset == 0 && yoffset == 4) {
86 } else if (xoffset == 4 && yoffset == 4) {
92 VFilter = bilinear_filters_media[yoffset];
subpel_variance_neon.c 85 int yoffset,
96 8, bilinear_filters[yoffset]);
103 int yoffset,
114 16, bilinear_filters[yoffset]);
121 int yoffset,
132 32, bilinear_filters[yoffset]);
139 int yoffset,
150 64, bilinear_filters[yoffset]);
  /external/libvpx/libvpx/vp8/common/
filter.c 156 int yoffset,
165 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
174 int yoffset,
184 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
200 int yoffset,
210 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
226 int yoffset,
237 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
403 int yoffset,
412 VFilter = vp8_bilinear_filters[yoffset];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
filter.c 155 int yoffset,
164 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
173 int yoffset,
183 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
199 int yoffset,
209 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
225 int yoffset,
236 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
402 int yoffset,
411 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_variance.c 182 int yoffset,
191 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
203 int yoffset,
214 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
239 int yoffset,
248 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
260 int yoffset,
271 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
296 int yoffset,
305 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
variance_mmx.c 143 int xoffset, int yoffset,
150 bilinear_filters_mmx[yoffset],
158 int xoffset, int yoffset,
165 bilinear_filters_mmx[yoffset],
172 int xoffset, int yoffset,
180 bilinear_filters_mmx[yoffset],
185 bilinear_filters_mmx[yoffset],
196 int xoffset, int yoffset,
204 bilinear_filters_mmx[yoffset],
209 bilinear_filters_mmx[yoffset],
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 178 * @param yoffset
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) {
202 * @param yoffset
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/mesa/drivers/dri/intel/
intel_tex_subimage.c 46 GLint xoffset, GLint yoffset,
85 texImage->Level, xoffset, yoffset, width, height);
117 blit_y += yoffset;
155 GLint xoffset, GLint yoffset, GLint zoffset,
163 xoffset, yoffset,
167 xoffset, yoffset, zoffset,
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI_Mem.h 82 int yoffset, const char *name);
98 int yoffset, const char *name);
  /external/libvpx/libvpx/vpx_dsp/
variance.h 49 int xoffset, int yoffset,
55 int xoffset, int yoffset,
  /external/mesa3d/src/glx/
indirect_texture_compression.c 138 GLsizei xoffset, GLsizei yoffset,
163 __GLX_PUT_LONG(16, yoffset);
181 __GLX_PUT_LONG(20, yoffset);
281 GLint xoffset, GLint yoffset,
286 CompressedTexSubImage1D2D(target, level, xoffset, yoffset, width, height,
294 GLint xoffset, GLint yoffset,
314 __GLX_PUT_LONG(16, yoffset);
332 __GLX_PUT_LONG(20, yoffset);

Completed in 228 milliseconds

1 2 3 4 5 6 7 8 91011>>