• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/doc/

Lines Matching refs:vectors

16 residue vectors into the bitstream packet, and then reconstructs the
17 vectors during decode. Vorbis makes use of three different encoding
33 A set of coded residue vectors are all of the same length. High level
41 of \emph{ch} residue vectors, the total number of partitioned chunks
50 illustration below. Just as the residue vectors are coded in grouped
140 Rather than encoding multiple passed-in vectors as in residue type 1,
141 the \emph{ch} passed in vectors of length \emph{n} are first
172 the unpacked vectors are zeroed. Note that for residue type 2, these
174 the interleaved vector, not the individual vectors before interleave.
249 is passed the number of vectors in the submap bundle and a vector of
250 flags indicating if any of the vectors are not to be decoded. If the
251 passed in number of vectors is 3 and vector number 1 is marked 'do not
253 'do not decode' vectors are allocated and zeroed.
265 as follows. We assume that the number of vectors being encoded,
288 1) allocate and zero all vectors that will be returned.
421 Format 2 handles 'do not decode' vectors differently than residue 0 or
422 1; if all vectors are marked 'do not decode', no decode occurrs.
423 However, if at least one vector is to be decoded, all the vectors are
426 channel. After decode, deinterleave the vector into independent vectors, one for each output channel. That is:
429 \item If all vectors 0 through \emph{ch}-1 are marked 'do not decode', allocate and clear a single vector \varname{[v]}of length \emph{ch*n} and skip step 2 below; proceed directly to the post-decode step.
430 \item Rather than performing format 1 decode to produce \emph{ch} vectors of length \emph{n} each, call format 1 decode to produce a single vector \varname{[v]} of length \emph{ch*n}.
431 \item Post decode: Deinterleave the single vector \varname{[v]} returned by format 1 decode as described above into \emph{ch} independent vectors, one for each outputchannel, according to: