/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/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() 126 const int src_uv_width = SUBSAMPLE(width, 1, 1); in I422ToI420() local 129 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/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()
|