[x264-devel] access to reconstructed pixels
Dennis Munsie
dmunsie at gmail.com
Mon Nov 8 22:18:35 CET 2010
I want to see the same pixels that I would see if I fed the NALs into a 264 decoder. When I looked at the code, it looks like the deblocker is only run when the encoder decides it's necessary *OR* if the recon pixels are being dumped to a YUV file (search in encoder.c for psz_dump_yuv -- there are two cases where it's used to set b_deblock). Since I'm wanting those exact pixels that would be dumped to a file, I also want to make sure that the deblocker is run as well.
Or is this the wrong way to go about this?
dennis
On Nov 8, 2010, at 3:22 PM, Jason Garrett-Glaser wrote:
> Why exactly do you want to force the deblocker to run?
>
> Dark Shikari
> _______________________________________________
> x264-devel mailing list
> x264-devel at videolan.org
> http://mailman.videolan.org/listinfo/x264-devel
More information about the x264-devel
mailing list