Searched refs:dst_y_height (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 40 const int dst_y_height = Abs(src_y_height); in I4xxToI420() local 42 const int dst_uv_height = SUBSAMPLE(dst_y_height, 1, 1); in I4xxToI420() 48 dst_y, dst_stride_y, dst_y_width, dst_y_height, in I4xxToI420()
|
D | convert_from.cc | 42 const int dst_y_height = Abs(src_y_height); in I420ToI4xx() local 50 dst_y, dst_stride_y, dst_y_width, dst_y_height, in I420ToI4xx()
|