search for: oggpack_adv

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

Did you mean: _oggpack_adv
2004 Dec 02
0
tremor: macro-ize mask table
...j]&MASK(len[j]))){ fprintf(stderr,"\nERROR: Incorrect look %lx != %lx, word %ld, len %d\n" , - values[j]&mask[len[j]],temp,j-begin,len[j]); + values[j]&MASK(len[j]),temp,j-begin,len[j]); exit(1); } oggpack_adv(&o,len[j]);
2008 Aug 28
0
Error while cross compiling libvorbis 1.2.0
...ference to `oggpack_writeinit' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_look' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_bytes' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_writeclear' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_adv' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_get_buffer' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_readinit' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_read' ../lib/.libs/libvorbis.so: undefined reference to `oggpack_reset' ../lib/...
2006 Oct 09
1
Vorbis primitive API examples (LONG)
...eader; int header_len; ogg_reference *body; long body_len; } ogg_page; /* Ogg BITSTREAM PRIMITIVES: bitstream ************************/ extern void oggpack_readinit(oggpack_buffer *b,ogg_reference *r); extern long oggpack_look(oggpack_buffer *b,int bits); extern void oggpack_adv(oggpack_buffer *b,int bits); extern long oggpack_read(oggpack_buffer *b,int bits); extern long oggpack_bytes(oggpack_buffer *b); extern long oggpack_bits(oggpack_buffer *b); extern int oggpack_eop(oggpack_buffer *b); /* Ogg BITSTREAM PRIMITIVES: decoding **************************/ extern og...