Discussion:
[theora-dev] binary stream after tokenizer and huffman
Alexander Lubyagin
2011-04-07 20:33:24 UTC
Permalink
Which procedure/function or structure returns finally formed binary stream?
I see lib/tokenize.c and lib/encode.c. But it is too hard to understand novice.
Theora algorithm differ in coding with JPEG: http://www.pcs-ip.eu/index.php/main/edu/8

Which function/structure returns stream like this:
100000100011001101101101111101011111111010110011010
Timothy B. Terriberry
2011-04-07 20:37:04 UTC
Permalink
Post by Alexander Lubyagin
100000100011001101101101111101011111111010110011010
The top-level function is oc_enc_frame_pack() in encode.c.

Loading...