HomeSort by relevance Sort by last modified time
    Searched full:tile_y_offset (Results 1 - 1 of 1) sorted by null

  /external/webp/src/dsp/
lossless.c 623 const int tile_y_offset = tile_y * max_tile_size; local
625 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
631 memcpy(current_tile_rows, &argb[tile_y_offset * width],
649 int all_y = tile_y_offset + y;
883 const int tile_y_offset = tile_y * max_tile_size; local
1016 const int tile_y_offset = tile_y * max_tile_size; local
    [all...]

Completed in 58 milliseconds