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

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c690 const int tiles_per_col = VP8LSubSampleSize(height, bits); local
696 for (tile_y = 0; tile_y < tiles_per_col; ++tile_y) {
699 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
/external/webp/src/dsp/
H A Dlossless.c681 const int tiles_per_col = VP8LSubSampleSize(height, bits); local
687 for (tile_y = 0; tile_y < tiles_per_col; ++tile_y) {
690 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;

Completed in 51 milliseconds