]> git.sesse.net Git - x264/commit
Add "coded blocks" stat to output information.
authorFiona Glaser <fiona@x264.com>
Sat, 18 Apr 2009 23:07:53 +0000 (16:07 -0700)
committerFiona Glaser <fiona@x264.com>
Sat, 18 Apr 2009 23:07:53 +0000 (16:07 -0700)
commit448ea68827a3e16fd7c8c90880fefe1d85a17c5a
tree1deeb0fd38c2e61bc78144416135562d02cdc19b
parent6eb29353d0a64b719305555d0c2c0727e0efa797
Add "coded blocks" stat to output information.
This measures the total percentage of blocks, intra and inter, which have nonzero coefficients.
"y,uvAC,uvDC" refers to luma, chroma DC, and chroma AC blocks.
Note that skip blocks are included in this stat.
common/common.h
encoder/encoder.c