HomeSort by relevance Sort by last modified time
    Searched refs:src_y (Results 201 - 225 of 226) sorted by null

1 2 3 4 5 6 7 8910

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.h 1009 unsigned src_x, unsigned src_y,
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 1009 unsigned src_x, unsigned src_y,
  /hardware/intel/img/psb_video/src/
psb_overlay.c 929 short __maybe_unused src_x, short __maybe_unused src_y,
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_from_argb.cc 482 void (*I422ToYUY2Row)(const uint8* src_y, const uint8* src_u,
584 void (*I422ToUYVYRow)(const uint8* src_y, const uint8* src_u,
    [all...]
row_win.cc 311 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) {
313 mov eax, [esp + 4] // src_y
339 void I400ToARGBRow_Unaligned_SSE2(const uint8* src_y, uint8* dst_argb,
342 mov eax, [esp + 4] // src_y
    [all...]
  /external/chromium_org/third_party/libyuv/source/
convert_from_argb.cc 466 void (*I422ToYUY2Row)(const uint8* src_y, const uint8* src_u,
567 void (*I422ToUYVYRow)(const uint8* src_y, const uint8* src_u,
    [all...]
row_win.cc 312 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) {
314 mov eax, [esp + 4] // src_y
340 void I400ToARGBRow_Unaligned_SSE2(const uint8* src_y, uint8* dst_argb,
343 mov eax, [esp + 4] // src_y
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 330 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix);
331 void I400ToARGBRow_C(const uint8* src_y, uint8* dst_argb, int pix);
  /external/libyuv/files/source/
row_posix.cc 121 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) {
140 : "+r"(src_y), // %0
    [all...]
row_common.cc 413 void I400ToARGBRow_C(const uint8* src_y, uint8* dst_argb, int width) {
416 uint8 y = src_y[0];
420 ++src_y;
    [all...]
row_win.cc 126 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) {
128 mov eax, [esp + 4] // src_y
    [all...]
  /hardware/intel/common/libva/va/
va.h     [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 517 for (int src_y = -10; src_y < input->height() + 10; ++src_y) {
519 Bicubic((src_y + 0.5f - dst_y_in_src) * clamped_yscale);
531 float c = ChannelAsFloat(input, src_x, src_y, channel);
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 330 for (int src_y = 0; src_y < y_unit; src_y ++) {
    [all...]
  /external/qemu/ui/
vnc-android.c 663 static void vnc_copy(VncState *vs, int src_x, int src_y, int dst_x, int dst_y, int w, int h)
670 vnc_write_u16(vs, src_y);
674 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h)
690 vnc_copy(vs, src_x, src_y, dst_x, dst_y, w, h);
    [all...]
vnc.c 655 static void vnc_copy(VncState *vs, int src_x, int src_y, int dst_x, int dst_y, int w, int h)
662 vnc_write_u16(vs, src_y);
666 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h)
682 vnc_copy(vs, src_x, src_y, dst_x, dst_y, w, h);
    [all...]
console.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XI2proto.h 376 FP1616 src_y; member in struct:__anon45994
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 376 FP1616 src_y; member in struct:__anon47730
    [all...]
  /external/pixman/pixman/
pixman-inlines.h 450 /* pass in 0 instead of src_x and src_y because src_x and src_y need to be \
456 v.vector[1] = pixman_int_to_fixed (src_y) + pixman_fixed_1 / 2; \
866 /* pass in 0 instead of src_x and src_y because src_x and src_y need to be \
872 v.vector[1] = pixman_int_to_fixed (src_y) + pixman_fixed_1 / 2; \
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc 2589 size_t src_y = total_bytes - dest_y - row_bytes; local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 250 uint32_t src_y; member in struct:msm_pp_crop
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_camera.h 254 uint32_t src_y; member in struct:msm_pp_crop
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_camera.h 382 uint32_t src_y; member in struct:msm_pp_crop
    [all...]

Completed in 2090 milliseconds

1 2 3 4 5 6 7 8910