]> granicus.if.org Git - libvpx/commit
Adds a source variance computation function
authorDeb Mukherjee <debargha@google.com>
Thu, 1 Aug 2013 19:56:12 +0000 (12:56 -0700)
committerDeb Mukherjee <debargha@google.com>
Thu, 1 Aug 2013 20:01:54 +0000 (13:01 -0700)
commitdbea726dafcaa26af48583cec8bb73d0f014b616
tree272012214dc8ecf07618e709182d2a00106bcc0c
parent56df76bf1b812055eefb1ef9285969ddd41f8940
Adds a source variance computation function

Adds a function to compute source variance for various
sb_types to be used for pruning mode and partition searches.
[The existing activity measure function is currently specialized
for only 16x16 MBs and needs to be updated].

Change-Id: I22a41e6f1430184201487326fdbebb9b47e6fc24
vp9/common/vp9_common_data.c
vp9/common/vp9_common_data.h
vp9/encoder/vp9_encodeframe.c