Searched refs:max_tile_size (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/dsp/
H A Dlossless_enc.c676 const int max_tile_size = 1 << bits; local
691 const int tile_y_offset = tile_y * max_tile_size;
693 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
696 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width,
964 const int max_tile_size = 1 << bits; local
965 const int tile_y_offset = tile_y * max_tile_size;
966 const int tile_x_offset = tile_x * max_tile_size;
967 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize);
968 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize);
986 int max_tile_size,
984 CopyTileWithColorTransform(int xsize, int ysize, int tile_x, int tile_y, int max_tile_size, VP8LMultipliers color_transform, uint32_t* argb) argument
1000 const int max_tile_size = 1 << bits; local
[all...]
/external/opencv3/3rdparty/libwebp/dsp/
H A Dlossless.c616 const int max_tile_size = 1 << bits; local
625 const int tile_y_offset = tile_y * max_tile_size;
627 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
630 memcpy(upper_row, current_tile_rows + (max_tile_size - 1) * width,
638 const int tile_x_offset = tile_x * max_tile_size;
639 int all_x_max = tile_x_offset + max_tile_size;
648 for (y = 0; y < max_tile_size; ++y) {
884 const int max_tile_size = 1 << bits; local
885 const int tile_y_offset = tile_y * max_tile_size;
886 const int tile_x_offset = tile_x * max_tile_size;
1002 const int max_tile_size = 1 << bits; local
[all...]

Completed in 32 milliseconds