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

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c639 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
894 if (all_x_max > xsize) {
895 all_x_max = xsize;
908 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
938 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
1016 int all_x_max; local
[all...]
/external/webp/src/dsp/
H A Dlossless.c639 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
894 if (all_x_max > xsize) {
895 all_x_max = xsize;
908 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
938 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
1016 int all_x_max; local
[all...]

Completed in 33 milliseconds