Remove some very hard TODOs.

Change-Id: I3d1b0072e0ac9125840fbbd76e91d151c82489ec
This commit is contained in:
Vincent Rabaud
2018-04-03 15:17:21 +02:00
parent dd174caeff
commit 4033e1d70d
2 changed files with 2 additions and 5 deletions

View File

@ -1026,7 +1026,7 @@ int VP8LGetHistoImageSymbols(int xsize, int ysize,
}
}
// TODO(vikasa): Optimize HistogramRemap for low-effort compression mode also.
// TODO(vrabaud): Optimize HistogramRemap for low-effort compression mode.
// Find the optimal map from original histograms to the final ones.
HistogramRemap(orig_histo, image_histo, histogram_symbols);