Searched refs:codebook (Results 26 - 44 of 44) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlatticebuild.c26 description into a static codebook. It used to count hits for a
28 currently generates an equal probability codebook)
45 latticebuild produces a codebook on stdout */
57 codebook b;
H A Dlatticetune.c40 codebook *b;
51 fprintf(stderr,"Need a lattice codebook on the command line.\n");
H A Dvqsplit.c13 function: build a VQ codebook and the encoding decision 'tree'
20 pregenerated codebook that is compiled into libvorbis. It is an
39 1) Train the codebook with data collected from the encoder: We use
45 2) Generate the codebook and auxiliary data from the trained data set
48 /* Building a codebook from trained set **********************************
50 The codebook in raw form is technically finished once it's trained.
51 However, we want to finalize the representative codebook values for
158 codebook *b,
169 codebook set spacing and distribution using special metrics and
371 void vqsp_book(vqgen *v, codebook *
[all...]
H A Dbookutil.c125 int get_vector(codebook *b,FILE *in,int start, int n,float *a){
177 codebook *codebook_load(char *filename){
178 codebook *b=_ogg_calloc(1,sizeof(codebook));
189 fprintf(stderr,"Couldn't open codebook %s\n",filename);
193 /* find the codebook struct */
232 fprintf(stderr,"out of data while reading codebook %s\n",filename);
242 fprintf(stderr,"out of data while reading codebook %s\n",filename);
253 fprintf(stderr,"out of data while reading codebook %s\n",filename);
263 fprintf(stderr,"out of data while reading codebook
[all...]
H A Ddistribution.c60 codebook *b=codebook_load(argv[1]);
68 printf("entropy codebook only; no mappings\n");
93 /* lattice codebook. dump it. */
154 /* trained, full mapping codebook. */
155 printf("Can't do probability dump of a trained [type 2] codebook (yet)\n");
H A Dlatticehint.c29 codebooks so that brute forcing each codebook entry isn't needed.
120 codebook *b;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex42 \varname{[floor0_book_list]} that is greater than the maximum codebook
62 5) if ( [booknumber] is greater than the highest number decode codebook ) then packet is undecodable
64 7) vector [temp_vector] = read vector from bitstream using codebook number [floor0_book_list] element [booknumber] in VQ context.
91 required for curve computation. For example, if the VQ codebook used
H A D07-floor1.tex162 highest numbered codebook configured in this stream is an error
199 12) [cval] = read from packet using codebook number
209 17) vector [floor1_Y] element ([j]+[offset]) = read from packet using codebook
H A DVorbis_I_spec.tex106 \include{03-codebook}
H A D01-introduction.tex224 configuration generally refers to multiple codebooks in the codebook
237 final VQ/entropy encoding is provided by external codebook instances
248 The entropy coding in a Vorbis I codebook is provided by a standard
253 The codebook vector index is similarly packed according to index
H A D04-codec.tex101 codebook configurations, time-domain transform configurations
112 in \xref{vorbis:spec:codebook}. Save each configuration, in
114 codebook configurations \varname{[vorbis_codebook_configurations]}.
H A DMakefile.in262 03-codebook.tex \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsvq1dec.c149 /* add codebook entries to vector */\
151 n3 = codebook[entries[j]] ^ 0x80808080;\
173 for (x=0; x < (width / 4); x++, codebook++) {\
185 for (x=0; x < (width / 4); x++, codebook++) {\
198 codebook = (const uint32_t *) cbook[level];\
200 /* calculate codebook entries for this vector */\
211 const uint32_t *codebook; local
266 const uint32_t *codebook; local
H A Dsvq1enc.c134 const int8_t *codebook_sum, *codebook; local
142 codebook= ff_svq1_intra_codebooks[level];
155 codebook= ff_svq1_inter_codebooks[level];
183 vector = codebook + stage*size*16 + i*size;
198 vector= codebook + stage*size*16 + best_vector[stage]*size;
H A Daacenc.c122 /** bits needed to code codebook run value for long windows */
130 /** bits needed to code codebook run value for short windows */
150 * structure used in optimal codebook search
154 int codebook; ///< codebook for coding band run member in struct:BandCodingPath
H A Droqvideoenc.c277 * Find the codebook with the lowest distortion from an image
541 /* Make remaps for the final codebook usage */
567 * Write codebook chunk
800 int *codebook = av_malloc(6*c_size*cbsize*sizeof(int)); local
808 ff_init_elbg(points, 6*c_size, inputCount, codebook, cbsize, 1, closest_cb, &enc->randctx);
809 ff_do_elbg(points, 6*c_size, inputCount, codebook, cbsize, 1, closest_cb, &enc->randctx);
814 buf = codebook;
825 av_free(codebook);
860 /* Unpack 2x2 codebook clusters */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dfloor0.c27 #include "codebook.h"
170 codebook *b=ci->fullbooks+info->books[booknum];
H A DMakefile.in62 codebook.lo sharedbook.lo lookup.lo bitrate.lo
273 res0.c mapping0.c registry.c codebook.c sharedbook.c\
275 envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
301 #test_codebook_SOURCES = codebook.c
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codebook.Plo@am__quote@
H A Dfloor1.c25 #include "codebook.h"
784 codebook *books=ci->fullbooks;
978 codebook *books=ci->fullbooks;

Completed in 118 milliseconds

12