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

1 2 3

  /cts/tests/camera/src/android/hardware/camera2/cts/
crop_yuvf_420_to_yuvx_444.rs 23 uint32_t src_x;
29 uchar py = rsGetElementAtYuv_uchar_Y(mInput, x + src_x, y + src_y);
30 uchar pu = rsGetElementAtYuv_uchar_U(mInput, x + src_x, y + src_y);
31 uchar pv = rsGetElementAtYuv_uchar_V(mInput, x + src_x, y + src_y);
means_yuvx_444_2d_to_1d.rs 26 uint32_t src_x; // x-offset from mInput
38 uchar py = rsGetElementAtYuv_uchar_Y(mInput, src_x + i, src_y + x);
39 uchar pu = rsGetElementAtYuv_uchar_U(mInput, src_x + i, src_y + x);
40 uchar pv = rsGetElementAtYuv_uchar_V(mInput, src_x + i, src_y + x);
69 yuvx_444 elem = rsGetElementAt_yuvx_444(mInput, src_x + i, src_y + x);
  /external/libdrm/exynos/
exynos_fimg2d.h 299 struct g2d_image *dst, unsigned int src_x,
303 unsigned int src_x, unsigned int src_y, unsigned int dst_x,
306 struct g2d_image *dst, unsigned int src_x,
312 struct g2d_image *dst, unsigned int src_x,
316 struct g2d_image *dst, unsigned int src_x, unsigned int src_y,
exynos_fimg2d.c 496 * @src_x: x start position to source buffer.
505 struct g2d_image *dst, unsigned int src_x, unsigned int src_y,
515 if (src_x + src->width > w)
516 src_w = src->width - src_x;
548 pt.data.x = src_x;
551 pt.data.x = src_x + w;
579 * @src_x: x position of source rectangle.
588 unsigned int src_x, unsigned int src_y,
599 if (src_x + img->width > w)
600 src_w = img->width - src_x;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_rect.c 53 unsigned src_x,
70 src_x /= blockwidth;
74 src += src_x * blocksize;
u_rect.h 95 int src_stride, unsigned src_x, unsigned src_y);
  /external/mesa3d/src/gallium/drivers/i915/
i915_blit.c 97 short src_x, short src_y,
110 src_buffer, src_pitch, src_offset, src_x, src_y,
155 OUT_BATCH((src_y << 16) | src_x);
  /hardware/intel/img/psb_video/src/
