mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-23 23:46:41 +00:00
More indentation changes leftover from r29522:
- Align asm code to the column 4 spaces after the call to __asm__(); - Align cases in switch statements to the same column as "switch". Originally committed as revision 29524 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
dd68318cee
commit
c255994b29
@ -351,14 +351,14 @@
|
|||||||
"movq %%mm4, %%mm5 \n\t" /* (V-128)8*/\
|
"movq %%mm4, %%mm5 \n\t" /* (V-128)8*/\
|
||||||
"pmulhw "UG_COEFF"(%0), %%mm3 \n\t"\
|
"pmulhw "UG_COEFF"(%0), %%mm3 \n\t"\
|
||||||
"pmulhw "VG_COEFF"(%0), %%mm4 \n\t"\
|
"pmulhw "VG_COEFF"(%0), %%mm4 \n\t"\
|
||||||
/* mm2=(U-128)8, mm3=ug, mm4=vg mm5=(V-128)8 */\
|
/* mm2=(U-128)8, mm3=ug, mm4=vg mm5=(V-128)8 */\
|
||||||
"pmulhw "UB_COEFF"(%0), %%mm2 \n\t"\
|
"pmulhw "UB_COEFF"(%0), %%mm2 \n\t"\
|
||||||
"pmulhw "VR_COEFF"(%0), %%mm5 \n\t"\
|
"pmulhw "VR_COEFF"(%0), %%mm5 \n\t"\
|
||||||
"psubw "Y_OFFSET"(%0), %%mm1 \n\t" /* 8(Y-16)*/\
|
"psubw "Y_OFFSET"(%0), %%mm1 \n\t" /* 8(Y-16)*/\
|
||||||
"psubw "Y_OFFSET"(%0), %%mm7 \n\t" /* 8(Y-16)*/\
|
"psubw "Y_OFFSET"(%0), %%mm7 \n\t" /* 8(Y-16)*/\
|
||||||
"pmulhw "Y_COEFF"(%0), %%mm1 \n\t"\
|
"pmulhw "Y_COEFF"(%0), %%mm1 \n\t"\
|
||||||
"pmulhw "Y_COEFF"(%0), %%mm7 \n\t"\
|
"pmulhw "Y_COEFF"(%0), %%mm7 \n\t"\
|
||||||
/* mm1= Y1, mm2=ub, mm3=ug, mm4=vg mm5=vr, mm7=Y2 */\
|
/* mm1= Y1, mm2=ub, mm3=ug, mm4=vg mm5=vr, mm7=Y2 */\
|
||||||
"paddw %%mm3, %%mm4 \n\t"\
|
"paddw %%mm3, %%mm4 \n\t"\
|
||||||
"movq %%mm2, %%mm0 \n\t"\
|
"movq %%mm2, %%mm0 \n\t"\
|
||||||
"movq %%mm5, %%mm6 \n\t"\
|
"movq %%mm5, %%mm6 \n\t"\
|
||||||
|
Loading…
Reference in New Issue
Block a user