Searched refs:book (Results 1 - 25 of 36) sorted by relevance

12

/external/tremolo/Tremolo/
H A Dcodebook.h75 extern long vorbis_book_decode(codebook *book, oggpack_buffer *b);
76 extern long vorbis_book_decodevs_add(codebook *book, ogg_int32_t *a,
78 extern long vorbis_book_decodev_set(codebook *book, ogg_int32_t *a,
80 extern long vorbis_book_decodev_add(codebook *book, ogg_int32_t *a,
82 extern long vorbis_book_decodevv_add(codebook *book, ogg_int32_t **a,
H A Dcodebook.c376 /* static book is not cleared; we're likely called on the lookup and
626 ogg_uint32_t decode_packed_entry_number(codebook *book,
629 static inline ogg_uint32_t decode_packed_entry_number(codebook *book, argument
632 int read=book->dec_maxlength;
644 switch (book->dec_method)
648 /* book->dec_nodeb==1, book->dec_leafw==1 */
650 unsigned char *t=(unsigned char *)book->dec_table;
661 /* book->dec_nodeb==1, book
730 vorbis_book_decode(codebook *book, oggpack_buffer *b) argument
815 vorbis_book_decodevs_add(codebook *book,ogg_int32_t *a, oggpack_buffer *b,int n,int point) argument
832 vorbis_book_decodev_add(codebook *book,ogg_int32_t *a, oggpack_buffer *b,int n,int point) argument
848 vorbis_book_decodev_set(codebook *book,ogg_int32_t *a, oggpack_buffer *b,int n,int point) argument
877 vorbis_book_decodevv_add(codebook *book,ogg_int32_t **a, long offset,int ch, oggpack_buffer *b,int n,int point) argument
[all...]
H A Dres012.c86 unsigned char book=(unsigned char)oggpack_read(opb,8); local
87 if(book>=ci->books)goto errout;
88 info->stagebooks[j*8+k]=book;
H A Ddpen.s67 @ r0 = codebook *book
71 LDMIA r0,{r4,r6,r7} @ r4 = read = book->max_length
72 @ r6 = book->dec_table
73 @ r7 = book->dec_method
398 @ r0 = codebook *book
407 MOV r9, r0 @ r9 = book
419 @ r9 = book
422 MOV r0, r9 @ r0 = book
430 LDR r0, [r9, # 5*4] @ r0 = book->dim
H A Dfloor1.c319 int book=info->klass[classv].class_subbook[cval&(csub-1)]; local
321 if(book!=0xff){
322 if((fit_value[j+k]=vorbis_book_decode(books+book,&vd->opb))==-1)
/external/libvorbis/lib/
H A Dcodebook.h91 extern int _best(codebook *book, float *a, int step);
95 extern int vorbis_book_besterror(codebook *book,float *a,int step,int addmul);
96 extern long vorbis_book_codeword(codebook *book,int entry);
97 extern long vorbis_book_codelen(codebook *book,int entry);
104 extern int vorbis_book_encode(codebook *book, int a, oggpack_buffer *b);
106 extern long vorbis_book_decode(codebook *book, oggpack_buffer *b);
107 extern long vorbis_book_decodevs_add(codebook *book, float *a,
109 extern long vorbis_book_decodev_set(codebook *book, float *a,
111 extern long vorbis_book_decodev_add(codebook *book, float *a,
113 extern long vorbis_book_decodevv_add(codebook *book, floa
[all...]
H A Dcodebook.c261 int vorbis_book_encode(codebook *book, int a, oggpack_buffer *b){ argument
262 if(a<0 || a>=book->c->entries)return(0);
263 oggpack_write(b,book->codelist[a],book->c->lengthlist[a]);
264 return(book->c->lengthlist[a]);
283 STIN long decode_packed_entry_number(codebook *book, oggpack_buffer *b){ argument
284 int read=book->dec_maxlength;
286 long lok = oggpack_look(b,book->dec_firsttablen);
289 long entry = book->dec_firsttable[lok];
292 hi=book
345 vorbis_book_decode(codebook *book, oggpack_buffer *b) argument
357 vorbis_book_decodevs_add(codebook *book,float *a,oggpack_buffer *b,int n) argument
376 vorbis_book_decodev_add(codebook *book,float *a,oggpack_buffer *b,int n) argument
421 vorbis_book_decodev_set(codebook *book,float *a,oggpack_buffer *b,int n) argument
444 vorbis_book_decodevv_add(codebook *book,float **a,long offset,int ch, oggpack_buffer *b,int n) argument
[all...]
H A Dres0.c181 code with a partitioned book */
183 oggpack_write(opb,info->groupbook,8); /* group huffman book */
232 int book=oggpack_read(opb,8); local
233 if(book<0) goto errout;
234 info->booklist[j]=book;
328 static int local_book_besterror(codebook *book,int *a){ argument
329 int dim=book->dim;
331 int minval=book->minval;
332 int del=book->delta;
333 int qv=book
392 _encodepart(oggpack_buffer *opb,int *vec, int n, codebook *book,long *acc) argument
[all...]
H A Dsharedbook.c271 /* static book is not cleared; we're likely called on the lookup and
430 long vorbis_book_codeword(codebook *book,int entry){ argument
431 if(book->c) /* only use with encode; decode optimizations are
433 return book->codelist[entry];
437 long vorbis_book_codelen(codebook *book,int entry){ argument
438 if(book->c) /* only use with encode; decode optimizations are
440 return book->c->lengthlist[entry];
H A Dfloor1.c911 int book=info->class_subbook[class][bookas[k]]; local
912 if(book>=0){
914 if(out[j+k]<(books+book)->entries)
915 look->postbits+=vorbis_book_encode(books+book,
999 int book=info->class_subbook[class][cval&(csub-1)]; local
1001 if(book>=0){
1002 if((fit_value[j+k]=vorbis_book_decode(books+book,&vb->opb))==-1)
H A Dvorbisenc.c435 static int book_dup_or_new(codec_setup_info *ci,const static_codebook *book){ argument
438 if(ci->book_param[i]==book)return(i);
/external/libvorbis/vq/
H A Dlocalcodebook.h93 extern int _best(codebook *book, float *a, int step);
97 extern int vorbis_book_besterror(codebook *book,float *a,int step,int addmul);
98 extern long vorbis_book_codeword(codebook *book,int entry);
99 extern long vorbis_book_codelen(codebook *book,int entry);
106 extern int vorbis_book_encode(codebook *book, int a, oggpack_buffer *b);
108 extern long vorbis_book_decode(codebook *book, oggpack_buffer *b);
109 extern long vorbis_book_decodevs_add(codebook *book, float *a,
111 extern long vorbis_book_decodev_set(codebook *book, float *a,
113 extern long vorbis_book_decodev_add(codebook *book, float *a,
115 extern long vorbis_book_decodevv_add(codebook *book, floa
[all...]
H A Dmetrics.c126 int i,k,book; local
148 for(book=0;book<books;book++){
150 codebook *b=bs[book];
154 fprintf(stderr,"Book %d statistics:------------------\n",book);
158 sprintf(buffer,"%s-%d-mse.m",basename,book);
169 sqrt((histogram_errorsq[book]+i*dim)[k]/histogram[book][i]));
174 sprintf(buffer,"%s-%d-me.m",basename,book);
209 process_one(codebook *b,int book,float *a,int dim,int step,int addmul, float base) argument
[all...]
H A Dbookutil.c25 int _best(codebook *book, float *a, int step){ argument
27 int dim=book->dim;
29 int minval=book->minval;
30 int del=book->delta;
31 int qv=book->quantvals;
50 if(book->c->lengthlist[index]<=0){
51 const static_codebook *c=book->c;
55 int maxval = book->minval + book->delta*(book
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-stylebook.jar ... java.io.File) java.io.File book public void setSkinDirectory (java.io.File) java. ...
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dscopes.rb66 /* rule scopes, from the book, final beta, p.147 */
83 /* rule scopes, from the book, final beta, p.148 */
107 /* recursive rule scopes, from the book, final beta, p.150 */
/external/chromium_org/tools/grit/grit/
H A Dtclib_unittest.py137 'the user\'s local mail file and address book will be included in the\r\n'
/external/libvorbis/doc/
H A D07-floor1.tex106 [subclass] books and a master book used to encode which alternate
205 14) [book] = array [floor1_subclass_books] element [class],([cval] bitwise AND [csub])
207 16) if ( [book] is not less than zero ) \{
210 [book] in scalar context
212 \} else [book] is less than zero \{
H A D05-comment.tex114 The artist generally considered responsible for the work. In popular music this is usually the performing band or singer. For classical music it would be the composer. For an audio book it would be the author of the original text.
117 The artist(s) who performed the work. In classical music this would be the conductor, orchestra, soloists. In an audio book it would be the actor who did the reading. In popular music this is typically the same as the ARTIST and is omitted.
H A D06-floor0.tex84 \item The book number used for decode
87 greater than the maximum possible book value are reserved.
H A D08-residue.tex179 code classification codewords. The number of dimensions in book
182 codeword. Note that the number of entries and dimensions in book
205 Finally, we read in a list of book numbers, each corresponding to
/external/aac/libAACenc/src/
H A Ddyn_bits.cpp144 INT* const book,
158 *book = j;
278 sectioning Stage 1:merge all connected regions with the same code book and
443 /* 1.Stage :Merge all connected regions with the same code book */
476 /* the sections in the sectionData are now marked with the optimal code book */
142 FDKaacEnc_findBestBook( const INT* const bc, INT* const book, const INT useVCB11 ) argument
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_var.h335 stcb->asoc.fslog[stcb->asoc.fs_index].book = tp1->book_size; \
356 stcb->asoc.fslog[stcb->asoc.fs_index].book = tp1->book_size; \
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
H A Djsunittest.js403 // From John Resig's book Pro JavaScript Techniques
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jar ... PageBook) org.eclipse.ui.part.PageBook book org.eclipse.ui.part.MessagePage page ...

Completed in 2355 milliseconds

12