From 67edc5e83be285004804c67c5348bbc81503a04d Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 17 Jun 2016 15:22:11 -0700 Subject: remove vp10 development has moved to the nextgenv2 branch and a snapshot from here was used to seed aomedia BUG=b/29457125 Change-Id: Iedaca11ec7870fb3a4e50b2c9ea0c2b056a0d3c0 --- vp9/encoder/x86/vp9_dct_sse2.asm | 1 - 1 file changed, 1 deletion(-) (limited to 'vp9/encoder/x86') diff --git a/vp9/encoder/x86/vp9_dct_sse2.asm b/vp9/encoder/x86/vp9_dct_sse2.asm index d3b2a271b..ced37bd16 100644 --- a/vp9/encoder/x86/vp9_dct_sse2.asm +++ b/vp9/encoder/x86/vp9_dct_sse2.asm @@ -45,7 +45,6 @@ SECTION .text INIT_XMM sse2 cglobal fwht4x4, 3, 4, 8, input, output, stride -; TODO(linfeng): The duplication with vp10 should be resolved. lea r3q, [inputq + strideq*4] movq m0, [inputq] ;a1 movq m1, [inputq + strideq*2] ;b1 -- cgit v1.2.3