Home
last modified time | relevance | path

Searched refs:ogg_uint32_t (Results 1 – 16 of 16) sorted by relevance

/external/libogg/include/ogg/
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
[all …]
Dconfig_types.h7 typedef unsigned int ogg_uint32_t; typedef
Dconfig_types.h.in8 typedef @USIZE32@ ogg_uint32_t; typedef
/external/tremolo/Tremolo/
Dos_types.h60 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
Dasm_arm.h148 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()
Dogg.h79 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);
Dcodebook.c61 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 …]
Dfloor0.c160 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()
Dframing.c387 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()
Divorbisfile.h78 ogg_uint32_t *serialnos;
86 ogg_uint32_t current_serialno;
Dconfig_types.h42 typedef unsigned int ogg_uint32_t; typedef
Dres012.c167 ogg_uint32_t div=partword[j][i+k]; in res_inverse()
240 ogg_uint32_t div=partword[i+k]; in res_inverse()
Dmisc.h105 return ((ogg_uint32_t)(magic.halves.lo)>>15) | ((magic.halves.hi)<<17); in MULT31_SHIFT15()
Dvorbisfile.c209 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()
Ddsp.c198 static int ilog(ogg_uint32_t v){ in ilog()
/external/libogg/src/
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; in ogg_page_checksum_set()