[FFmpeg-devel] [PATCH 1/2] vp9/x86: 8x8 iadst SIMD (ssse3/avx) variants.

Clément Bœsch u at pkh.me
Wed Jan 22 07:41:49 CET 2014


On Mon, Jan 20, 2014 at 05:12:17PM -0500, Ronald S. Bultje wrote:
[...]
> +    ; m10=out0, m9=out1, m0=out2, m3=out3, m8=out4, m11=out5, m2=out6, m1=out7
> +
> +    SWAP                     0, 10
> +    SWAP                     1, 11
> +    SWAP                     1,  9
> +    SWAP                     2, 10

i think you can do something like:

    SWAP 0, 10, 2
    SWAP 11, 1, 9

[...]

Rest LGTM

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140122/6f782553/attachment.asc>


More information about the ffmpeg-devel mailing list