[FFmpeg-devel] [PATCH] avfilter/vf_threshold: add x86 SIMD

James Darnley james.darnley at gmail.com
Sun Nov 12 22:57:51 EET 2017


On 2017-11-12 21:15, Rostislav Pehlivanov wrote:
> On 12 November 2017 at 19:15, Paul B Mahol <onemda at gmail.com> wrote:
> +    mova        m7, [pb_128]
>> +    add        inq, wq
>> +    add thresholdq, wq
>> +    add       minq, wq
>> +    add       maxq, wq
>> +    add       outq, wq
>> +    neg         wq
>> +.nextrow:
>> +    mov         xq, wq
>> +
>> +    .loop:
>>
> 
> Unindent this, we don't have leading spaces before labels, including for
> loops inside loops

Yes we do.  We have many labels indented, even twice indented for loops
within loops  (And not all of them are my doing.)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 603 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20171112/0c10dd39/attachment.sig>


More information about the ffmpeg-devel mailing list