Home
last modified time | relevance | path

Searched refs:oggpackB_write (Results 1 – 3 of 3) sorted by relevance

/external/libogg/src/
Dbitwise.c123 void oggpackB_write(oggpack_buffer *b,unsigned long value,int bits){ in oggpackB_write() function
172 oggpackB_write(b,0,bits); in oggpackB_writealign()
226 oggpack_writecopy_helper(b,source,bits,oggpackB_write,1); in oggpackB_writecopy()
552 oggpackB_write(&o,b[i],bits?bits:ilog(b[i])); in cliptestB()
752 oggpackB_write(&o,large[i],32); in main()
/external/libogg/win32/
Dogg.def33 oggpackB_write
/external/libogg/include/ogg/
Dogg.h145 extern void oggpackB_write(oggpack_buffer *b,unsigned long value,int bits);