mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-04 06:02:12 +00:00
Missed hunks of last commit
Originally committed as revision 15490 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
33aae37ec0
commit
6920b98322
@ -1260,8 +1260,6 @@ static void reverse_dc_prediction(Vp3DecodeContext *s,
|
|||||||
else if (FFABS(predicted_dc - vul) > 128)
|
else if (FFABS(predicted_dc - vul) > 128)
|
||||||
predicted_dc = vul;
|
predicted_dc = vul;
|
||||||
}
|
}
|
||||||
|
|
||||||
DC_COEFF(i));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* at long last, apply the predictor */
|
/* at long last, apply the predictor */
|
||||||
@ -1298,7 +1296,6 @@ static void vertical_filter(unsigned char *first_pixel, int stride,
|
|||||||
static void render_slice(Vp3DecodeContext *s, int slice)
|
static void render_slice(Vp3DecodeContext *s, int slice)
|
||||||
{
|
{
|
||||||
int x;
|
int x;
|
||||||
int m, n;
|
|
||||||
int16_t *dequantizer;
|
int16_t *dequantizer;
|
||||||
DECLARE_ALIGNED_16(DCTELEM, block[64]);
|
DECLARE_ALIGNED_16(DCTELEM, block[64]);
|
||||||
int motion_x = 0xdeadbeef, motion_y = 0xdeadbeef;
|
int motion_x = 0xdeadbeef, motion_y = 0xdeadbeef;
|
||||||
|
Loading…
Reference in New Issue
Block a user