[FFmpeg-devel] [PATCH] Add a MAXDIST parameter to tiny_psnr (for 1-off fate tests)

Vitor Sessak vitor1001
Thu Jul 8 22:07:09 CEST 2010


On 07/08/2010 09:53 PM, Jason Garrett-Glaser wrote:
> On Thu, Jul 8, 2010 at 11:56 AM, Vitor Sessak<vitor1001 at gmail.com>  wrote:
>> On 07/08/2010 08:51 PM, Ronald S. Bultje wrote:
>>>
>>> Hi,
>>>
>>> On Thu, Jul 8, 2010 at 2:47 PM, Vitor Sessak<vitor1001 at gmail.com>    wrote:
>>>>
>>>> $subj, it is necessary to get FATE to test float-based codecs (at least
>>>> locally through "make fate") by checking if MAXDIST == 1. Comments are
>>>> welcome.
>>>
>>> [..]
>>>>
>>>> +            dist = a-b;
>>>> +            dist = dist<    0 ? -dist : dist;
>>>
>>> FFABS().
>>
>> That would add a new dependency on lavu to it, what is not the case until
>> now.
>
> What about, just... abs()?

Indeed, it is already used elsewhere (thus present in all supported 
archs). New patch attached.

-Vitor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: one-off_2.diff
Type: text/x-patch
Size: 1235 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100708/cb1dd9f5/attachment.bin>



More information about the ffmpeg-devel mailing list