| OLD | NEW |
| 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 Loading... |
| 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 | |
| OLD | NEW |