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

  /external/chromium_org/media/base/
yuv_convert.cc 407 int source_right = (dest_rect_right - 1) * x_step; local
410 source_right += ((x_step - kFractionMax) / 2);
413 source_right += kFractionMax / 2;
425 std::min((source_right >> kFractionBits) + 2, source_width + 1);
428 int source_uv_right = std::min((source_right >> (kFractionBits + 1)) + 2,

Completed in 53 milliseconds