/aosp_15_r20/external/webrtc/common_video/libyuv/ |
H A D | webrtc_libyuv.cc | 441 const int src_uv_width = (src_width + 1) / 2; in NV12ToI420Scale() local 443 tmp_uv_planes_.resize(src_uv_width * src_uv_height * 2); in NV12ToI420Scale() 448 uint8_t* const src_v = tmp_uv_planes_.data() + src_uv_width * src_uv_height; in NV12ToI420Scale() 449 libyuv::SplitUVPlane(src_uv, src_stride_uv, src_u, src_uv_width, src_v, in NV12ToI420Scale() 450 src_uv_width, src_uv_width, src_uv_height); in NV12ToI420Scale() 453 libyuv::I420Scale(src_y, src_stride_y, src_u, src_uv_width, src_v, in NV12ToI420Scale() 454 src_uv_width, src_width, src_height, dst_y, dst_stride_y, in NV12ToI420Scale()
|
/aosp_15_r20/external/libvpx/third_party/libyuv/source/ |
H A D | convert.cc | 45 int src_uv_width, in I4xxToI420() argument 51 if (src_uv_width == 0 || src_uv_height == 0) { in I4xxToI420() 58 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I4xxToI420() 60 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v, in I4xxToI420() 212 const int src_uv_width = SUBSAMPLE(width, 1, 1); in I422ToI420() local 215 dst_v, dst_stride_v, width, height, src_uv_width, height); in I422ToI420()
|
H A D | convert_from.cc | 51 const int src_uv_width = SUBSAMPLE(src_y_width, 1, 1); in I420ToI4xx() local 61 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I420ToI4xx() 63 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v, in I420ToI4xx()
|
/aosp_15_r20/external/libaom/third_party/libyuv/source/ |
H A D | convert_from.cc | 51 const int src_uv_width = SUBSAMPLE(src_y_width, 1, 1); in I420ToI4xx() local 61 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I420ToI4xx() 63 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v, in I420ToI4xx()
|
H A D | convert.cc | 45 int src_uv_width, in I4xxToI420() argument 51 if (src_uv_width == 0 || src_uv_height == 0) { in I4xxToI420() 58 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I4xxToI420() 60 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v, in I4xxToI420() 212 const int src_uv_width = SUBSAMPLE(width, 1, 1); in I422ToI420() local 215 dst_v, dst_stride_v, width, height, src_uv_width, height); in I422ToI420()
|
/aosp_15_r20/external/libyuv/source/ |
H A D | convert_from.cc | 53 const int src_uv_width = SUBSAMPLE(src_y_width, 1, 1); in I420ToI4xx() local 67 r = ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I420ToI4xx() 72 r = ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v, in I420ToI4xx()
|
H A D | convert.cc | 51 int src_uv_width, in I4xxToI420() argument 58 if (src_uv_width <= 0 || src_uv_height == 0) { in I4xxToI420() 68 r = ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I4xxToI420() 73 r = ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v, in I4xxToI420() 532 const int src_uv_width = SUBSAMPLE(width, subsample_x, subsample_x); in Ix10ToI010() local 547 r = ScalePlane_12(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in Ix10ToI010() 552 r = ScalePlane_12(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v, in Ix10ToI010() 715 const int src_uv_width = SUBSAMPLE(width, 1, 1); in I422ToI420() local 718 dst_v, dst_stride_v, width, height, src_uv_width, height); in I422ToI420()
|