[FFmpeg-devel] [PATCH]VDPAU patch for VC1 decoding, round 4
Stephen Warren
swarren
Tue Jan 13 23:49:37 CET 2009
Carl Eugen Hoyos wrote:
>
> Kostya <kostya.shishkov <at> gmail.com> writes:
>
> > > + /* Presently, making these as 0 */
> > > + render->info.vc1.deblockEnable = 0;
> > > + render->info.vc1.pquant = 0;
> >
> > pquant can be obtained from v->pq and v->halfpq
>
> Do you know how?
>
> > and deblockEnable may correspond to v->postproc
> > (just a guess)
>
> Doxygen says for pquant and deblockEnable "Out-of-loop
> deblocking parameter"
I have updated the doxygen comments for these fields. Hopefully
this will make it more clear how to fill them in...
/**
* Out-of-loop deblocking enable.
* Bit 0 of POSTPROC from VC-1 7.1.1.27
*/
uint8_t deblockEnable;
/** Out-of-loop deblocking parameter. See VC-1 7.1.1.6 */
uint8_t pquant;
--
nvpublic
More information about the ffmpeg-devel
mailing list