Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Issue 2445363002: cc: Add functions for getting absolute tile indices.

Created:
4 years, 1 month ago by prashant.n
Modified:
4 years, 1 month ago
Reviewers:
vmpstr
CC:
chromium-reviews, cc-bugs_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Add functions for getting absolute tile indices. This patch adds functions TileAbsoluteXIndexFromSrcCoord() and TileAbsoluteYIndexFromSrcCoord() for returning absolute tile indices, which are required to compute better tile iteration order, when center rect is far away from consider rect. The absolute indices are returned assuming tiling size to be infinite in all quadrants. BUG=629052 TEST=cc_unittests --gtest_filter=TilingDataTest.TileAbsolute* CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel

Patch Set 1 #

Messages

Total messages: 8 (6 generated)
prashant.n
ptal
4 years, 1 month ago (2016-10-25 10:23:04 UTC) #5
prashant.n
4 years, 1 month ago (2016-11-15 01:54:56 UTC) #8
The other cl for pyramid sequence is almost ready. This CL adds support
functions needed for pyramid sequence. Kindly review this.

Powered by Google App Engine
This is Rietveld 408576698