psb_texture.h 137 void blit_texture_to_buf(VADriverContextP ctx, unsigned char * data, int src_x, int src_y, int src_w,
143 VADriverContextP ctx, unsigned char *dst, VASurfaceID surface, int src_x, int src_y, int src_w,
psb_output.c 222 int *src_x,
231 if (*src_x < 0) *src_x = 0;
232 if (*src_x > image->width) *src_x = image->width - 1;
236 if (((*width) + (*src_x)) > image->width) *width = image->width - *src_x;
237 if (((*height) + (*src_y)) > image->height) *height = image->height - *src_x;
861 int ret, src_x = 0, src_y = 0, dest_x = 0, dest_y = 0; local
883 psb__VAImageCheckRegion(obj_surface, &obj_image->image, &src_x, &src_y, &dest_x, &dest_y
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 189 int src_x, src_y; local
190 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
191 if (src_x < 0 || src_x >= src_width || src_y < 0 ||
195 if (!((src_buf + src_pitch * src_y)[src_x / 8] &
196 (1 << (7 - src_x % 8)))) {
206 int src_x, src_y; local
207 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
208 if (src_x < 0 || src_x >= src_width || src_y < 0 |
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.h 79 unsigned src_x, unsigned src_y, unsigned src_z,
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.h 52 int src_x,
xa_yuv.c 110 int src_x,
150 (float)src_x + scale_x * (x - dst_x),
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.h 57 float src_x, float src_y, float src_w, float src_h,
xorg_xv.c 417 float src_x, float src_y, float src_w, float src_h,
423 src_x, src_y, src_w, src_h,
426 src_x, src_y, src_w, src_h,
493 int src_x, int src_y, int src_w, int src_h,
510 src_x, src_y, src_w, src_h, dstX, dstY, dst_w, dst_h);*/
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
585 short src_x, short src_y,
602 x1 = src_x;
603 x2 = src_x + src_w;
622 src_x, src_y, width, height)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 1301 FX_DWORD src_x = (clip_left + i) * src_width \/ dest_width; local
1321 FX_DWORD src_x = (clip_left + i) * src_width \/ dest_width; local
1375 FX_DWORD src_x = (clip_left + i) * src_width \/ dest_width; local
1399 FX_DWORD src_x = (clip_left + i) * src_width \/ dest_width; local
1431 FX_DWORD src_x = (bFlipX ? (dest_width - dest_x - 1) : dest_x) * local
    [all...]
  /external/libdrm/tests/exynos/
exynos_fimg2d_test.c 240 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
250 src_x = 0;
288 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h);
298 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y,
447 unsigned int src_x, src_y, img_w, img_h; local
457 src_x = 0;
493 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w , img_h);
533 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
543 src_x = 0;
582 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h)
632 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
va_image.c 144 int src_x, int src_y, unsigned int src_width, unsigned int src_height,
va_subpicture.c 122 int num_surfaces, short src_x, short src_y,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_convolve.c 30 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
34 sum += src_x[k] * x_filter[k];
52 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
56 sum += src_x[k] * x_filter[k];
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 71 short src_x,
86 src_rect.x = src_x;
91 dst_rect.x = src_x;
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_intrin_ssse3.c 373 static void filter_horiz_w8_ssse3(const uint8_t *src_x, ptrdiff_t src_pitch,
382 const __m128i A = _mm_loadl_epi64((const __m128i *)src_x);
383 const __m128i B = _mm_loadl_epi64((const __m128i *)(src_x + src_pitch));
384 const __m128i C = _mm_loadl_epi64((const __m128i *)(src_x + src_pitch * 2));
385 const __m128i D = _mm_loadl_epi64((const __m128i *)(src_x + src_pitch * 3));
386 const __m128i E = _mm_loadl_epi64((const __m128i *)(src_x + src_pitch * 4));
387 const __m128i F = _mm_loadl_epi64((const __m128i *)(src_x + src_pitch * 5));
388 const __m128i G = _mm_loadl_epi64((const __m128i *)(src_x + src_pitch * 6));
389 const __m128i H = _mm_loadl_epi64((const __m128i *)(src_x + src_pitch * 7));
471 // process 8 src_x step
473 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
591 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
    [all...]
  /external/opencv3/modules/cudawarping/src/cuda/
resize.cu 64 const float src_x = dst_x * fx;
67 dst(dst_y, dst_x) = src(__float2int_rz(src_y), __float2int_rz(src_x));
80 const float src_x = dst_x * fx;
85 const int x1 = __float2int_rd(src_x);
93 out = out + src_reg * ((x2 - src_x) * (y2 - src_y));
96 out = out + src_reg * ((src_x - x1) * (y2 - src_y));
99 out = out + src_reg * ((x2 - src_x) * (src_y - y1));
102 out = out + src_reg * ((src_x - x1) * (src_y - y1));
115 const float src_x = dst_x * fx;
118 dst(dst_y, dst_x) = src(src_y, src_x);
    [all...]
  /external/libvncserver/libvncclient/
h264.c 602 int src_x, src_y; local
604 for (src_x = 0; src_x < ch_w; src_x += 2) {
605 uint8_t nv_u = nv12_uv[src_x];
606 uint8_t nv_v = nv12_uv[src_x + 1];
607 uint8_t nv_y[4] = { nv12_y[ src_x], nv12_y[ src_x + 1],
608 nv12_y[vaImage.pitches[0] + src_x], nv12_y[vaImage.pitches[0] + src_x + 1] }
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 101 GLshort src_x, GLshort src_y,
144 src_buffer, src_pitch, src_offset, src_x, src_y,
163 src_x *= cpp / 4;
207 OUT_BATCH((src_y << 16) | src_x);

Completed in 8979 milliseconds

1 2 3