summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_common_data.h
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2013-08-01 12:56:12 -0700
committerDeb Mukherjee <debargha@google.com>2013-08-01 13:01:54 -0700
commitdbea726dafcaa26af48583cec8bb73d0f014b616 (patch)
tree272012214dc8ecf07618e709182d2a00106bcc0c /vp9/common/vp9_common_data.h
parent56df76bf1b812055eefb1ef9285969ddd41f8940 (diff)
downloadlibvpx-dbea726dafcaa26af48583cec8bb73d0f014b616.tar
libvpx-dbea726dafcaa26af48583cec8bb73d0f014b616.tar.gz
libvpx-dbea726dafcaa26af48583cec8bb73d0f014b616.tar.bz2
libvpx-dbea726dafcaa26af48583cec8bb73d0f014b616.zip
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
Diffstat (limited to 'vp9/common/vp9_common_data.h')
-rw-r--r--vp9/common/vp9_common_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/common/vp9_common_data.h b/vp9/common/vp9_common_data.h
index 44ec7ae75..b3c1ba3db 100644
--- a/vp9/common/vp9_common_data.h
+++ b/vp9/common/vp9_common_data.h
@@ -22,6 +22,7 @@ extern const int num_8x8_blocks_high_lookup[BLOCK_SIZE_TYPES];
extern const int num_4x4_blocks_high_lookup[BLOCK_SIZE_TYPES];
extern const int num_4x4_blocks_wide_lookup[BLOCK_SIZE_TYPES];
extern const int size_group_lookup[BLOCK_SIZE_TYPES];
+extern const int num_pels_log2_lookup[BLOCK_SIZE_TYPES];
extern const PARTITION_TYPE partition_lookup[][BLOCK_SIZE_TYPES];