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

Side by Side Diff: source/libvpx/vpx_dsp/x86/subpel_variance_sse2.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
OLDNEW
1 ; 1 ;
2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. 2 ; Copyright (c) 2010 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
11 %define program_name vpx
12
13 %include "third_party/x86inc/x86inc.asm" 11 %include "third_party/x86inc/x86inc.asm"
14 12
15 SECTION_RODATA 13 SECTION_RODATA
16 pw_8: times 8 dw 8 14 pw_8: times 8 dw 8
17 bilin_filter_m_sse2: times 8 dw 16 15 bilin_filter_m_sse2: times 8 dw 16
18 times 8 dw 0 16 times 8 dw 0
19 times 8 dw 14 17 times 8 dw 14
20 times 8 dw 2 18 times 8 dw 2
21 times 8 dw 12 19 times 8 dw 12
22 times 8 dw 4 20 times 8 dw 4
(...skipping 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1389 SUBPEL_VARIANCE 4, 1 1387 SUBPEL_VARIANCE 4, 1
1390 INIT_XMM sse2 1388 INIT_XMM sse2
1391 SUBPEL_VARIANCE 8, 1 1389 SUBPEL_VARIANCE 8, 1
1392 SUBPEL_VARIANCE 16, 1 1390 SUBPEL_VARIANCE 16, 1
1393 1391
1394 INIT_MMX ssse3 1392 INIT_MMX ssse3
1395 SUBPEL_VARIANCE 4, 1 1393 SUBPEL_VARIANCE 4, 1
1396 INIT_XMM ssse3 1394 INIT_XMM ssse3
1397 SUBPEL_VARIANCE 8, 1 1395 SUBPEL_VARIANCE 8, 1
1398 SUBPEL_VARIANCE 16, 1 1396 SUBPEL_VARIANCE 16, 1
OLDNEW
« no previous file with comments | « source/libvpx/vpx_dsp/x86/ssim_opt_x86_64.asm ('k') | source/libvpx/vpx_dsp/x86/subtract_sse2.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698