Home | History | Annotate | Download | only in dsp

Lines Matching refs:tiles_per_col

618   const int tiles_per_col = VP8LSubSampleSize(height, bits);
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;