mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
dc_precission=11 fix
Originally committed as revision 3291 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
baf25c9dd9
commit
61b3b639e7
@ -58,7 +58,7 @@ static int RENAME(dct_quantize)(MpegEncContext *s,
|
|||||||
if (!s->h263_aic) {
|
if (!s->h263_aic) {
|
||||||
#if 1
|
#if 1
|
||||||
asm volatile (
|
asm volatile (
|
||||||
"imul %%ecx \n\t"
|
"mul %%ecx \n\t"
|
||||||
: "=d" (level), "=a"(dummy)
|
: "=d" (level), "=a"(dummy)
|
||||||
: "a" ((block[0]>>2) + q), "c" (inverse[q<<1])
|
: "a" ((block[0]>>2) + q), "c" (inverse[q<<1])
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user