Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc38 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()
Dconvert_from.cc43 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()