mirror of https://git.ffmpeg.org/ffmpeg.git
typo
Originally committed as revision 10250 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
06b00c5f65
commit
267b9479ac
|
@ -45,7 +45,7 @@ void ff_snow_horizontal_compose97i_sse2(IDWTELEM *b, int width){
|
||||||
"pcmpeqd %%xmm3, %%xmm3 \n\t"
|
"pcmpeqd %%xmm3, %%xmm3 \n\t"
|
||||||
"psllw $1, %%xmm3 \n\t"
|
"psllw $1, %%xmm3 \n\t"
|
||||||
"paddw %%xmm7, %%xmm3 \n\t"
|
"paddw %%xmm7, %%xmm3 \n\t"
|
||||||
"psrlw $13, %%xmm3 \n\t"
|
"psllw $13, %%xmm3 \n\t"
|
||||||
::);
|
::);
|
||||||
for(; i<w_l-15; i+=16){
|
for(; i<w_l-15; i+=16){
|
||||||
asm volatile(
|
asm volatile(
|
||||||
|
|
Loading…
Reference in New Issue