mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor comments
This commit is contained in:
@@ -4042,6 +4042,7 @@ void precompute_partition_info_escapes_(
|
||||
rmax = 0;
|
||||
for(partition_sample = 0; partition_sample < partition_samples; partition_sample++) {
|
||||
r = residual[residual_sample++];
|
||||
/* OPT: maybe faster: rmax |= r ^ (r>>31) */
|
||||
if(r < 0)
|
||||
rmax |= ~r;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user