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

  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 638 const int tile_x_offset = tile_x * max_tile_size; local
639 int all_x_max = tile_x_offset + max_tile_size;
655 ix = all_y * width + tile_x_offset;
656 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
886 const int tile_x_offset = tile_x * max_tile_size; local
1019 const int tile_x_offset = tile_x * max_tile_size; local
    [all...]
  /external/webp/src/dsp/
lossless.c 638 const int tile_x_offset = tile_x * max_tile_size; local
639 int all_x_max = tile_x_offset + max_tile_size;
655 ix = all_y * width + tile_x_offset;
656 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
886 const int tile_x_offset = tile_x * max_tile_size; local
1019 const int tile_x_offset = tile_x * max_tile_size; local
    [all...]

Completed in 310 milliseconds