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

1 2 3

  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.h 26 int srcx, int srch, int srcw);
vp9_extend.c 158 int srcx, int srch, int srcw) {
161 const int el_y = srcx ? 0 : dst->border;
165 const int er_y = srcx + srcw != src->y_width
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 43 for (unsigned srcx = 0; srcx < width; ++srcx) { \
44 unsigned dstx = basex + srcx; \
47 ((type *)src)[srcy * src_stride + srcx]; \
59 unsigned srcx = basex + dstx; \
61 ((type *)src)[sy + (srcx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
62 (srcx % TEX_TILE_WIDTH)]; \
  /external/libvpx/libvpx/vp8/common/
extend.h 26 int srcx, int srch, int srcw);
extend.c 93 int srcx, int srch, int srcw) {
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);
105 if (srcx) el = 0;
107 if (srcx + srcw != src->y_width) er = 0;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_copy.c 51 GLint srcx, GLint srcy,
157 srcx += dstx - orig_dstx;
161 orig_srcx = srcx;
165 &srcx, &srcy, &width, &height))
168 dstx += srcx - orig_srcx;
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,
159 srcx += dstx - orig_dstx;
163 orig_srcx = srcx;
167 &srcx, &srcy, &width, &height))
170 dstx += srcx - orig_srcx;
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 53 short srcx,
va_android.h 67 short srcx,
va_backend_tpi.h 53 short srcx,
va_tpi.h 77 short srcx,
va_tpi.c 76 short srcx,
96 return tpi->vaPutSurfaceBuf( ctx, surface, data, data_len, srcx, srcy, srcw, srch,
  /hardware/intel/img/psb_video/src/x11/
psb_x11.h 51 short srcx; member in struct:__anon42816
113 short srcx,
131 short srcx,
148 short srcx,
psb_coverlay.c 403 int srcx, srcy, srcw, srch; local
413 srcx = subpicture->subpic_srcx;
428 if (srcx < 0) {
429 srcw += srcx;
430 srcx = 0;
438 if ((srcx + srcw) > image_width)
439 srcw = image_width - srcx;
498 XPutImage(ctx->native_dpy, output->output_drawable, output->gc, ximg, srcx, srcy, destx, desty, width, height);
512 srcx, srcy, destx, desty, destw, desth);
613 short srcx,
    [all...]
psb_ctexture.c 223 short srcx,
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...]
psb_x11.c 108 short srcx,
230 for (x = srcx; x < (srcx + width); x += 2) {
459 short srcx,
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,
  /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,
61 if (srcx > (dstx + ((zoomX > 0.0F) ? (width * zoomX + 1.0F) : 0.0F))) {
65 else if (srcx + width + 1.0F < dstx + ((zoomX > 0.0F) ? 0.0F : (width * zoomX))) {
88 copy_rgba_pixels(struct gl_context *ctx, GLint srcx, GLint srcy,
104 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
140 width, srcx, sy + row, p );
164 width, srcx, sy, rgba );
232 copy_depth_pixels( struct gl_context *ctx, GLint srcx, GLint srcy
    [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 192 short srcx,
210 short srcx,
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 93 short srcx,
  /hardware/intel/img/psb_video/src/android/
psb_output_android.c 152 short srcx,
176 psb_putsurface_textureblit(ctx, data, surface, srcx, srcy, srcw, srch,
192 short srcx,
230 srcx, srcy, srcw, srch, destx, desty, destw, desth);
233 ctx, surface, srcx, srcy, srcw, srch,
462 short srcx,
486 // psb__dump_NV_buffers(obj_surface,srcx,srcy,srcw,srch);
490 if ((srcx < 0) || (srcx > obj_surface->width) || (srcw > (obj_surface->width - srcx)) ||
    [all...]

Completed in 880 milliseconds

1 2 3