vp8_regular_quantize_b_sse2: remove dead init
Change-Id: Ide5eefadbb3cab38743a69f744a003abb37a6506
This commit is contained in:
parent
30205e14b7
commit
5afa7d1f87
@ -35,7 +35,7 @@
|
|||||||
void vp8_regular_quantize_b_sse2(BLOCK *b, BLOCKD *d)
|
void vp8_regular_quantize_b_sse2(BLOCK *b, BLOCKD *d)
|
||||||
{
|
{
|
||||||
char eob = 0;
|
char eob = 0;
|
||||||
short *zbin_boost_ptr = b->zrun_zbin_boost;
|
short *zbin_boost_ptr;
|
||||||
short *qcoeff_ptr = d->qcoeff;
|
short *qcoeff_ptr = d->qcoeff;
|
||||||
DECLARE_ALIGNED_ARRAY(16, short, x, 16);
|
DECLARE_ALIGNED_ARRAY(16, short, x, 16);
|
||||||
DECLARE_ALIGNED_ARRAY(16, short, y, 16);
|
DECLARE_ALIGNED_ARRAY(16, short, y, 16);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user