vpx/vp8/decoder
Yaowu Xu 2d1ead342c Changed how coefficient probability table is updated
Added a frame level flag to indicate if coef probabilities are updated
at all for the frame.

During the experimental work with 8x8 transform, it is discovered that
even in the case of no probability is ever update, cost of transmitting
"no update" for each of probabilities can run up to become a significant
overhead cost. A single bit to indicate no-update for all coef probs
is therefore helpful, which is also demonstrated by the test results:

1. On Cif set:
http://www.corp.google.com/~yaowu/no_crawl/t8x8/cif_t8x8_updprob.html
(avg psnr: .14%, glb psnr: .14% SSIM: .13%)

2. On HD set:
http://www.corp.google.com/~yaowu/no_crawl/t8x8/HD_t8x8_updprob.html
(avg psnr: .02%  glb psnr: .01% SSIM: .02%)
It should be noted that the gain on HD is smaller because the average bit
rate is much higher in contrast to the overhead bit cost.

Change-Id: I46db270e693ee8799fef34a14d8260868ce4cd16
2012-02-13 13:20:02 +00:00
..
2011-08-01 17:50:23 -04:00
2012-02-09 17:22:34 +00:00
2011-08-24 10:25:32 -07:00
2012-02-09 17:22:34 +00:00
2011-11-11 09:01:16 -08:00
2012-02-13 12:06:18 +00:00
2011-07-21 09:01:53 -07:00
2012-02-10 16:23:59 +00:00
2012-02-10 16:23:59 +00:00
2011-02-10 15:09:44 -05:00
2012-02-10 16:23:59 +00:00