/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 | 61 static ogg_uint32_t decpack(long entry,long used_entry,long quantvals, in decpack() 63 ogg_uint32_t ret=0; in decpack() 69 return (ogg_uint32_t)entry; in decpack() 75 ogg_uint32_t off=entry%quantvals; in decpack() 87 ogg_uint32_t off=entry%quantvals; in decpack() 94 return (ogg_uint32_t)used_entry; in decpack() 146 static int _make_words(char *l,long n,ogg_uint32_t *r,long quantvals, in _make_words() 150 ogg_uint32_t marker[MARKER_SIZE]; in _make_words() 167 ogg_uint32_t entry=marker[length]; in _make_words() 239 ogg_uint32_t *work; in _make_decode_table() [all …]
|
D | floor0.c | 160 ogg_uint32_t inyq= (1UL<<31) / toBARK(nyq); in vorbis_lsp_to_curve() 161 ogg_uint32_t imap= (1UL<<31) / ln; in vorbis_lsp_to_curve() 162 ogg_uint32_t tBnyq1 = toBARK(nyq)<<1; in vorbis_lsp_to_curve() 173 ogg_uint32_t nextbark=((tBnyq1<<11)/ln)>>12; in vorbis_lsp_to_curve() 175 ogg_uint32_t nextbark=MULT31(imap>>1,tBnyq1); in vorbis_lsp_to_curve() 200 ogg_uint32_t pi=46341; /* 2**-.5 in 0.16 */ in vorbis_lsp_to_curve() 201 ogg_uint32_t qi=46341; in vorbis_lsp_to_curve()
|
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 | ivorbisfile.h | 78 ogg_uint32_t *serialnos; 86 ogg_uint32_t current_serialno;
|
D | config_types.h | 42 typedef unsigned int ogg_uint32_t; typedef
|
D | res012.c | 167 ogg_uint32_t div=partword[j][i+k]; in res_inverse() 240 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/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()
|