search for: best_bits

Displaying 3 results from an estimated 3 matches for "best_bits".

Did you mean: test_bits
2010 Dec 06
1
run time error in vc++ 2008 express edition
Hi all, I am new to theora and I am trying to get 'encoder_example_static' to run on vc++ 2008 express edition. It compiles fine but when I hit debug button it complains about some variable "sb_full", "best_bits"...not being initialized. I tried initializing them to zero but for no improvement. Please suggest me a solution. Regards Amit Shah -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20101206/f430b12d/attachment.h...
2004 Sep 10
3
0.9 problems
...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 0x200000e08d4 in encoder_process_subframes_ (encoder=0x1202b9bf0, is_last_frame=0) at encoder.c:727 #4 0x200000dffb4 in encoder_process_frame_ (encoder=0x1202b9bf0, is_last_frame=0) at encoder.c:595 #5 0x200000dfa14 in FLAC__encoder_process (encoder=0...
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