Searched refs:tiles_per_col (Results 1 – 1 of 1) sorted by relevance
480 const int tiles_per_col = VP8LSubSampleSize(height, bits); in VP8LResidualImage() local486 for (i = 0; i < tiles_per_row * tiles_per_col; ++i) { in VP8LResidualImage()491 for (tile_y = 0; tile_y < tiles_per_col; ++tile_y) { in VP8LResidualImage()