/external/libvpx/vp8/encoder/arm/ |
picklpf_arm.c | 26 unsigned char *src_y, *dst_y; local 46 dst_y = dst_ybc->y_buffer + yoffset; 48 //vpx_memcpy (dst_y, src_y, ystride * (linestocopy +16)); 49 vp8_memcpy_neon((unsigned char *)dst_y, (unsigned char *)src_y, (int)(ystride *(linestocopy + 16)));
|
/frameworks/base/media/libstagefright/colorconversion/ |
SoftwareRenderer.cpp | 165 uint8_t *dst_y = (uint8_t *)dst; local 169 uint8_t *dst_v = dst_y + dst_y_size; 173 memcpy(dst_y, src_y, mCropWidth); 176 dst_y += buf->stride; 197 uint8_t *dst_y = (uint8_t *)dst; local 202 uint8_t *dst_v = dst_y + dst_y_size; 206 memcpy(dst_y, src_y, mCropWidth); 209 dst_y += buf->stride;
|
/external/libvpx/vp8/encoder/ |
picklpf.c | 43 unsigned char *src_y, *dst_y; local 63 dst_y = dst_ybc->y_buffer + yoffset; 65 vpx_memcpy(dst_y, src_y, ystride *(linestocopy + 16));
|
/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);
|