Optimization of 8bit block error for high bitdepth
authorGeza Lore <gezalore@gmail.com>
Thu, 8 Oct 2015 14:44:49 +0000 (15:44 +0100)
committerDebargha Mukherjee <debargha@google.com>
Thu, 8 Oct 2015 21:05:25 +0000 (14:05 -0700)
commit0134764fa6be4c46bd24b7bcf2fd092321335341
tree89031e0e4afd5983a324b895cd8c7034c02cab90
parent5dd85e525d85a6e5da295588bc574a815e099e1b
Optimization of 8bit block error for high bitdepth

If high bit depth configuration is enabled, but encoding in profile 0,
the code now falls back on optimized SSE2 assembler to compute the
block errors, similar to when high bit depth is not enabled.

Change-Id: I471d1494e541de61a4008f852dbc0d548856484f
test/vp9_error_block_test.cc
vp9/common/vp9_rtcd_defs.pl
vp9/encoder/vp9_rdopt.c
vp9/encoder/x86/vp9_highbd_error_sse2.asm [new file with mode: 0644]
vp9/vp9cx.mk