/external/libvpx/libvpx/third_party/libyuv/source/ |
convert_argb.cc | 51 const uint8* src_v, int src_stride_v, 60 if (!src_y || !src_u || !src_v || 106 I444ToARGBRow(src_y, src_u, src_v, dst_argb, width); 110 src_v += src_stride_v; 119 const uint8* src_v, int src_stride_v, 128 if (!src_y || !src_u || !src_v || 176 IS_ALIGNED(src_v, 2) && IS_ALIGNED(src_stride_v, 2) && 183 I422ToARGBRow(src_y, src_u, src_v, dst_argb, width); 187 src_v += src_stride_v; 196 const uint8* src_v, int src_stride_v [all...] |
rotate.cc | 352 const uint8* src_v, int src_stride_v, 360 if (!src_y || !src_u || !src_v || width <= 0 || height == 0 || 371 src_v = src_v + (halfheight - 1) * src_stride_v; 382 src_v, src_stride_v, 394 RotatePlane90(src_v, src_stride_v, 405 RotatePlane270(src_v, src_stride_v, 416 RotatePlane180(src_v, src_stride_v,
|
planar_functions.cc | 124 const uint8* src_v, int src_stride_v, 130 if (!src_y || !src_u || !src_v || 140 src_v = src_v + (height - 1) * src_stride_v; 147 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height); 155 const uint8* src_v, int src_stride_v, 160 if (!src_y || !src_u || !src_v || 170 src_v = src_v + (height - 1) * src_stride_v; 178 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height) [all...] |
convert.cc | 33 const uint8* src_v, int src_stride_v, 53 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, 65 const uint8* src_v, int src_stride_v, 72 if (!src_y || !src_u || !src_v || 83 src_v = src_v + (halfheight - 1) * src_stride_v; 94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); 103 const uint8* src_v, int src_stride_v, 111 src_v, src_stride_v, 124 const uint8* src_v, int src_stride_v [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 | 1663 const uint8* src_v = src + src_width * src_height + local [all...] |
/external/webrtc/talk/media/base/ |
videoframe.cc | 50 const uint8_t* src_v = GetVPlane(); local 51 if (!src_y || !src_u || !src_v) { 77 result = stream->Write(src_v + row * v_pitch, half_width, NULL, error); 172 const uint8_t* src_v = GetVPlane(); local 182 src_v += iwidth_offset / 2; 191 src_v += iheight_offset / 2 * GetVPitch(); 196 libyuv::Scale(src_y, src_u, src_v,
|
/external/libyuv/files/source/ |
row_common.cc | [all...] |
rotate.cc | 347 const uint8* src_v, int src_stride_v, 355 if (!src_y || !src_u || !src_v || width <= 0 || height == 0 || 366 src_v = src_v + (halfheight - 1) * src_stride_v; 377 src_v, src_stride_v, 389 RotatePlane90(src_v, src_stride_v, 400 RotatePlane270(src_v, src_stride_v, 411 RotatePlane180(src_v, src_stride_v,
|
convert.cc | 33 const uint8* src_v, int src_stride_v, 53 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, 65 const uint8* src_v, int src_stride_v, 72 if (!src_y || !src_u || !src_v || 83 src_v = src_v + (halfheight - 1) * src_stride_v; 94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); 103 const uint8* src_v, int src_stride_v, 111 src_v, src_stride_v, 124 const uint8* src_v, int src_stride_v [all...] |
planar_functions.cc | 125 const uint8* src_v, int src_stride_v, 131 if (!src_y || !src_u || !src_v || 141 src_v = src_v + (height - 1) * src_stride_v; 148 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height); 156 const uint8* src_v, int src_stride_v, 161 if (!src_y || !src_u || !src_v || 171 src_v = src_v + (height - 1) * src_stride_v; 179 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height) [all...] |
scale_argb.cc | 434 const uint8* src_v, 472 IS_ALIGNED(src_v, 2) && IS_ALIGNED(src_stride_v, 2) && 563 const uint8* src_row_v = src_v + uv_yi * src_stride_v; 603 src_row_v = src_v + uv_yi * src_stride_v; 830 const uint8* src_v, int src_stride_v, 842 src_v, src_stride_v,
|
scale.cc | 1646 const uint8* src_v = src + src_width * src_height + local [all...] |
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
planar_functions.h | 55 const uint8* src_v, int src_stride_v, 66 const uint8* src_v, int src_stride_v, 104 const uint8* src_v, int src_stride_v, 116 const uint8* src_v, int src_stride_v, 160 const uint8* src_v, int src_stride_v, 168 const uint8* src_v, int src_stride_v, 176 const uint8* src_v, int src_stride_v, 336 const uint8* src_v, int src_stride_v, 344 const uint8* src_v, int src_stride_v,
|
convert.h | 29 const uint8* src_v, int src_stride_v, 39 const uint8* src_v, int src_stride_v, 49 const uint8* src_v, int src_stride_v, 60 const uint8* src_v, int src_stride_v,
|
rotate.h | 38 const uint8* src_v, int src_stride_v,
|
/external/libyuv/files/include/libyuv/ |
planar_functions.h | 55 const uint8* src_v, int src_stride_v, 66 const uint8* src_v, int src_stride_v, 104 const uint8* src_v, int src_stride_v, 116 const uint8* src_v, int src_stride_v, 153 const uint8* src_v, int src_stride_v, 161 const uint8* src_v, int src_stride_v, 169 const uint8* src_v, int src_stride_v, 369 const uint8* src_v, int src_stride_v, 377 const uint8* src_v, int src_stride_v,
|
convert.h | 27 const uint8* src_v, int src_stride_v, 37 const uint8* src_v, int src_stride_v, 47 const uint8* src_v, int src_stride_v, 58 const uint8* src_v, int src_stride_v,
|
rotate.h | 38 const uint8* src_v, int src_stride_v,
|
/external/libyuv/files/unit_test/ |
scale_test.cc | 45 align_buffer_page_end(src_v, src_uv_plane_size) 46 if (!src_y || !src_u || !src_v) { 52 MemRandomize(src_v, src_uv_plane_size); 79 src_v + (src_stride_uv * b) + b, src_stride_uv, 92 src_v + (src_stride_uv * b) + b, src_stride_uv, 145 free_aligned_buffer_page_end(src_v) 173 align_buffer_page_end(src_v, src_uv_plane_size) 183 MemRandomize(src_v, src_uv_plane_size); 194 p_src_v_16[(i * src_stride_uv) + j] = src_v[(i * src_stride_uv) + j]; 220 src_v + (src_stride_uv * b) + b, src_stride_uv [all...] |
scale_argb_test.cc | 315 const uint8* src_v, int src_stride_v, 328 src_v, src_stride_v, 375 align_buffer_page_end(src_v, src_uv_plane_size); 381 if (!dst_argb_c || !dst_argb_opt || !src_y || !src_u || !src_v) { 389 FillRamp(src_v, (Abs(src_width) + 1) / 2, (Abs(src_height) + 1) / 2, 4, 1, 1); 395 src_v, src_stride_uv, 407 src_v, src_stride_uv, 437 free_aligned_buffer_page_end(src_v);
|
convert_test.cc | 42 align_buffer_page_end(src_v, \ 66 src_v[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \ 84 src_v + OFF, \ 95 src_v + OFF, \ 148 free_aligned_buffer_page_end(src_v); \ 186 align_buffer_page_end(src_v, \ 202 src_v[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \ 216 src_v + OFF, \ 226 src_v + OFF, \ 264 free_aligned_buffer_page_end(src_v); \ [all...] |
/frameworks/av/media/libstagefright/colorconversion/ |
ColorConverter.cpp | 225 const uint8_t *src_v = local 229 libyuv::I420ToRGB565(src_y, src.mWidth, src_u, src.mWidth / 2, src_v, src.mWidth / 2, 255 const uint8_t *src_v = local 282 signed v = (signed)src_v[x / 2] - 128; 320 src_v += src.mWidth / 2;
|
SoftwareRenderer.cpp | 251 const uint8_t *src_v = src_u + (mWidth / 2 * mHeight / 2); local 269 memcpy(dst_v, src_v, (mCropWidth + 1) / 2); 272 src_v += mWidth / 2;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
scale.c | 3868 const uint8* const src_v = src + src_width * src_height + local [all...] |