HomeSort by relevance Sort by last modified time
    Searched defs:dst_y (Results 1 - 14 of 14) sorted by null

  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 22 unsigned char *src_y, *dst_y; local
43 dst_y = dst_ybc->y_buffer + yoffset;
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 28 unsigned char *src_y, *dst_y; local
49 dst_y = dst_ybc->y_buffer + yoffset;
51 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 171 uint8_t *dst_y = (uint8_t *)dst; local
175 uint8_t *dst_v = dst_y + dst_y_size;
179 memcpy(dst_y, src_y, mCropWidth);
182 dst_y += buf->stride;
203 uint8_t *dst_y = (uint8_t *)dst; local
208 uint8_t *dst_v = dst_y + dst_y_size;
212 memcpy(dst_y, src_y, mCropWidth);
215 dst_y += buf->stride;
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rotator.h 52 unsigned int dst_y; member in struct:msm_rotator_img_info
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 404 float dst_y = frame.top; local
406 TP.set(dst_x, dst_y);
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rotator.h 39 unsigned int dst_y; member in struct:msm_rotator_img_info
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 87 int dst_y = bounds.y() - (icon_height - bounds.height()) / 2; local
90 canvas->ClipRectInt(dst_x, dst_y, icon_width, icon_height);
93 dst_x, dst_y, icon_width, icon_height,
  /external/opencv/cv/src/
cvcorner.cpp 218 int i, j, y, dst_y = 0, max_dy, delta = 0; local
394 (float*)(eigenv->data.ptr + dst_y*eigenv->step), eigenv->step,
398 (float*)(eigenv->data.ptr + dst_y*eigenv->step), eigenv->step,
402 (float*)(eigenv->data.ptr + dst_y*eigenv->step), eigenv->step,
405 dst_y += stripe_size.height;
515 int i, j, y, dst_y = 0, max_dy, delta = 0; local
654 for( i = 0; i < stripe_size.height; i++, dst_y++ )
656 float* dstdata = (float*)(dst->data.ptr + dst_y*dst->step);
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3870 uint8* dst_y = dst + dst_yoffset * dst_width; local
    [all...]
  /external/libyuv/files/source/
scale.cc 3067 uint8* dst_y = dst + dst_yoffset * dst_width; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
bilin_scaler.c 199 unsigned int dst_y=0, dst_vu=0; local
229 dst_y = dst_vu<<1;
233 next_src_y_upper = ((float)dst_y+2)*y_scale;
234 next_src_y_lower = ((float)dst_y+3)*y_scale;
319 // dst_y: Counter which is twice larger than dst_vu (dst_y = 2*dst_vu)
403 // dst_y: Counter which is twice larger than dst_vu (dst_y = 2*dst_vu)
505 unsigned int dst_y=0, dst_vu=0; local
534 dst_y = dst_vu<<1
803 unsigned int dst_y=0, dst_vu=0; local
1092 unsigned int dst_y=0, dst_vu=0; local
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_isp.h 331 uint32_t dst_y; member in struct:msm_pp_crop
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 255 uint32_t dst_y; member in struct:msm_pp_crop
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 497 milliseconds