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

  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 697 const int tile_y_offset = tile_y * max_tile_size; local
699 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
705 memcpy(current_tile_rows, &argb[tile_y_offset * width],
724 int all_y = tile_y_offset + y;
1066 const int tile_y_offset = tile_y * max_tile_size; local
1110 const int tile_y_offset = tile_y * max_tile_size; local
    [all...]
  /external/webp/src/dsp/
lossless.c 688 const int tile_y_offset = tile_y * max_tile_size; local
690 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
696 memcpy(current_tile_rows, &argb[tile_y_offset * width],
715 int all_y = tile_y_offset + y;
1057 const int tile_y_offset = tile_y * max_tile_size; local
1101 const int tile_y_offset = tile_y * max_tile_size; local
    [all...]

Completed in 488 milliseconds