Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1462)

Side by Side Diff: source/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/libvpx/vpx_dsp/x86/inv_txfm_sse2.c ('k') | source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ; 1 ;
2 ; Copyright (c) 2014 The WebM project authors. All Rights Reserved. 2 ; Copyright (c) 2014 The WebM project authors. All Rights Reserved.
3 ; 3 ;
4 ; Use of this source code is governed by a BSD-style license 4 ; Use of this source code is governed by a BSD-style license
5 ; that can be found in the LICENSE file in the root of the source 5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found 6 ; tree. An additional intellectual property rights grant can be found
7 ; in the file PATENTS. All contributing project authors may 7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree. 8 ; be found in the AUTHORS file in the root of the source tree.
9 ; 9 ;
10
10 %include "third_party/x86inc/x86inc.asm" 11 %include "third_party/x86inc/x86inc.asm"
11 12
12 ; This file provides SSSE3 version of the inverse transformation. Part 13 ; This file provides SSSE3 version of the inverse transformation. Part
13 ; of the functions are originally derived from the ffmpeg project. 14 ; of the functions are originally derived from the ffmpeg project.
14 ; Note that the current version applies to x86 64-bit only. 15 ; Note that the current version applies to x86 64-bit only.
15 16
16 SECTION_RODATA 17 SECTION_RODATA
17 18
18 pw_11585x2: times 8 dw 23170 19 pw_11585x2: times 8 dw 23170
19 pd_8192: times 4 dd 8192 20 pd_8192: times 4 dd 8192
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 lea outputq, [outputq + r3] 292 lea outputq, [outputq + r3]
292 ADD_STORE_8P_2X 2, 3, 9, 10, 12 293 ADD_STORE_8P_2X 2, 3, 9, 10, 12
293 lea outputq, [outputq + r3] 294 lea outputq, [outputq + r3]
294 ADD_STORE_8P_2X 4, 5, 9, 10, 12 295 ADD_STORE_8P_2X 4, 5, 9, 10, 12
295 lea outputq, [outputq + r3] 296 lea outputq, [outputq + r3]
296 ADD_STORE_8P_2X 6, 7, 9, 10, 12 297 ADD_STORE_8P_2X 6, 7, 9, 10, 12
297 298
298 RET 299 RET
299 300
300 %endif 301 %endif
OLDNEW
« no previous file with comments | « source/libvpx/vpx_dsp/x86/inv_txfm_sse2.c ('k') | source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698