Moving eob array to the encoder.
authorDmitry Kovalev <dkovalev@google.com>
Wed, 4 Dec 2013 01:59:32 +0000 (17:59 -0800)
committerDmitry Kovalev <dkovalev@google.com>
Wed, 4 Dec 2013 01:59:32 +0000 (17:59 -0800)
commitf00d157c125a5362b48037a2c65d2f0eee4f5f84
treec3ed89ef93a5cc82057ab6371733875e18691874
parent3c34619125ea8a5ea1657d06d7c4d970d0a30599
Moving eob array to the encoder.

In the decoder we don't need to save eobs, we can pass eob as an argument.
That's why removing eob arrays from VP9Decompressor and TileWorkerData,
and moving eob pointer from macroblockd_plane to macroblock_plane.

Change-Id: I8eb919acc837acfb3abdd8319af63d1bbca8217a
13 files changed:
vp9/common/vp9_blockd.h
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_detokenize.c
vp9/decoder/vp9_onyxd_if.c
vp9/decoder/vp9_onyxd_int.h
vp9/encoder/vp9_block.h
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_quantize.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_tokenize.c
vp9/encoder/vp9_tokenize.h