/external/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 454 const int src_uv_width = (src_width + 1) / 2; in NV12ToI420Scale() local 456 tmp_uv_planes_.resize(src_uv_width * src_uv_height * 2); in NV12ToI420Scale() 461 uint8_t* const src_v = tmp_uv_planes_.data() + src_uv_width * src_uv_height; in NV12ToI420Scale() 462 libyuv::SplitUVPlane(src_uv, src_stride_uv, src_u, src_uv_width, src_v, in NV12ToI420Scale() 463 src_uv_width, src_uv_width, src_uv_height); in NV12ToI420Scale() 466 libyuv::I420Scale(src_y, src_stride_y, src_u, src_uv_width, src_v, in NV12ToI420Scale() 467 src_uv_width, src_width, src_height, dst_y, dst_stride_y, in NV12ToI420Scale()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 38 int src_uv_width, int src_uv_height) { in I4xxToI420() argument 44 src_uv_width == 0 || src_uv_height == 0) { in I4xxToI420() 50 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, in I4xxToI420() 53 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, in I4xxToI420() 108 const int src_uv_width = SUBSAMPLE(width, 1, 1); in I422ToI420() local 116 src_uv_width, height); in I422ToI420() 149 const int src_uv_width = SUBSAMPLE(width, 3, 2); in I411ToI420() local 157 src_uv_width, height); in I411ToI420()
|
D | convert_from.cc | 43 const int src_uv_width = SUBSAMPLE(src_y_width, 1, 1); in I420ToI4xx() local 52 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, in I420ToI4xx() 55 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, in I420ToI4xx()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
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()
|
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()
|
/external/libyuv/files/source/ |
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()
|
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()
|