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

  /external/webp/src/dsp/
lossless.c 614 const int max_tile_size = 1 << bits; local
623 const int tile_y_offset = tile_y * max_tile_size;
625 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
628 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width,
636 const int tile_x_offset = tile_x * max_tile_size;
637 int all_x_max = tile_x_offset + max_tile_size;
646 for (y = 0; y < max_tile_size; ++y) {
882 const int max_tile_size = 1 << bits; local
1000 const int max_tile_size = 1 << bits; local
    [all...]

Completed in 78 milliseconds