| Index: source/libvpx/vp9/decoder/vp9_treereader.h
|
| ===================================================================
|
| --- source/libvpx/vp9/decoder/vp9_treereader.h (revision 219822)
|
| +++ source/libvpx/vp9/decoder/vp9_treereader.h (working copy)
|
| @@ -15,7 +15,6 @@
|
| #include "vp9/common/vp9_treecoder.h"
|
| #include "vp9/decoder/vp9_dboolhuff.h"
|
|
|
| -#define vp9_read_prob(r) ((vp9_prob)vp9_read_literal(r, 8))
|
| #define vp9_read_and_apply_sign(r, value) (vp9_read_bit(r) ? -(value) : (value))
|
|
|
| // Intent of tree data structure is to make decoding trivial.
|
|
|