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

  /external/libogg/src/
bitwise.c 468 long oggpack_bits(oggpack_buffer *b){ function
477 return oggpack_bits(b);
  /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...]

Completed in 46 milliseconds