HomeSort by relevance Sort by last modified time
    Searched full:book (Results 1 - 25 of 514) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvorbis/lib/
codebook.c 261 int vorbis_book_encode(codebook *book, int a, oggpack_buffer *b){
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){
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->used_entries-(entry&0x7fff)
    [all...]
codebook.h 91 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, float **a
    [all...]
  /external/valgrind/main/docs/xml/
licenses.xml 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
5 <book id="licenses" xreflabel="GNU Licenses">
27 </book>
tech-docs.xml 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
6 <book id="tech-docs" xreflabel="Valgrind Technical Documentation">
27 </book>
  /external/ceres-solver/docs/
further.tex 4 For a short but informative introduction to the subject we recommend the booklet by Madsel et al.~\cite{madsen2004methods}. For a general introduction to non-linear optimization we recommend the text by Nocedal \& Wright~\cite{nocedal2000numerical}. Bj{\"o}rck's book remains the seminal reference on least squares problems~\cite{bjorck1996numerical}. Trefethen \& Bau's book is our favourite text on introductory numerical linear algebra~\cite{trefethen1997numerical}. Triggs et al., provide a thorough coverage of the bundle adjustment problem~\cite{triggs-etal-1999}.
ceres-solver.bib 29 @book{conn2000trust,
130 @book{mathew2008domain,
136 @book{smith2004domain,
169 @book{davis2006direct,
185 @book{hartley-zisserman-book-2004,
192 @book{trefethen1997numerical,
198 @book{saad2003iterative,
205 @book{nocedal2000numerical,
211 @book{bjorck1996numerical
    [all...]
  /external/libvorbis/vq/
metrics.c 126 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]))
    [all...]
localcodebook.h 93 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, float **a
    [all...]
  /external/protobuf/examples/
README.txt 2 address book. Two programs are provided, each with three different
4 example adds a new person to an address book, prompting the user to input
6 address book. The examples use the exact same format in all three languages,
7 so you can, for example, use add_person_java to create an address book and then
21 All of these programs simply take an address book file as their parameter.
add_person.cc 53 // Main function: Reads the entire address book from a file,
69 // Read the existing address book.
74 cerr << "Failed to parse address book." << endl;
83 // Write the new address book back to disk.
86 cerr << "Failed to write address book." << endl;
add_person.py 35 # Main procedure: Reads the entire address book from a file,
44 # Read the existing address book.
55 # Write the new address book back to disk.
list_people.cc 39 // Main function: Reads the entire address book from a file and prints all
54 // Read the existing address book.
57 cerr << "Failed to parse address book." << endl;
addressbook.proto 27 // Our address book file is just one of these.
ListPeople.java 36 // Main function: Reads the entire address book from a file and prints all
44 // Read the existing address book.
list_people.py 25 # Main procedure: Reads the entire address book from a file and prints all
33 # Read the existing address book.
  /external/oprofile/m4/
docbook.m4 37 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
38 <book id="test">
39 </book>
  /external/tremolo/Tremolo/
codebook.h 75 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,
codebook.c 371 /* static book is not cleared; we're likely called on the lookup and
619 ogg_uint32_t decode_packed_entry_number(codebook *book,
622 static inline ogg_uint32_t decode_packed_entry_number(codebook *book,
625 int read=book->dec_maxlength;
637 switch (book->dec_method)
641 /* book->dec_nodeb==1, book->dec_leafw==1 */
643 unsigned char *t=(unsigned char *)book->dec_table;
654 /* book->dec_nodeb==1, book->dec_leafw!=1 *
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t022scopes.g 19 /* rule scopes, from the book, final beta, p.147 */
36 /* rule scopes, from the book, final beta, p.148 */
61 /* recursive rule scopes, from the book, final beta, p.150 */
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
bit_cnt.h 31 code book number table
52 code book index table
74 code book lav table
  /external/javassist/src/main/javassist/bytecode/analysis/
package.html 11 class file and Java bytecode. For more details, read this book:
  /external/javassist/src/main/javassist/bytecode/
package.html 10 class file and Java bytecode. For more details, read this book:
  /external/zxing/qr_scanner/
README.google 13 Removed all code that is not directly related to scanning a QR code, such as product search, book
  /docs/source.android.com/src/source/
git-resources.jd 22 <p>The <a href="http://book.git-scm.com">Git Community Book</a> (maintained by Scott Chacon) </p>
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizerTest.java 48 final String query = "book=thinking in java&price=108";
49 final String book = "book"; local
54 uqs.registerParameters(new String[]{book, price}, UrlQuerySanitizer.getSpaceLegal());
56 assertTrue(uqs.hasParameter(book));
59 assertEquals(bookName, uqs.getValue(book));
63 assertFalse(uqs.hasParameter(book));
66 uqs.parseEntry(book, bookName);
67 assertTrue(uqs.hasParameter(book));
68 assertEquals(bookName, uqs.getValue(book));
    [all...]

Completed in 535 milliseconds

1 2 3 4 5 6 7 8 91011>>