Home | History | Annotate | Download | only in enc

Lines Matching refs:tiles_per_row

1480   const int tiles_per_row = VP8LSubSampleSize(width, pred_bits);
1486 predictors = (uint32_t*)WebPSafeMalloc(tiles_per_col * tiles_per_row,
1491 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) {
1492 predictors[tile_y * tiles_per_row + tile_x] = 0xff000000u | (pred << 8);