Home | History | Annotate | Download | only in enc

Lines Matching defs:tiles_per_row

1319   const int tiles_per_row = VP8LSubSampleSize(width, pred_bits);
1325 predictors = (uint32_t*)WebPSafeMalloc(tiles_per_col * tiles_per_row,
1330 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) {
1331 predictors[tile_y * tiles_per_row + tile_x] = 0xff000000u | (pred << 8);