| Index: source/libvpx/vp8/encoder/x86/quantize_sse2.c
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/x86/quantize_sse2.c (revision 278778)
|
| +++ source/libvpx/vp8/encoder/x86/quantize_sse2.c (working copy)
|
| @@ -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)
|
|
|