HomeSort by relevance Sort by last modified time
    Searched refs:ogg_uint32_t (Results 1 - 20 of 20) sorted by null

  /external/libogg/include/ogg/
config_types.h 7 typedef unsigned int ogg_uint32_t; typedef
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
120 typedef unsigned ogg_uint32_t; typedef
129 typedef unsigned int ogg_uint32_t; typedef
138 typedef unsigned int ogg_uint32_t; typedef
    [all...]
  /external/tremolo/Tremolo/
config_types.h 42 typedef unsigned int ogg_uint32_t; typedef
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
asm_arm.h 148 static inline void lsp_loop_asm(ogg_uint32_t *qip,ogg_uint32_t *pip,
153 ogg_uint32_t qi=*qip,pi=*pip;
239 static inline void lsp_norm_asm(ogg_uint32_t *qip,ogg_int32_t *qexpp){
241 ogg_uint32_t qi=*qip;
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);
ivorbisfile.h 78 ogg_uint32_t *serialnos;
86 ogg_uint32_t current_serialno;
floor0.c 159 ogg_uint32_t inyq= (1UL<<31) / toBARK(nyq);
160 ogg_uint32_t imap= (1UL<<31) / ln;
161 ogg_uint32_t tBnyq1 = toBARK(nyq)<<1;
172 ogg_uint32_t nextbark=((tBnyq1<<11)/ln)>>12;
174 ogg_uint32_t nextbark=MULT31(imap>>1,tBnyq1);
199 ogg_uint32_t pi=46341; /* 2**-.5 in 0.16 */
200 ogg_uint32_t qi=46341;
codebook.c 61 static ogg_uint32_t decpack(long entry,long used_entry,long quantvals,
63 ogg_uint32_t ret=0;
69 return (ogg_uint32_t)entry;
75 ogg_uint32_t off=entry%quantvals;
87 ogg_uint32_t off=entry%quantvals;
94 return (ogg_uint32_t)used_entry;
146 static int _make_words(char *l,long n,ogg_uint32_t *r,long quantvals,
150 ogg_uint32_t marker[MARKER_SIZE];
167 ogg_uint32_t entry=marker[length];
239 ogg_uint32_t *work
    [all...]
framing.c 387 static void oggbyte_set4(oggbyte_buffer *b,ogg_uint32_t val,int pos){
404 static ogg_uint32_t oggbyte_read4(oggbyte_buffer *b,int pos){
405 ogg_uint32_t ret;
469 ogg_uint32_t ogg_page_serialno(ogg_page *og){
475 ogg_uint32_t ogg_page_pageno(ogg_page *og){
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){
668 ogg_uint32_t crc_reg=0;
728 ogg_uint32_t chksum=oggbyte_read4(&page,22)
    [all...]
res012.c 155 ogg_uint32_t div=partword[j][i+k];
220 ogg_uint32_t div=partword[i+k];
misc.h 105 return ((ogg_uint32_t)(magic.halves.lo)>>15) | ((magic.halves.hi)<<17);
dsp.c 198 static int ilog(ogg_uint32_t v){
vorbisfile.c 209 ogg_uint32_t currentno,
284 ogg_uint32_t *serialno,
504 ogg_uint32_t serialno=vf->current_serialno;
505 ogg_uint32_t tempserialno;
    [all...]
  /external/libvorbis/lib/
sharedbook.c 73 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;
299 static ogg_uint32_t bitreverse(ogg_uint32_t x){
308 return ( **(ogg_uint32_t **)a>**(ogg_uint32_t **)b)-
309 ( **(ogg_uint32_t **)a<**(ogg_uint32_t **)b)
    [all...]
codebook.h 68 ogg_uint32_t *codelist; /* list of bitstream codewords for each entry */
72 ogg_uint32_t *dec_firsttable;
scales.h 35 ogg_uint32_t i;
46 ogg_uint32_t i;
codebook.c 275 static ogg_uint32_t bitreverse(ogg_uint32_t x){
310 ogg_uint32_t testword=bitreverse((ogg_uint32_t)lok);
  /external/libvorbis/vq/
localcodebook.h 68 ogg_uint32_t *codelist; /* list of bitstream codewords for each entry */
72 ogg_uint32_t *dec_firsttable;
  /external/libogg/src/
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;
    [all...]

Completed in 789 milliseconds