Searched refs:ogg_uint32_t (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/include/ogg/
H A Dos_types.h34 typedef uint32_t ogg_uint32_t; typedef
42 typedef unsigned int ogg_uint32_t; typedef
48 typedef unsigned int ogg_uint32_t; typedef
55 typedef unsigned __int32 ogg_uint32_t; typedef
66 typedef UInt32 ogg_uint32_t; typedef
75 typedef u_int32_t ogg_uint32_t; typedef
85 typedef unsigned int ogg_uint32_t; typedef
95 typedef u_int32_t ogg_uint32_t; typedef
104 typedef unsigned int ogg_uint32_t; typedef
112 typedef unsigned int ogg_uint32_t; typedef
120 typedef unsigned ogg_uint32_t; typedef
129 typedef unsigned int ogg_uint32_t; typedef
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsharedbook.c73 ogg_uint32_t *_make_words(long *l,long n,long sparsecount){
75 ogg_uint32_t marker[33];
76 ogg_uint32_t *r=_ogg_malloc((sparsecount?sparsecount:n)*sizeof(*r));
82 ogg_uint32_t entry=marker[length];
144 ogg_uint32_t temp=0;
317 static ogg_uint32_t bitreverse(ogg_uint32_t x){
326 return ( **(ogg_uint32_t **)a>**(ogg_uint32_t **)b)-
327 ( **(ogg_uint32_t **)
[all...]
H A Dscales.h35 ogg_uint32_t i;
46 ogg_uint32_t i;
H A Dcodebook.h109 ogg_uint32_t *codelist; /* list of bitstream codewords for each entry */
113 ogg_uint32_t *dec_firsttable;
H A Dcodebook.c305 static ogg_uint32_t bitreverse(ogg_uint32_t x){
340 ogg_uint32_t testword=bitreverse((ogg_uint32_t)lok);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlocalcodebook.h109 ogg_uint32_t *codelist; /* list of bitstream codewords for each entry */
113 ogg_uint32_t *dec_firsttable;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-ogg.c44 ogg_uint32_t serial;
310 ogg_uint32_t serial = ogg_page_serialno(page);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-ogg.c43 ogg_uint32_t serial;
302 ogg_uint32_t serial = ogg_page_serialno(page);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/src/
H A Dframing.c103 static ogg_uint32_t _ogg_crc_entry(unsigned long index){
120 static const ogg_uint32_t crc_lookup[256]={
282 ogg_uint32_t crc_reg=0;

Completed in 302 milliseconds