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

Side by Side Diff: source/libvpx/vp9/common/x86/vp9_loopfilter_mmx.asm

Issue 812033011: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 5 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
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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 ret 594 ret
595 595
596 SECTION_RODATA 596 SECTION_RODATA
597 align 16 597 align 16
598 tfe: 598 tfe:
599 times 8 db 0xfe 599 times 8 db 0xfe
600 align 16 600 align 16
601 t80: 601 t80:
602 times 8 db 0x80 602 times 8 db 0x80
603 align 16 603 align 16
604 t1s:
605 times 8 db 0x01
606 align 16
607 t3: 604 t3:
608 times 8 db 0x03 605 times 8 db 0x03
609 align 16 606 align 16
610 t4: 607 t4:
611 times 8 db 0x04 608 times 8 db 0x04
612 align 16 609 align 16
613 ones: 610 ones:
614 times 4 dw 0x0001 611 times 4 dw 0x0001
615 align 16
616 s27:
617 times 4 dw 0x1b00
618 align 16
619 s18:
620 times 4 dw 0x1200
621 align 16
622 s9:
623 times 4 dw 0x0900
624 align 16
625 s63:
626 times 4 dw 0x003f
OLDNEW
« no previous file with comments | « source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c ('k') | source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698