HomeSort by relevance Sort by last modified time
    Searched refs:dst_uv_width (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc 40 int dst_uv_width, int dst_uv_height) {
46 dst_uv_width <= 0 || dst_uv_height <= 0) {
53 dst_u, dst_stride_u, dst_uv_width, dst_uv_height,
56 dst_v, dst_stride_v, dst_uv_width, dst_uv_height,
71 const int dst_uv_width = (Abs(width) + 1) >> 1; local
80 dst_uv_width, dst_uv_height);
93 const int dst_uv_width = Abs(width); local
102 dst_uv_width, dst_uv_height);
115 const int dst_uv_width = (Abs(width) + 3) >> 2; local
124 dst_uv_width, dst_uv_height)
    [all...]
convert.cc 41 const int dst_uv_width = SUBSAMPLE(dst_y_width, 1, 1); local
51 dst_u, dst_stride_u, dst_uv_width, dst_uv_height,
54 dst_v, dst_stride_v, dst_uv_width, dst_uv_height,
    [all...]

Completed in 178 milliseconds