HomeSort by relevance Sort by last modified time
    Searched full:dst_y (Results 101 - 125 of 210) sorted by null

1 2 3 45 6 7 8 9

  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_rotator.h 44 unsigned int dst_y; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_rotator.h 44 unsigned int dst_y; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_rotator.h 44 unsigned int dst_y; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_rotator.h 44 unsigned int dst_y; member in struct:msm_rotator_img_info
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
mjpeg_decoder.h 141 // TODO(fbarchard): Add dst_x, dst_y to allow specific rect to be decoded.
147 // TODO(fbarchard): Add dst_x, dst_y to allow specific rect to be decoded.
  /external/chromium_org/third_party/libyuv/include/libyuv/
mjpeg_decoder.h 141 // TODO(fbarchard): Add dst_x, dst_y to allow specific rect to be decoded.
147 // TODO(fbarchard): Add dst_x, dst_y to allow specific rect to be decoded.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_yuv.c 115 int dst_y,
151 (float)src_y + scale_y * (y - dst_y),
xa_context.h 57 int dst_y,
  /external/libyuv/files/include/libyuv/
mjpeg_decoder.h 118 // TODO(fbarchard): Add dst_x, dst_y to allow specific rect to be decoded.
124 // TODO(fbarchard): Add dst_x, dst_y to allow specific rect to be decoded.
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 115 int dst_y,
151 (float)src_y + scale_y * (y - dst_y),
  /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/libyuv/files/source/
row_common.cc 269 void NAME ## ToYRow_C(const uint8* src_argb0, uint8* dst_y, int width) { \
271 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \
273 dst_y += 1; \
773 void YUY2ToYRow_C(const uint8* src_yuy2, uint8* dst_y, int width) {
776 dst_y[x] = src_yuy2[0];
777 dst_y[x + 1] = src_yuy2[2];
781 dst_y[width - 1] = src_yuy2[0];
812 void UYVYToYRow_C(const uint8* src_uyvy, uint8* dst_y, int width) {
815 dst_y[x] = src_uyvy[1];
816 dst_y[x + 1] = src_uyvy[3]
    [all...]
rotate.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
rotate.cc     [all...]
row_common.cc 268 void NAME ## ToYRow_C(const uint8* src_argb0, uint8* dst_y, int width) { \
271 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \
273 dst_y += 1; \
350 void NAME ## ToYJRow_C(const uint8* src_argb0, uint8* dst_y, int width) { \
353 dst_y[0] = RGBToYJ(src_argb0[R], src_argb0[G], src_argb0[B]); \
355 dst_y += 1; \
388 void RGB565ToYRow_C(const uint8* src_rgb565, uint8* dst_y, int width) {
397 dst_y[0] = RGBToY(r, g, b);
399 dst_y += 1;
403 void ARGB1555ToYRow_C(const uint8* src_argb1555, uint8* dst_y, int width)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
picklpf.c 29 unsigned char *src_y, *dst_y; local
50 dst_y = dst_ybc->y_buffer + yoffset;
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
  /external/chromium_org/third_party/libyuv/source/
rotate.cc     [all...]
row_common.cc 268 void NAME ## ToYRow_C(const uint8* src_argb0, uint8* dst_y, int width) { \
271 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \
273 dst_y += 1; \
350 void NAME ## ToYJRow_C(const uint8* src_argb0, uint8* dst_y, int width) { \
353 dst_y[0] = RGBToYJ(src_argb0[R], src_argb0[G], src_argb0[B]); \
355 dst_y += 1; \
388 void RGB565ToYRow_C(const uint8* src_rgb565, uint8* dst_y, int width) {
397 dst_y[0] = RGBToY(r, g, b);
399 dst_y += 1;
403 void ARGB1555ToYRow_C(const uint8* src_argb1555, uint8* dst_y, int width)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_image.c 142 GLuint dst_x, dst_y, dst_stride; local
182 &dst_x, &dst_y);
192 0, 0, dst_x, dst_y, image->Width, image->Height,
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 29 unsigned char *src_y, *dst_y; local
50 dst_y = dst_ybc->y_buffer + yoffset;
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
  /external/llvm/test/CodeGen/R600/
load.ll 51 ; R600-CHECK-DAG: VTX_READ_8 [[DST_Y:T[0-9]\.[XYZW]]], [[DST_Y]]
56 ; R600-CHECK-DAG: LSHL {{[* ]*}}T{{[0-9]}}.[[LSHL_Y_CHAN:[XYZW]]], [[DST_Y]]
89 ; R600-CHECK-DAG: VTX_READ_8 [[DST_Y:T[0-9]\.[XYZW]]], [[DST_Y]]
96 ; R600-CHECK-DAG: LSHL {{[* ]*}}T{{[0-9]}}.[[LSHL_Y_CHAN:[XYZW]]], [[DST_Y]]
162 ; R600-CHECK-DAG: VTX_READ_16 [[DST_Y:T[0-9]\.[XYZW]]], [[DST_Y]]
167 ; R600-CHECK-DAG: LSHL {{[* ]*}}T{{[0-9]}}.[[LSHL_Y_CHAN:[XYZW]]], [[DST_Y]]
200 ; R600-CHECK-DAG: VTX_READ_16 [[DST_Y:T[0-9]\.[XYZW]]], [[DST_Y]
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_image.c 142 GLuint dst_x, dst_y, dst_stride; local
182 &dst_x, &dst_y);
192 0, 0, dst_x, dst_y, image->Width, image->Height,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
picklpf.c 29 unsigned char *src_y, *dst_y; local
50 dst_y = dst_ybc->y_buffer + yoffset;
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h 81 uint8* dst_y, uint8* dst_u, uint8* dst_v,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.c 534 unsigned dst_x, unsigned dst_y,
556 util_copy_rect(dst, dst_format, dst_stride, dst_x, dst_y,
563 assert(dst_y % dst_format_desc->block.height == 0);
567 dst_row = (uint8_t *)dst + dst_y*dst_stride + dst_x*(dst_format_desc->block.bits/8);

Completed in 2194 milliseconds

1 2 3 45 6 7 8 9