Home
last modified time | relevance | path

Searched refs:tiles_per_col (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Dlossless_enc.c678 const int tiles_per_col = VP8LSubSampleSize(height, bits); in VP8LResidualImage() local
685 for (i = 0; i < tiles_per_row * tiles_per_col; ++i) { in VP8LResidualImage()
690 for (tile_y = 0; tile_y < tiles_per_col; ++tile_y) { in VP8LResidualImage()
693 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset; in VP8LResidualImage()
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c618 const int tiles_per_col = VP8LSubSampleSize(height, bits); in VP8LResidualImage() local
624 for (tile_y = 0; tile_y < tiles_per_col; ++tile_y) { in VP8LResidualImage()
627 (tile_y < tiles_per_col - 1) ? max_tile_size : height - tile_y_offset; in VP8LResidualImage()
/external/webp/src/enc/
Dvp8l.c1320 const int tiles_per_col = VP8LSubSampleSize(height, pred_bits); in EncodeDeltaPalettePredictorImage() local
1325 predictors = (uint32_t*)WebPSafeMalloc(tiles_per_col * tiles_per_row, in EncodeDeltaPalettePredictorImage()
1329 for (tile_y = 0; tile_y < tiles_per_col; ++tile_y) { in EncodeDeltaPalettePredictorImage()