[FFmpeg-devel] [PATCH] x86/hpeldsp: fix loop in {avg, avg_no_rnd}_pixels16_x2_mmx

James Almer jamrial at gmail.com
Thu Oct 23 18:10:11 CEST 2014


On 23/10/14 8:25 AM, Michael Niedermayer wrote:
> On Thu, Oct 23, 2014 at 12:50:33AM -0300, James Almer wrote:
>> Handle it inside the __asm__() block.
>> Fixes fate-vc1_ilaced_twomv when using the gcc-usan toolchain.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> The entire hpeldsp_rnd_template.c file should be ported to yasm, and/or this 
>> function optimized a bit in the long term.
>> But for now this makes FATE a bit greener.
>>
>>  libavcodec/x86/hpeldsp_rnd_template.c | 31 ++++++++++++++++---------------
>>  1 file changed, 16 insertions(+), 15 deletions(-)
> 
> LGTM
> 
> thx

Pushed, thanks.


More information about the ffmpeg-devel mailing list