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

  /external/opencv3/3rdparty/libwebp/dsp/
lossless.c 639 int all_x_max = tile_x_offset + max_tile_size; local
640 if (all_x_max > width) {
641 all_x_max = width;
656 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
890 int all_x_max = tile_x_offset + max_tile_size; local
1016 int all_x_max; local
    [all...]
  /external/webp/src/dsp/
lossless_enc.c 967 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize); local
1014 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width); local
    [all...]

Completed in 38 milliseconds