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

  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 688 const int max_tile_size = 1 << bits; local
697 const int tile_y_offset = tile_y * max_tile_size;
699 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
702 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width,
710 const int tile_x_offset = tile_x * max_tile_size;
711 int all_x_max = tile_x_offset + max_tile_size;
721 for (y = 0; y < max_tile_size; ++y) {
1065 const int max_tile_size = 1 << bits; local
1097 const int max_tile_size = 1 << bits; local
    [all...]
  /external/webp/src/dsp/
lossless.c 679 const int max_tile_size = 1 << bits; local
688 const int tile_y_offset = tile_y * max_tile_size;
690 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
693 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width,
701 const int tile_x_offset = tile_x * max_tile_size;
702 int all_x_max = tile_x_offset + max_tile_size;
712 for (y = 0; y < max_tile_size; ++y) {
1056 const int max_tile_size = 1 << bits; local
1088 const int max_tile_size = 1 << bits; local
    [all...]

Completed in 801 milliseconds