diff options
Diffstat (limited to 'third_party/aom/av1/encoder/x86/dct_sse2.asm')
-rw-r--r-- | third_party/aom/av1/encoder/x86/dct_sse2.asm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/aom/av1/encoder/x86/dct_sse2.asm b/third_party/aom/av1/encoder/x86/dct_sse2.asm index a99db3d6e..b18554818 100644 --- a/third_party/aom/av1/encoder/x86/dct_sse2.asm +++ b/third_party/aom/av1/encoder/x86/dct_sse2.asm @@ -63,7 +63,6 @@ cglobal fwht4x4, 3, 4, 8, input, output, stride psllw m0, 2 psllw m1, 2 -%if CONFIG_HIGHBITDEPTH ; sign extension mova m2, m0 mova m3, m1 @@ -79,9 +78,5 @@ cglobal fwht4x4, 3, 4, 8, input, output, stride mova [outputq + 16], m2 mova [outputq + 32], m1 mova [outputq + 48], m3 -%else - mova [outputq], m0 - mova [outputq + 16], m1 -%endif RET |