Home | History | Annotate | Download | only in doc

Lines Matching defs:format

23 \subsection{Residue format}
25 Residue format partitions each vector in the vector bundle into chunks,
72 \captionof{figure}{illustration of residue vector format}
243 Format 0 and 1 packet decode is identical except for specific
244 partition interleave. Format 2 packet decode can be built out of the
245 format 1 decode process. Thus we describe first the decode
271 2) if residue encoding is format 2
350 \subsubsection{format 0 specifics}
352 Format zero decodes partitions exactly as described earlier in the
353 'Residue Format: residue 0' section. The following pseudocode
384 \subsubsection{format 1 specifics}
386 Format 1 decodes partitions exactly as described earlier in the
387 'Residue Format: residue 1' section. The following pseudocode
416 \subsubsection{format 2 specifics}
418 Format 2 is reducible to format 1. It may be implemented as an additional step prior to and an additional post-decode step after a normal format 1 decode.
421 Format 2 handles 'do not decode' vectors differently than residue 0 or
424 decoded. We then request normal format 1 to decode a single vector
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: