mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
update comments
This commit is contained in:
@@ -31,6 +31,9 @@ cglobal FLAC__lpc_compute_autocorrelation_asm
|
||||
; real d;
|
||||
; unsigned i;
|
||||
;
|
||||
; assert(lag > 0);
|
||||
; assert(lag <= data_len);
|
||||
;
|
||||
; while(lag--) {
|
||||
; for(i = lag, d = 0.0; i < data_len; i++)
|
||||
; d += data[i] * data[i - lag];
|
||||
|
||||
Reference in New Issue
Block a user