X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_chroma%2Fi422_yuy2.h;h=52ad7e4c3fd571c65b319714141afcceb4ad58d6;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=68057c7c04431ba3928d1e9c7aebd6faba271d5e;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/video_chroma/i422_yuy2.h b/modules/video_chroma/i422_yuy2.h index 68057c7c04..52ad7e4c3f 100644 --- a/modules/video_chroma/i422_yuy2.h +++ b/modules/video_chroma/i422_yuy2.h @@ -11,7 +11,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -107,7 +107,7 @@ movq %%mm1, 8(%0) # Store high UYVY \n\ *(uint64_t*)p_line = (uint64_t)mm2; \ mm0 = _mm_unpackhi_pi8(mm0, mm1); \ *(uint64_t*)(p_line+8) = (uint64_t)mm0; - + #define MMX_YUV422_YVYU \ mm0 = (__m64)*(uint64_t*)p_y; \ mm2 = _mm_cvtsi32_si64(*(int*)p_u); \