]> granicus.if.org Git - libvpx/commit
minor fix to eob check for setting CONTEXT
authorYaowu Xu <yaowu@google.com>
Thu, 29 Nov 2012 01:34:02 +0000 (17:34 -0800)
committerYaowu Xu <yaowu@google.com>
Thu, 29 Nov 2012 17:10:15 +0000 (09:10 -0800)
commit7ab1d3e49f107e62793405914ca375745ae1f871
tree40ff2f6ec9e0d7ed792b6a782a0dbddfd41a40c3
parentb2f27d909a8ecd3cf4591e3f2642864fa00651da
minor fix to eob check for setting CONTEXT

Previously, the "!=" check is logically incorrect when eob is at 0 and
effective coefficient starting position is 1. This commit should have
no effect on bitstream.

Change-Id: I6ce3a847c7e72bfbe4f7c74f88e3310c6b9b6d30
vp9/decoder/vp9_detokenize.c
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_tokenize.c