]> granicus.if.org Git - libvpx/commit
Added per pixel inter rd hit count stats
authorPaul Wilkins <paulwilkins@google.com>
Wed, 21 Aug 2013 11:34:14 +0000 (12:34 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Thu, 29 Aug 2013 23:13:51 +0000 (00:13 +0100)
commit1f4bf79d6598f3e4f786d524867058cd59d997d3
treedd67a015bf2b068d6ab533833bd3be900d26d5cd
parentb6dbf11ed5c9901bf26f32156f46071d263ec1ad
Added per pixel inter rd hit count stats

Added some code to output normalized rd hit count stats.
In effect this approximates to the average number of rd
operations/tests per pixel for the sequence.

The results are not quite accurate and I have not bothered
to account for partial SB64s at frame edges and for key frames
However they do give some idea of the number of modes /
prediction methods being tested for each pixel across the
different partition sizes. This indicates how much scope their
is for further gains either by reducing the number of partitions
examined or the modes per partition through heuristics.

Patch 3 moved place where count incremented so partial rd
tests that are aborted with INT_MAX return are also counted.

Example numbers for first 50 frames of Akiyo.
Speed 0 ~84.4 rd operations / pixel
Speed 1 ~28.8
Speed 2 ~11.9

Change-Id: Ib956e787e12f7fa8b12d3a1a2f6cda19a65a6cb8
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_int.h
vp9/encoder/vp9_rdopt.c