• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/

Lines Matching refs:codebook

47 specifies which of multiple configured VQ codebook setups are used to
60 codebook design dictates that each vector is encoded as the additive
62 VQ codebook. Thus, each residue value potentially accumulates values
84 dimension of the codebook used to encode a partition in a specific
85 pass. The dimension of the codebook need not be the same in multiple
87 codebook dimension.
90 by residue 0 using codebook sizes of 8, 4, 2 and 1:
96 codebook dimensions = 8 encoded as: [ 0 1 2 3 4 5 6 7 ]
98 codebook dimensions = 4 encoded as: [ 0 2 4 6 ], [ 1 3 5 7 ]
100 codebook dimensions = 2 encoded as: [ 0 4 ], [ 1 5 ], [ 2 6 ], [ 3 7 ]
102 codebook dimensions = 1 encoded as: [ 0 ], [ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ], [ 6 ], [ 7 ]
115 must be an integer multiple of the codebook dimension, although
119 by residue 0 using codebook sizes of 8, 4, 2 and 1:
125 codebook dimensions = 8 encoded as: [ 0 1 2 3 4 5 6 7 ]
127 codebook dimensions = 4 encoded as: [ 0 1 2 3 ], [ 4 5 6 7 ]
129 codebook dimensions = 2 encoded as: [ 0 1 ], [ 2 3 ], [ 4 5 ], [ 6 7 ]
131 codebook dimensions = 1 encoded as: [ 0 ], [ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ], [ 6 ], [ 7 ]
178 \varname{[residue_classbook]} is the codebook number used to
207 codebook classifications and the maximum possible number of encoding
232 stream undecodable. In addition, any codebook number greater than the
233 maximum numbered codebook set up in this stream also renders the
235 required to have a value mapping. The presence of codebook in array
281 1) [classwords_per_codeword] = [codebook_dimensions] value of codebook [residue_classbook]
302 9) [temp] = read from packet using codebook [residue_classbook] in scalar context
330 codebook number [vqbook] in VQ context
367 3) vector [entry_temp] = read vector from packet using current codebook in VQ context
400 2) vector [entry_temp] = read vector from packet using current codebook in VQ context