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 710 const int tile_x_offset = tile_x * max_tile_size; local
711 int all_x_max = tile_x_offset + max_tile_size;
728 ix = all_y * width + tile_x_offset;
729 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
1067 const int tile_x_offset = tile_x * max_tile_size; local
1109 const int tile_x_offset = tile_x * max_tile_size; local
    [all...]
  /external/webp/src/dsp/
lossless.c 701 const int tile_x_offset = tile_x * max_tile_size; local
702 int all_x_max = tile_x_offset + max_tile_size;
719 ix = all_y * width + tile_x_offset;
720 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
1058 const int tile_x_offset = tile_x * max_tile_size; local
1100 const int tile_x_offset = tile_x * max_tile_size; local
    [all...]

Completed in 567 milliseconds