[FFmpeg-devel] [PATCH] lavfi: USPP filter
Michael Niedermayer
michaelni at gmx.at
Mon Dec 8 18:38:31 CET 2014
On Mon, Dec 08, 2014 at 11:56:33AM +0100, Stefano Sabatini wrote:
[...]
> > +static void hardthresh_c(int16_t dst[64], const int16_t src[64],
> > + int qp, const uint8_t *permutation)
> > +{
> > + int i;
> > + int bias = 0; // FIXME
>
> Maybe Michael can comment on this FIXME. Note: further changes should
> be done after the filter is ported (so we keep binary-compatibility
> with the original filter).
i think this code is not from uspp but from spp
the FIXME was meant as a reminder to test if values other than 0
look better or if it should be made user configureable, i forgot
about that ...
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The bravest are surely those who have the clearest vision
of what is before them, glory and danger alike, and yet
notwithstanding go out to meet it. -- Thucydides
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141208/f91156aa/attachment.asc>
More information about the ffmpeg-devel
mailing list