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

  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 618 const int tiles_per_col = VP8LSubSampleSize(height, bits); local
624 for (tile_y = 0; tile_y < tiles_per_col; ++tile_y) {
627 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
    [all...]
  /external/webp/src/dsp/
lossless.c 618 const int tiles_per_col = VP8LSubSampleSize(height, bits); local
624 for (tile_y = 0; tile_y < tiles_per_col; ++tile_y) {
627 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
    [all...]

Completed in 34 milliseconds