mirror of https://github.com/mpv-player/mpv
100l typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13394 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5db7b4a03f
commit
3d8456a962
|
@ -193,7 +193,7 @@ static void hardthresh_mmx(DCTELEM dst[64], DCTELEM src[64], int qp, uint8_t *pe
|
||||||
"movq %%mm0, %%mm3 \n\t"\
|
"movq %%mm0, %%mm3 \n\t"\
|
||||||
"punpcklwd %%mm1, %%mm0 \n\t" /*A*/\
|
"punpcklwd %%mm1, %%mm0 \n\t" /*A*/\
|
||||||
"punpckhwd %%mm7, %%mm3 \n\t" /*C*/\
|
"punpckhwd %%mm7, %%mm3 \n\t" /*C*/\
|
||||||
"punpcklwd %%mm1, %%mm7 \n\t" /*B*/\
|
"punpcklwd %%mm2, %%mm7 \n\t" /*B*/\
|
||||||
"punpckhwd %%mm2, %%mm1 \n\t" /*D*/\
|
"punpckhwd %%mm2, %%mm1 \n\t" /*D*/\
|
||||||
\
|
\
|
||||||
"movq %%mm0, " #dst0 " \n\t"\
|
"movq %%mm0, " #dst0 " \n\t"\
|
||||||
|
@ -271,7 +271,7 @@ static void softthresh_mmx(DCTELEM dst[64], DCTELEM src[64], int qp, uint8_t *pe
|
||||||
"movq %%mm0, %%mm3 \n\t"\
|
"movq %%mm0, %%mm3 \n\t"\
|
||||||
"punpcklwd %%mm1, %%mm0 \n\t" /*A*/\
|
"punpcklwd %%mm1, %%mm0 \n\t" /*A*/\
|
||||||
"punpckhwd %%mm7, %%mm3 \n\t" /*C*/\
|
"punpckhwd %%mm7, %%mm3 \n\t" /*C*/\
|
||||||
"punpcklwd %%mm1, %%mm7 \n\t" /*B*/\
|
"punpcklwd %%mm2, %%mm7 \n\t" /*B*/\
|
||||||
"punpckhwd %%mm2, %%mm1 \n\t" /*D*/\
|
"punpckhwd %%mm2, %%mm1 \n\t" /*D*/\
|
||||||
\
|
\
|
||||||
"movq %%mm0, " #dst0 " \n\t"\
|
"movq %%mm0, " #dst0 " \n\t"\
|
||||||
|
|
Loading…
Reference in New Issue