convert.cc | 38 int src_uv_width, int src_uv_height) { 44 src_uv_width == 0 || src_uv_height == 0) { 50 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, 53 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, 108 const int src_uv_width = SUBSAMPLE(width, 1, 1); local 116 src_uv_width, height); 149 const int src_uv_width = SUBSAMPLE(width, 3, 2); local 157 src_uv_width, height); [all...] |