[x265] [PATCH] pixel: cleared the bug in sse_sp4
chen
chenm003 at 163.com
Tue Oct 15 07:44:23 CEST 2013
>- T00 = _mm_unpacklo_epi16(T00, _mm_setzero_si128());
>+ __m128i sign = _mm_srai_epi16(T00, 15);
>+ T00 = _mm_unpacklo_epi16(T00, sign);
> T01 = _mm_unpacklo_epi8(T01, _mm_setzero_si128());
I guess pmovsxwd is faster
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20131015/fc31ee72/attachment.html>
More information about the x265-devel
mailing list