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

Side by Side Diff: source/libvpx/vp8/common/x86/subpixel_ssse3.asm

Issue 11974002: libvpx: Pull from upstream (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « source/libvpx/vp8/common/x86/recon_sse2.asm ('k') | source/libvpx/vp8/decoder/decodframe.c » ('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) 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
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 movd DWORD PTR [rdi], xmm0 345 movd DWORD PTR [rdi], xmm0
346 346
347 add rdi, rdx 347 add rdi, rdx
348 dec rcx 348 dec rcx
349 jnz .filter_block1d4_h6_rowloop_ssse3 349 jnz .filter_block1d4_h6_rowloop_ssse3
350 350
351 ; begin epilog 351 ; begin epilog
352 pop rdi 352 pop rdi
353 pop rsi 353 pop rsi
354 RESTORE_GOT 354 RESTORE_GOT
355 RESTORE_XMM
355 UNSHADOW_ARGS 356 UNSHADOW_ARGS
356 pop rbp 357 pop rbp
357 ret 358 ret
358 359
359 .vp8_filter_block1d4_h4_ssse3: 360 .vp8_filter_block1d4_h4_ssse3:
360 movdqa xmm5, XMMWORD PTR [rax+256] ;k2_k4 361 movdqa xmm5, XMMWORD PTR [rax+256] ;k2_k4
361 movdqa xmm6, XMMWORD PTR [rax+128] ;k1_k3 362 movdqa xmm6, XMMWORD PTR [rax+128] ;k1_k3
362 movdqa xmm0, XMMWORD PTR [GLOBAL(shuf2b)] 363 movdqa xmm0, XMMWORD PTR [GLOBAL(shuf2b)]
363 movdqa xmm3, XMMWORD PTR [GLOBAL(shuf3b)] 364 movdqa xmm3, XMMWORD PTR [GLOBAL(shuf3b)]
364 365
(...skipping 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 vp8_bilinear_filters_ssse3: 1499 vp8_bilinear_filters_ssse3:
1499 times 8 db 128, 0 1500 times 8 db 128, 0
1500 times 8 db 112, 16 1501 times 8 db 112, 16
1501 times 8 db 96, 32 1502 times 8 db 96, 32
1502 times 8 db 80, 48 1503 times 8 db 80, 48
1503 times 8 db 64, 64 1504 times 8 db 64, 64
1504 times 8 db 48, 80 1505 times 8 db 48, 80
1505 times 8 db 32, 96 1506 times 8 db 32, 96
1506 times 8 db 16, 112 1507 times 8 db 16, 112
1507 1508
OLDNEW
« no previous file with comments | « source/libvpx/vp8/common/x86/recon_sse2.asm ('k') | source/libvpx/vp8/decoder/decodframe.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698