]> granicus.if.org Git - libvpx/commit
vpx postproc: rewrite in intrinsics
authorJohann <johann.koenig@duck.com>
Thu, 25 Oct 2018 20:37:50 +0000 (13:37 -0700)
committerJohann <johann.koenig@duck.com>
Tue, 30 Oct 2018 01:53:32 +0000 (18:53 -0700)
commitc176e6490403076105faa2a07f275d31ec61d2a3
tree977a36d51dcc5dd024d7fb3626bdef9d47c03eb6
parentfa0076282e62f649483bde868602aab86448a661
vpx postproc: rewrite in intrinsics

About ~10% faster on 64bit but ~10% slower on 32

Removes the assembly usage of vpx_rv.

Change-Id: I214698fb5677f615dee0a8f5f5bb8f64daf2565e
vpx_dsp/vpx_dsp.mk
vpx_dsp/x86/deblock_sse2.asm
vpx_dsp/x86/post_proc_sse2.c [new file with mode: 0644]