[FFmpeg-devel] [PATCH] H.264 predictive lossless: again
Jason Garrett-Glaser
darkshikari
Sun Nov 30 21:24:49 CET 2008
> Also the add_pixels code could be replaced to do the down/right prediction
> of the residual on top of the already predicted block, this would avoid
> the prediction removal.
Again, the main problem here is the fact that in the same MB, in the
same function call, one can end up using both regular add_pixels and
predictive lossless. That means that we cannot modify add_pixels to
do anything related to predictive lossless because then we can't
correctly decode either.
Dark Shikari
More information about the ffmpeg-devel
mailing list