Home
last modified time | relevance | path

Searched refs:src_uv_width (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc38 int src_uv_width, int src_uv_height) { in I4xxToI420() argument
43 if (src_uv_width == 0 || src_uv_height == 0) { in I4xxToI420()
51 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, in I4xxToI420()
54 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, in I4xxToI420()
109 const int src_uv_width = SUBSAMPLE(width, 1, 1); in I422ToI420() local
117 src_uv_width, height); in I422ToI420()
150 const int src_uv_width = SUBSAMPLE(width, 3, 2); in I411ToI420() local
158 src_uv_width, height); in I411ToI420()
Dconvert_from.cc43 const int src_uv_width = SUBSAMPLE(src_y_width, 1, 1); in I420ToI4xx() local
54 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, in I420ToI4xx()
57 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, in I420ToI4xx()
/external/libyuv/files/source/
Dconvert.cc45 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()
Dconvert_from.cc51 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()