summaryrefslogtreecommitdiff
path: root/vp8/encoder/x86/quantize_sse2.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/x86/quantize_sse2.c')
-rw-r--r--vp8/encoder/x86/quantize_sse2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/vp8/encoder/x86/quantize_sse2.c b/vp8/encoder/x86/quantize_sse2.c
index f495bf287..291d21992 100644
--- a/vp8/encoder/x86/quantize_sse2.c
+++ b/vp8/encoder/x86/quantize_sse2.c
@@ -26,11 +26,10 @@
int cmp = (x[z] < boost) | (y[z] == 0); \
zbin_boost_ptr++; \
if (cmp) \
- goto select_eob_end_##i; \
+ break; \
qcoeff_ptr[z] = y[z]; \
eob = i; \
zbin_boost_ptr = b->zrun_zbin_boost; \
- select_eob_end_##i:; \
} while (0)
void vp8_regular_quantize_b_sse2(BLOCK *b, BLOCKD *d)