]> granicus.if.org Git - libvpx/commit
Added the ability to accumulate coef stats across encodings
authorYaowu Xu <yaowu@google.com>
Tue, 8 May 2012 19:38:39 +0000 (12:38 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 12 Jun 2012 21:41:51 +0000 (14:41 -0700)
commitbb25083d65c4892c0f2fb585588b0c52c1c11b11
tree812fba0c5720c85c5a6f6ef87a182795680f1dae
parent36fe9735a96855095a8dc1a298b6eaeb579783a2
Added the ability to accumulate coef stats across encodings

This commit added the ability to accumulate the coef stats across
different encodings using an intermediate binary stats files. The
accumulation happens only the binary stats file exists in current
directory. The encoder needs to be built with "ENTROPY_STATS" to
allow the output. The commit also fixed a few formating issues in
output stats file.

Change-Id: Ib1a41180aa554845cf51e4421a230b128a3a82b4
vp8/encoder/bitstream.c
vp8/encoder/onyx_if.c
vp8/encoder/tokenize.c