ref: 8e57c926a36ded5ca064a2ae500922f9e9837f41
parent: 469820e3a24ea7dc73c76aa35fbf32b5ebdd9197
parent: 9293f2f94754bf22a4ff20203c5193df0621bfd8
author: Ethan Hugg <[email protected]>
date: Mon Mar 17 05:22:35 EDT 2014
Merge pull request #518 from mstorsjo/remove-commented-rodata Remove commented out rodata sections and tables in assembly files
--- a/codec/common/expand_picture.asm
+++ b/codec/common/expand_picture.asm
@@ -49,17 +49,6 @@
;***********************************************************************
;***********************************************************************
-; Local Data (Read Only)
-;***********************************************************************
-
-;SECTION .rodata pData align=16
-
-;***********************************************************************
-; Various memory constants (trigonometric values or rounding values)
-;***********************************************************************
-;%define PADDING_SIZE_ASM 32 ; PADDING_LENGTH
-
-;***********************************************************************
; Code
;***********************************************************************
--- a/codec/common/mb_copy.asm
+++ b/codec/common/mb_copy.asm
@@ -368,18 +368,6 @@
;*******************************************************************************
;*******************************************************************************
-; Local Data (Read Only)
-;*******************************************************************************
-
-;SECTION .rodata data align=16
-
-;*******************************************************************************
-; Various memory constants (trigonometric values or rounding values)
-;*******************************************************************************
-
-ALIGN 16
-
-;*******************************************************************************
; Code
;*******************************************************************************
--- a/codec/common/vaa.asm
+++ b/codec/common/vaa.asm
@@ -135,16 +135,6 @@
;***********************************************************************
-; Local Data (Read Only)
-;***********************************************************************
-
-;SECTION .rodata align=16
-
-;ALIGN 16
-;pack1_8x2:
-; dw 1, 1, 1, 1, 1, 1, 1, 1
-
-;***********************************************************************
; Code
;***********************************************************************
--- a/codec/encoder/core/asm/intra_pred.asm
+++ b/codec/encoder/core/asm/intra_pred.asm
@@ -66,10 +66,6 @@
align 16
mmx_01bytes: times 16 db 1
-;align 16
-;sse_0x0004bytes: times 8 dw 4
-;ALIGN 16
-;sse_f000 db 255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
align 16
mmx_0x02: dw 0x02, 0x00, 0x00, 0x00
--- a/codec/processing/src/asm/vaa.asm
+++ b/codec/processing/src/asm/vaa.asm
@@ -238,16 +238,6 @@
;***********************************************************************
-; Local Data (Read Only)
-;***********************************************************************
-
-;SECTION .rodata align=16
-
-;ALIGN 16
-;pack1_8x2:
-; dw 1, 1, 1, 1, 1, 1, 1, 1
-
-;***********************************************************************
; Code
;***********************************************************************