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

1 2 3

  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.h 25 YV12_BUFFER_CONFIG *dst, int srcy,
vp9_extend.c 157 YV12_BUFFER_CONFIG *dst, int srcy,
160 const int et_y = srcy ? 0 : dst->border;
162 const int eb_y = srcy + srch != src->y_height
168 const int src_y_offset = srcy * src->y_stride + srcx;
169 const int dst_y_offset = srcy * dst->y_stride + srcx;
175 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
176 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_tiling.c 39 for (unsigned srcy = 0; srcy < height; ++srcy) { \
40 unsigned dsty = basey + srcy; \
47 ((type *)src)[srcy * src_stride + srcx]; \
55 unsigned srcy = basey + dsty; \
56 unsigned sy = (srcy / TEX_TILE_HEIGHT) * src_stride + \
57 (srcy % TEX_TILE_HEIGHT) * TEX_TILE_WIDTH; \
  /external/libvpx/libvpx/vp8/common/
extend.h 25 YV12_BUFFER_CONFIG *dst, int srcy,
extend.c 92 YV12_BUFFER_CONFIG *dst, int srcy,
98 int src_y_offset = srcy * src->y_stride + srcx;
99 int dst_y_offset = srcy * dst->y_stride + srcx;
100 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
101 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
104 if (srcy) et = 0;
106 if (srcy + srch != src->y_height) eb = 0;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_copy.c 51 GLint srcx, GLint srcy,
158 srcy += dsty - orig_dsty;
162 orig_srcy = srcy;
165 &srcx, &srcy, &width, &height))
169 dsty += srcy - orig_srcy;
173 srcx, srcy, _mesa_is_winsys_fbo(read_fb),
196 GLint srcx, GLint srcy,
205 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
209 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
intel_pixel.h 53 GLint srcx, GLint srcy,
intel_blit.h 49 GLshort srcx, GLshort srcy,
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_copy.c 48 GLint srcx, GLint srcy,
160 srcy += dsty - orig_dsty;
164 orig_srcy = srcy;
167 &srcx, &srcy, &width, &height))
171 dsty += srcy - orig_srcy;
175 srcx, srcy, _mesa_is_winsys_fbo(read_fb),
197 GLint srcx, GLint srcy,
206 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
210 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
intel_pixel.h 51 GLint srcx, GLint srcy,
  /external/mesa3d/src/gallium/drivers/i915/
i915_blit.h 41 short srcx, short srcy,
  /hardware/intel/common/libva/va/
va_x11.h 54 short srcy,
va_android.h 68 short srcy,
va_backend_tpi.h 54 short srcy,
va_tpi.h 78 short srcy,
va_tpi.c 77 short srcy,
96 return tpi->vaPutSurfaceBuf( ctx, surface, data, data_len, srcx, srcy, srcw, srch,
  /hardware/intel/img/psb_video/src/x11/
psb_x11.h 52 short srcy; member in struct:__anon47977
114 short srcy,
132 short srcy,
149 short srcy,
psb_x11.c 109 short srcy,
224 uint8_t *src_y = surface_data + psb_surface->stride * srcy;
225 uint8_t *src_uv = surface_data + psb_surface->stride * (obj_surface->height + srcy / 2);
227 for (y = srcy; y < (srcy + height); y += 2) {
460 short srcy,
490 psb_putsurface_x11(ctx, surface, draw, srcx, srcy, srcw, srch,
510 srcx, srcy, srcw, srch,
526 srcx, srcy, srcw, srch,
532 srcx, srcy, srcw, srch
    [all...]
psb_coverlay.c 403 int srcx, srcy, srcw, srch; local
414 srcy = subpicture->subpic_srcy;
433 if (srcy < 0) {
434 srch += srcy;
435 srcy = 0;
440 if ((srcy + srch) > image_height)
441 srch = image_height - srcy;
498 XPutImage(ctx->native_dpy, output->output_drawable, output->gc, ximg, srcx, srcy, destx, desty, width, height);
512 srcx, srcy, destx, desty, destw, desth);
614 short srcy,
    [all...]
psb_ctexture.c 224 short srcy,
404 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: ExtVideo coordinate srcx= %d, srcy=%d, \
406 srcx, srcy, srcw, srch, xoffset, yoffset, xres, yres, texture_priv->extend_current_blt_buffer);
409 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
415 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
465 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video Pixmap, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
466 srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer);
468 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, local
473 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
483 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video, swap buffer, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n"
487 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, local
492 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
505 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
510 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 50 regions_overlap(GLint srcx, GLint srcy,
56 return _mesa_regions_overlap(srcx, srcy, srcx + width, srcy + height,
69 else if ((srcy < dsty) && (srcy + height < dsty + (height * zoomY))) {
73 else if ((srcy > dsty) && (srcy + height > dsty + (height * zoomY))) {
88 copy_rgba_pixels(struct gl_context *ctx, GLint srcx, GLint srcy,
104 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
112 if (!overlapping && srcy < desty)
    [all...]
  /external/mesa3d/src/mesa/main/
drawpix.h 36 _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height,
  /hardware/intel/common/libva/va/android/
va_android.cpp 193 short srcy,
211 short srcy,
234 VA_TRACE_LOG(va_TracePutSurface, dpy, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch,
238 return ctx->vtable->vaPutSurface( ctx, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch,
  /hardware/intel/img/psb_video/src/
pnw_rotate.h 94 short srcy,
  /hardware/intel/img/psb_video/src/android/
psb_output_android.c 153 short srcy,
176 psb_putsurface_textureblit(ctx, data, surface, srcx, srcy, srcw, srch,
193 short srcy,
230 srcx, srcy, srcw, srch, destx, desty, destw, desth);
233 ctx, surface, srcx, srcy, srcw, srch,
463 short srcy,
486 // psb__dump_NV_buffers(obj_surface,srcx,srcy,srcw,srch);
491 (srcy < 0) || (srcy > obj_surface->height_origin) || (srch > (obj_surface->height_origin - srcy))) {
    [all...]

Completed in 715 milliseconds

1 2 3