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
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(&o)!=count*8
    [all...]

Completed in 690 milliseconds