HomeSort by relevance Sort by last modified time
    Searched full:dst_width_uv (Results 1 - 1 of 1) sorted by null

  /external/libyuv/files/unit_test/
scale_test.cc 49 int dst_width_uv = (dst_width + 1) >> 1; local
53 int dst_uv_plane_size = (dst_width_uv + (2 * b)) * (dst_height_uv + (2 * b));
56 int dst_stride_uv = 2 * b + dst_width_uv;
142 for (j = b; j < (dst_width_uv + b); ++j) {

Completed in 118 milliseconds