[FFmpeg-devel] avcodec/huffyuvenc : try to call dsp with aligned data, and remove code duplication

Martin Vignali martin.vignali at gmail.com
Sat Dec 9 16:22:28 EET 2017


2017-12-02 18:59 GMT+01:00 Martin Vignali <martin.vignali at gmail.com>:

>
>
>> requiring FFMIN() to be evaluated per iteration could be slower
>> if the compiler fails to factor it out
>>
>>
>>
>> New patchs in attach :
>
> 001 : unchanged
> 002 : add "int min_width = FFMIN(w, 32)" at the start of the func
> 003 : add "int min_width = FFMIN(w, 8)" at the start of the func
>
>
> Pass fate test for me.
>
> Pushed, thanks

Martin


More information about the ffmpeg-devel mailing list