Closed GoogleCodeExporter closed 9 years ago
Bad news, after investigating flags it turns out that Mozilla runs libvpx
without postproc, so deblocking never actually gets done. This *is* without it.
We should do a pref to enable/disable the loop filter, but we will first back
out the changes, and disable postproc in the config.h files *just in case*
there is a performance impact.
Original comment by classi...@floodgap.com
on 17 Apr 2011 at 3:06
We can do that by hooking into the codec config control. 0.9.6 mentions
something about disabling the loop filter, but I'd prefer not to update to
0.9.6 just yet.
Original comment by classi...@floodgap.com
on 17 Apr 2011 at 3:08
Postproc is backed out.
Deferred to 4.0.3.
Original comment by classi...@floodgap.com
on 27 Apr 2011 at 9:13
Setting MAX_LOOP_FILTER down to 1 from 63 made little or no difference and
seems difficult to implement. This might be helpful on marginal cases but we
should try for more productive changes first.
Original comment by classi...@floodgap.com
on 1 Jun 2011 at 1:02
I take that back. 1 did improve complex video, but unacceptably blocky on some
images. 8 seems a good compromise and we'll ship that in the beta.
Original comment by classi...@floodgap.com
on 2 Jun 2011 at 6:02
Seems fine. Closing.
Original comment by classi...@floodgap.com
on 10 Jun 2011 at 4:28
Original issue reported on code.google.com by
classi...@floodgap.com
on 16 Apr 2011 at 11:00