Change use of eob in the encoder
authorTero Rintaluoma <teror@google.com>
Tue, 25 Oct 2011 11:25:11 +0000 (14:25 +0300)
committerTero Rintaluoma <teror@google.com>
Thu, 3 Nov 2011 14:08:09 +0000 (16:08 +0200)
commite4f2ec7a52f617acc450e280b97bc653414fe439
tree629401425755a66e004a584b04b17ca125c256d1
parent2b5e6de80613baed2c28e893920dd7a632a8a231
Change use of eob in the encoder

Changed 'int eob' to 'char *eob' in BLOCKD so that both encoder and
decoder will use eobs[25] array from MACROBLOCKD structure. In future,
this will enable use of the decoder side IDCT in the encoder.

Change-Id: I6e1c011628cb8864fd4a0b80f0279ce16a5ca978
14 files changed:
vp8/common/blockd.h
vp8/common/invtrans.c
vp8/common/mbpitch.c
vp8/encoder/arm/armv6/vp8_fast_quantize_b_armv6.asm
vp8/encoder/arm/neon/fastquantizeb_neon.asm
vp8/encoder/arm/quantize_arm.c
vp8/encoder/encodemb.c
vp8/encoder/quantize.c
vp8/encoder/rdopt.c
vp8/encoder/tokenize.c
vp8/encoder/x86/quantize_sse2.asm
vp8/encoder/x86/quantize_sse4.asm
vp8/encoder/x86/quantize_ssse3.asm
vp8/encoder/x86/x86_csystemdependent.c