HomeSort by relevance Sort by last modified time
    Searched refs:src_u (Results 26 - 47 of 47) sorted by null

12

  /external/libyuv/files/source/
convert.cc 32 const uint8* src_u, int src_stride_u,
38 if (!src_y || !src_u || !src_v ||
48 src_u = src_u + (halfheight - 1) * src_stride_u;
60 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
127 const uint8* src_u, int src_stride_u,
133 if (!src_y || !src_u || !src_v ||
142 src_u = src_u + (height - 1) * src_stride_u;
154 IS_ALIGNED(src_u, 16) && IS_ALIGNED(src_stride_u, 16) &
1962 const uint8* src_u; local
1989 const uint8* src_u; local
2015 const uint8* src_u; local
2036 const uint8* src_u = sample + src_width * abs_src_height + local
    [all...]
planar_functions.cc 61 uint8*, int, // src_u
235 const uint8* src_u, int src_stride_u,
241 if (!src_y || !src_u || !src_v || !dst_y || !dst_u || !dst_v ||
250 src_u = src_u + (halfheight - 1) * src_stride_u;
262 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
434 const uint8* src_u, int src_stride_u,
438 if (!src_y || !src_u || !src_v ||
474 I422ToBGRARow(src_y, src_u, src_v, dst_bgra, width);
477 src_u += src_stride_u
    [all...]
format_conversion.cc 437 const uint8* src_u, int src_stride_u,
447 src_u = src_u + (halfheight - 1) * src_stride_u;
485 I422ToARGBRow(src_y, src_u, src_v, row, width);
490 src_u += src_stride_u;
514 const uint8* src_u, int src_stride_u, \
519 src_u, src_stride_u, \
rotate.cc     [all...]
scale.cc 3064 const uint8* src_u = src + src_width * src_height; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_argb.cc 51 const uint8* src_u, int src_stride_u,
61 if (!src_y || !src_u || !src_v ||
101 I444ToARGBRow(src_y, src_u, src_v, dst_argb, width);
104 src_u += src_stride_u;
113 const uint8* src_u, int src_stride_u,
123 if (!src_y || !src_u || !src_v ||
173 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
181 I422ToARGBRow(src_y, src_u, src_v, dst_argb, width);
184 src_u += src_stride_u;
193 const uint8* src_u, int src_stride_u
    [all...]
format_conversion.cc 395 const uint8* src_u, int src_stride_u,
417 src_u = src_u + (halfheight - 1) * src_stride_u;
450 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
481 I422ToARGBRow(src_y, src_u, src_v, row, width);
486 src_u += src_stride_u;
512 const uint8* src_u, int src_stride_u, \
517 src_u, src_stride_u, \
planar_functions.cc 132 const uint8* src_u, int src_stride_u,
139 if (!src_y || !src_u || !src_v ||
148 src_u = src_u + (height - 1) * src_stride_u;
155 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
163 const uint8* src_u, int src_stride_u,
169 if (!src_y || !src_u || !src_v ||
178 src_u = src_u + (height - 1) * src_stride_u;
186 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height)
    [all...]
rotate.cc     [all...]
convert.cc 32 const uint8* src_u, int src_stride_u,
50 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
64 const uint8* src_u, int src_stride_u,
72 if (!src_y || !src_u || !src_v ||
82 src_u = src_u + (halfheight - 1) * src_stride_u;
93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
102 const uint8* src_u, int src_stride_u,
110 src_u, src_stride_u,
123 const uint8* src_u, int src_stride_u
    [all...]
row_x86.asm 109 ; void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
113 cglobal MergeUVRow_%2, 4, 4, 3, src_u, src_v, dst_uv, pix
scale.cc 1689 const uint8* src_u = src + src_width * src_height; local
    [all...]
row_any.cc 411 void NAMEANY(const uint8* src_u, const uint8* src_v, \
414 ANYTOUV_SIMD(src_u, src_v, dst_uv, n); \
415 ANYTOUV_C(src_u + n, \
convert_from_argb.cc 262 void (*MergeUVRow_)(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
365 void (*MergeUVRow_)(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
466 void (*I422ToYUY2Row)(const uint8* src_y, const uint8* src_u,
567 void (*I422ToUYVYRow)(const uint8* src_y, const uint8* src_u,
    [all...]
scale_argb.cc 418 const uint8* src_u,
459 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
550 const uint8* src_row_u = src_u + uv_yi * src_stride_u;
590 src_row_u = src_u + uv_yi * src_stride_u;
row_posix.cc     [all...]
row_win.cc     [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate.h 37 const uint8* src_u, int src_stride_u,
  /external/libyuv/files/include/libyuv/
rotate.h 37 const uint8* src_u, int src_stride_u,
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 249 const uint8_t *src_u = local
251 const uint8_t *src_v = src_u + (mWidth / 2 * mHeight / 2);
268 memcpy(dst_u, src_u, (mCropWidth + 1) / 2);
271 src_u += mWidth / 2;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 3867 const uint8* const src_u = src + src_width * src_height; local
    [all...]
  /external/libyuv/files/unit_test/
planar_test.cc 37 align_buffer_16(src_u, kWidth / SUBSAMP_X * kHeight / SUBSAMP_Y); \
47 src_u[(i * kWidth / SUBSAMP_X) + j] = (random() & 0xff); \
52 src_u, kWidth / SUBSAMP_X, \
59 src_u, kWidth / SUBSAMP_X, \
77 free_aligned_buffer_16(src_u) \
    [all...]

Completed in 735 milliseconds

12