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

  /external/webp/src/dsp/
lossless_enc.c 678 const int tiles_per_col = VP8LSubSampleSize(height, bits); local
685 for (i = 0; i < tiles_per_row * tiles_per_col; ++i) {
690 for (tile_y = 0; tile_y < tiles_per_col; ++tile_y) {
693 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset;
    [all...]
  /external/opencv3/3rdparty/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/enc/
vp8l.c 1320 const int tiles_per_col = VP8LSubSampleSize(height, pred_bits); local
    [all...]

Completed in 59 milliseconds