Displaying 4 results from an estimated 4 matches for "format_input".
Did you mean:
format_input_
2014 Feb 01
1
PATCH for encode.c, format_input()
MSVS profiler shows that the encoder spends too much time inside format_input()
when the input is 24-bit. The attached patch increases encoding speed:
FLAC -5: from 27.1 to 24.2 seconds
FLAC -8: from 76.2 to 73.1 seconds
(MSVS 2010, 32-bit flac.exe, 24-bit stereo input file)
For GCC compiles the encoding speed remains the same.
I suspect that GCC is smart enough to use st...
2004 Oct 30
1
More Altivec/PPC Stuff...
...fer_write_rice_signed
10.8% 10.8% flac FLAC__MD5Accumulate
6.9% 6.9% flac set_partitioned_rice_
6.9% 6.9% flac FLAC__stream_encoder_process
6.8% 6.8% flac find_best_partition_order_
5.6% 5.6% flac FLAC__MD5Transform
4.8% 4.8% flac FLAC__fixed_compute_best_predictor_altivec
4.2% 4.2% flac format_input
2.9% 2.9% flac FLAC__lpc_compute_autocorrelation_altivec
2.0% 2.0% flac FLAC__fixed_compute_residual_altivec
1.9% 1.9% flac FLAC__crc16
1.8% 1.8% mach_kernel ml_set_interrupts_enabled
1.5% 1.5% flac FLAC__lpc_compute_residual_from_qlp_coefficients_altivec
1.2% 1.2% flac
FLAC__lpc_compute_...
2004 Sep 10
2
1.0 candidate checked in
On Fri, Jul 20, 2001 at 03:01:54PM -0700, Josh Coalson wrote:
> --- Matt Zimmerman <mdz@debian.org> wrote:
> >
> > automake will include ltmain.sh in the source distribution, so it
> > should be
> > used even if it isn't installed on the build system. In fact, it
> > seems to
> > always use the distributed version, and not the installed one
2004 Sep 10
2
1.0 candidate checked in
...tible pointer type
encode.c:357: warning: passing arg 2 of `FLAC__stream_encoder_process' from incompatible pointer type
encode.c: In function `flac__encode_raw':
encode.c:574: warning: passing arg 2 of `FLAC__stream_encoder_process' from incompatible pointer type
encode.c: In function `format_input':
encode.c:907: warning: passing arg 2 of `append_to_verify_fifo' from incompatible pointer type
gcc -DPACKAGE=\"flac\" -DVERSION=\"1.0\" -DFLAC__CPU_IA32=1 -DFLAC__ALIGN_MALLOC_DATA=1 -DFLAC__HAS_NASM=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=...