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 449 int source_right = (dest_rect_right - 1) * x_step; local
452 source_right += ((x_step - kFractionMax) / 2);
455 source_right += kFractionMax / 2;
467 std::min((source_right >> kFractionBits) + 2, source_width + 1);
470 int source_uv_right = std::min((source_right >> (kFractionBits + 1)) + 2,

Completed in 4252 milliseconds