Displaying 3 results from an estimated 3 matches for "encoder_process_subframe_".
Did you mean:
encoder_process_subframes_
2004 Sep 10
3
0.9 problems
...) at fixed.c:165
#1 0x200000e1f44 in encoder_evaluate_fixed_subframe_ (signal=0x1202b9c50,
residual=0x1202e6cc0, abs_residual=0x1202fd510, blocksize=4608,
subframe_bps=8, order=1, rice_parameter=1, max_partition_order=4,
subframe=0x200002aa2b0) at encoder.c:1028
#2 0x200000e1764 in encoder_process_subframe_ (encoder=0x1202b9bf0,
max_partition_order=4, verbatim_only=0, frame_header=0x11ffff850,
subframe_bps=8, integer_signal=0x1202b9c50, real_signal=0x1202be460,
subframe=0x2000050b940, residual=0x2000028a0e0,
best_subframe=0x2000050b9e0, best_bits=0x2000050ba08) at encoder.c:917
#3...
2004 Sep 10
3
Re: 0.9 problems
...residual_bits_per_sample[0] = (real)((data_len > 0) ?
log(M_LN2 * (real)total_error_0 / (real) data_len) / M_LN2 : 0.0);
(gdb) bt
#0 0x1600692a8 in FLAC__fixed_compute_best_predictor (data=0x11fc,
data_len=1611182472, residual_bits_per_sample=0x0) at fixed.c:84
#1 0x160064808 in encoder_process_subframe_ (encoder=0x11ffb86f,
max_partition_order=301971032, verbatim_only=0, frame_header=0xc,
subframe_bps=1610859008, integer_signal=0x1c3ffa043, real_signal=
Cannot access memory at address 0x11ffd458.
) at encoder.c:881
#2 0x160063d08 in encoder_process_subframes_ (encoder=0x1202c0000,...
2004 Sep 10
5
0.9 problems
Problems in FLAC 0.9:
- On alpha, flac immediately dumps core for both encoding and
decoding (FreeBSD/alpha).
- The distribution Makefile.in files haven't been generated with
"automake --include-deps". The resulting Makefiles aren't fully
portable; in particular they break with BSD make. In the future,
care should be taken to use "--include-deps".
- What is