From 7e9e3333231bc4170cc20b949d3622d5ec38793b Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 31 May 2001 18:17:17 +0000 Subject: [PATCH] cosmetic changes --- src/libFLAC/i386/lpc_asm.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libFLAC/i386/lpc_asm.s b/src/libFLAC/i386/lpc_asm.s index 3808e29c..738620b5 100644 --- a/src/libFLAC/i386/lpc_asm.s +++ b/src/libFLAC/i386/lpc_asm.s @@ -102,7 +102,7 @@ cident FLAC__lpc_compute_autocorrelation_asm_i386 fld dword [eax] ; ST = d <- data[sample] mov edx, [esp + 32] ; edx <- lag (note the +4 due to the above 'push eax') mov ebx, edi ; ebx == &autoc[coeff] <- &autoc[0] - and edx, byte 3 ; edx <- lag % 4 + and edx, byte 3 ; edx <- lag % 4 jz .inner_start cmp edx, byte 1 je .warmup_1 @@ -581,7 +581,7 @@ cident FLAC__lpc_compute_residual_from_qlp_coefficients_asm_i386 mov ecx, [eax + 4] imul ecx, [esi - 8] add ebp, ecx - mov ecx, [eax] ;there is one byte missing + mov ecx, [eax] ; there is one byte missing imul ecx, [esi - 4] add ebp, ecx .jumper_0: @@ -980,7 +980,7 @@ cident FLAC__lpc_restore_signal_asm_i386 mov ecx, [eax + 4] imul ecx, [edi - 8] add ebp, ecx - mov ecx, [eax] ;there is one byte missing + mov ecx, [eax] ; there is one byte missing imul ecx, [edi - 4] add ebp, ecx .jumper_0: