HomeSort by relevance Sort by last modified time
    Searched refs:oggpack_bits (Results 1 - 2 of 2) sorted by null

  /external/tremolo/Tremolo/
bitwise.c 144 long oggpack_bits(oggpack_buffer *b){ function
321 long oggpack_bits(oggpack_buffer *b){ function
414 if(bitcount!=oggpack_bits(&r))
431 int leftover=count*8-oggpack_bits(&o);
438 if(oggpack_bits(&o)!=count*8)
444 if(oggpack_bits(&o)!=count*8)
451 if(oggpack_bits(&o)!=count*8)
460 int leftover=count*8-oggpack_bits(&o);
472 if(oggpack_bits(&o)!=count*8)
483 if(oggpack_bits(&o)!=count*8
    [all...]
ogg.h 177 extern long oggpack_bits(oggpack_buffer *b);

Completed in 12 milliseconds