Displaying 2 results from an estimated 2 matches for "new_blocksize".
Did you mean:
get_blocksize
2007 Apr 08
0
FLAC 24 bit test results
...136
diff -u -r1.136 stream_encoder.c
--- src/libFLAC/stream_encoder.c 4 Apr 2007 01:08:24 -0000 1.136
+++ src/libFLAC/stream_encoder.c 8 Apr 2007 18:51:58 -0000
@@ -2284,8 +2284,7 @@
/* the *2 is an approximation to the series 1 + 1/2 + 1/4 + ... that sums tree occupies in a flat array */
/*@@@ new_blocksize*2 is too pessimistic, but to fix, we need smarter logic because a smaller new_blocksize can actually increase the # of partitions; would require moving this out into a separate function, then checking its capacity against the need of the current blocksize&min/max_partition_order (and maybe pred...
2007 Apr 05
2
FLAC 24 bit test results
On Thu, 2007-04-05 at 02:27 -0700, Brian Willoughby wrote:
> Josh (Green),
>
> Seems like the longest example in your list is a 15-second file. I
> would like to see the same problem exhibited in a file that is of a
> normal length. I have been recording full performances lasting
> hours, and flac always compresses the files below 70% of the original
> size.
>