]> granicus.if.org Git - libvpx/commit
Added highbitdepth sse2 acceleration for quantize
authorPeter de Rivaz <peter.derivaz@gmail.com>
Thu, 16 Oct 2014 12:38:46 +0000 (13:38 +0100)
committerDeb Mukherjee <debargha@google.com>
Thu, 20 Nov 2014 07:55:19 +0000 (23:55 -0800)
commita7b2d09f36371e917db4ff877b56c4d2a39d4124
tree57c44e4b1291519a90fb736cb03f75a8ee68e9c3
parentf94c7a8f353dba27e0c054d1aec0a8cb2c9790e9
Added highbitdepth sse2 acceleration for quantize

Also includes block error.

(This patch is mostly cherry picked from
commit db7192e0b014a331a1dcb102c8a1148e9f0e1081)

Change-Id: Idef18f90b111a0d0c9546543d3347e551908fd78
test/test.mk
test/vp9_error_block_test.cc [new file with mode: 0644]
test/vp9_quantize_test.cc [new file with mode: 0644]
vp9/common/vp9_rtcd_defs.pl
vp9/encoder/x86/vp9_highbd_block_error_intrin_sse2.c [new file with mode: 0644]
vp9/encoder/x86/vp9_highbd_quantize_intrin_sse2.c [new file with mode: 0644]
vp9/vp9cx.mk