Searched defs:oggpack_bits (Results 1 - 2 of 2) sorted by relevance

/external/libogg/src/
H A Dbitwise.c468 long oggpack_bits(oggpack_buffer *b){ function
477 return oggpack_bits(b);
/external/tremolo/Tremolo/
H A Dbitwise.c144 long oggpack_bits(oggpack_buffer *b){ function
323 long oggpack_bits(oggpack_buffer *b){ function
416 if(bitcount!=oggpack_bits(&r))
433 int leftover=count*8-oggpack_bits(&o);
440 if(oggpack_bits(&o)!=count*8)
446 if(oggpack_bits(&o)!=count*8)
453 if(oggpack_bits(&o)!=count*8)
462 int leftover=count*8-oggpack_bits(&o);
474 if(oggpack_bits(&o)!=count*8)
485 if(oggpack_bits(
[all...]

Completed in 118 milliseconds