/external/libogg/include/ogg/ |
D | os_types.h | 34 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 [all …]
|
D | config_types.h | 7 typedef unsigned int ogg_uint32_t; typedef
|
D | config_types.h.in | 8 typedef @USIZE32@ ogg_uint32_t; typedef
|
/external/tremolo/Tremolo/ |
D | os_types.h | 60 typedef unsigned int ogg_uint32_t; typedef 71 typedef unsigned __int32 ogg_uint32_t; typedef 79 typedef _G_uint32_t ogg_uint32_t; typedef 90 typedef UInt32 ogg_uint32_t; typedef 99 typedef u_int32_t ogg_uint32_t; typedef 113 typedef unsigned int ogg_uint32_t; typedef
|
D | asm_arm.h | 148 static inline void lsp_loop_asm(ogg_uint32_t *qip,ogg_uint32_t *pip, in lsp_loop_asm() 153 ogg_uint32_t qi=*qip,pi=*pip; in lsp_loop_asm() 239 static inline void lsp_norm_asm(ogg_uint32_t *qip,ogg_int32_t *qexpp){ in lsp_norm_asm() 241 ogg_uint32_t qi=*qip; in lsp_norm_asm()
|
D | ogg.h | 79 ogg_uint32_t *ptr; 139 ogg_uint32_t body_fill; 146 ogg_uint32_t body_fill_next; 216 extern ogg_uint32_t ogg_page_serialno(ogg_page *og); 217 extern ogg_uint32_t ogg_page_pageno(ogg_page *og);
|
D | codebook.c | 59 static ogg_uint32_t decpack(long entry,long used_entry,long quantvals, in decpack() 61 ogg_uint32_t ret=0; in decpack() 67 return (ogg_uint32_t)entry; in decpack() 73 ogg_uint32_t off=entry%quantvals; in decpack() 85 ogg_uint32_t off=entry%quantvals; in decpack() 92 return (ogg_uint32_t)used_entry; in decpack() 144 static int _make_words(char *l,long n,ogg_uint32_t *r,long quantvals, in _make_words() 148 ogg_uint32_t marker[33]; in _make_words() 161 ogg_uint32_t entry=marker[length]; in _make_words() 219 ogg_uint32_t *work; in _make_decode_table() [all …]
|
D | floor0.c | 159 ogg_uint32_t inyq= (1UL<<31) / toBARK(nyq); in vorbis_lsp_to_curve() 160 ogg_uint32_t imap= (1UL<<31) / ln; in vorbis_lsp_to_curve() 161 ogg_uint32_t tBnyq1 = toBARK(nyq)<<1; in vorbis_lsp_to_curve() 172 ogg_uint32_t nextbark=((tBnyq1<<11)/ln)>>12; in vorbis_lsp_to_curve() 174 ogg_uint32_t nextbark=MULT31(imap>>1,tBnyq1); in vorbis_lsp_to_curve() 199 ogg_uint32_t pi=46341; /* 2**-.5 in 0.16 */ in vorbis_lsp_to_curve() 200 ogg_uint32_t qi=46341; in vorbis_lsp_to_curve()
|
D | ivorbisfile.h | 78 ogg_uint32_t *serialnos; 86 ogg_uint32_t current_serialno;
|
D | framing.c | 387 static void oggbyte_set4(oggbyte_buffer *b,ogg_uint32_t val,int pos){ in oggbyte_set4() 404 static ogg_uint32_t oggbyte_read4(oggbyte_buffer *b,int pos){ in oggbyte_read4() 405 ogg_uint32_t ret; in oggbyte_read4() 469 ogg_uint32_t ogg_page_serialno(ogg_page *og){ in ogg_page_serialno() 475 ogg_uint32_t ogg_page_pageno(ogg_page *og){ in ogg_page_pageno() 514 ogg_uint32_t crc_lookup[256]={ 665 ogg_uint32_t _checksum(ogg_reference *or, int bytes); 667 static ogg_uint32_t _checksum(ogg_reference *or, int bytes){ in _checksum() 668 ogg_uint32_t crc_reg=0; in _checksum() 728 ogg_uint32_t chksum=oggbyte_read4(&page,22); in ogg_sync_pageseek()
|
D | config_types.h | 42 typedef unsigned int ogg_uint32_t; typedef
|
D | res012.c | 155 ogg_uint32_t div=partword[j][i+k]; in res_inverse() 219 ogg_uint32_t div=partword[i+k]; in res_inverse()
|
D | misc.h | 105 return ((ogg_uint32_t)(magic.halves.lo)>>15) | ((magic.halves.hi)<<17); in MULT31_SHIFT15()
|
D | vorbisfile.c | 209 ogg_uint32_t currentno, in _bisect_forward_serialno() 284 ogg_uint32_t *serialno, in _fetch_headers() 504 ogg_uint32_t serialno=vf->current_serialno; in _open_seekable2() 505 ogg_uint32_t tempserialno; in _open_seekable2()
|
D | dsp.c | 198 static int ilog(ogg_uint32_t v){ in ilog()
|
/external/libvorbis/lib/ |
D | sharedbook.c | 73 ogg_uint32_t *_make_words(long *l,long n,long sparsecount){ in _make_words() 75 ogg_uint32_t marker[33]; in _make_words() 76 ogg_uint32_t *r=_ogg_malloc((sparsecount?sparsecount:n)*sizeof(*r)); in _make_words() 82 ogg_uint32_t entry=marker[length]; in _make_words() 144 ogg_uint32_t temp=0; in _make_words() 299 static ogg_uint32_t bitreverse(ogg_uint32_t x){ in bitreverse() 308 return ( **(ogg_uint32_t **)a>**(ogg_uint32_t **)b)- in sort32a() 309 ( **(ogg_uint32_t **)a<**(ogg_uint32_t **)b); in sort32a() 340 ogg_uint32_t *codes=_make_words(s->lengthlist,s->entries,c->used_entries); in vorbis_book_init_decode() 341 ogg_uint32_t **codep=alloca(sizeof(*codep)*n); in vorbis_book_init_decode() [all …]
|
D | scales.h | 35 ogg_uint32_t i; in unitnorm() 46 ogg_uint32_t i; in todB()
|
D | codebook.h | 68 ogg_uint32_t *codelist; /* list of bitstream codewords for each entry */ 72 ogg_uint32_t *dec_firsttable;
|
D | codebook.c | 275 static ogg_uint32_t bitreverse(ogg_uint32_t x){ in bitreverse() 310 ogg_uint32_t testword=bitreverse((ogg_uint32_t)lok); in decode_packed_entry_number()
|
/external/libvorbis/vq/ |
D | localcodebook.h | 68 ogg_uint32_t *codelist; /* list of bitstream codewords for each entry */ 72 ogg_uint32_t *dec_firsttable;
|
/external/libogg/src/ |
D | framing.c | 103 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; in ogg_page_checksum_set()
|