[FFmpeg-devel] [patch][OpenHEVC]added ASM functions for epel + qpel

Pierre Edouard Lepere Pierre-Edouard.Lepere at insa-rennes.fr
Wed Mar 5 13:25:05 CET 2014


>Another minor thing:
>
>> +%macro LOOP_INIT 1
>> +    pxor             m15, m15                    ; set register at zero
>> +.%1:
>> +
>> +%endmacro
>
>One thing I started to notice i that this (m15, the zero register) isn't
>used anywhere except in fullpel, is it?
>
>Ronald

I've gotten rid of the loop_init, so that's gone. I've learned that the labels are local, so every loop_init was replaced by .loop.


More information about the ffmpeg-devel mailing list