Home
last modified time | relevance | path

Searched refs:step_xy (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp1017 int step_xy = ag.blk_size_xy; in compute_averages() local
1020 int y_tasks = (size_y + step_xy - 1) / step_xy; in compute_averages()
1035 int y = (i - (z * y_tasks)) * step_xy; in compute_averages()
1040 arg.size_y = astc::min(step_xy, size_y - y); in compute_averages()
1043 for (int x = 0; x < size_x; x += step_xy) in compute_averages()
1045 arg.size_x = astc::min(step_xy, size_x - x); in compute_averages()

Completed in 2 milliseconds