Searched refs:decode (Results 1 - 25 of 94) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/c/
H A DMakefile.am18 SUBDIRS = decode encode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/cpp/
H A DMakefile.am18 SUBDIRS = decode encode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/
H A DMakefile.lite34 (cd c/decode/file && $(MAKE) -f Makefile.lite $(CONFIG))
40 (cd cpp/decode/file && $(MAKE) -f Makefile.lite $(CONFIG))
46 -(cd c/decode/file && $(MAKE) -f Makefile.lite clean)
48 -(cd cpp/decode/file && $(MAKE) -f Makefile.lite clean)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dw9968cf_vpp.h31 int (*decode)(const char*, const unsigned long, const unsigned, member in struct:w9968cf_vpp_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/sysklogd/
H A Dlogger.c39 static int decode(char *name, CODE * codetab) function
70 fac = decode(save, facilitynames);
77 lev = decode(s, prioritynames);
140 * This is the original license statement for the decode and pencode functions.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dkrb4.h34 int (*decode)(void *, void*, int, int, struct connectdata *); member in struct:Curl_sec_client_mech
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A DMakefile.am33 decode.c \
41 decode.h \
H A DMakefile.lite37 decode.c \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex4 \section{Residue setup and decode} \label{vorbis:spec:residue}
17 vectors during decode. Vorbis makes use of three different encoding
48 decode that partition. The classification numbers of each partition
63 from multiple decode passes. The classification value associated with
144 as in type 1 with decode interleave reversed. If operating on a single
153 \subsection{Residue decode}
155 \subsubsection{header decode}
157 Header decode for all three residue types is identical.
231 An end-of-packet condition at any point in header decode renders the
241 \subsubsection{packet decode}
[all...]
H A D06-floor0.tex4 \section{Floor type 0 setup and decode} \label{vorbis:spec:floor0}
24 \subsubsection{header decode}
27 codec setup header (third packet). configuration decode proceeds as
48 \subsubsection{packet decode} \label{vorbis:spec:floor0-decode}
56 Packet decode proceeds as follows:
62 5) if ( [booknumber] is greater than the highest number decode codebook ) then packet is undecodable
76 Take note of the following properties of decode:
78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel.
79 \item An end-of-packet condition during decode shoul
[all...]
H A D04-codec.tex9 bit-by-bit decode specification of Vorbis I. This document assumes a
10 high-level understanding of the Vorbis decode process, which is
16 \subsection{Header decode and decode setup}
20 and the setup header. All are required for decode compliance. An
25 \subsubsection{Common header decode}
85 Comment header decode and data specification is covered in
100 needed for decode. The setup header contains, in order, the lists of
104 configurations. It finishes with a framing bit of '1'. Header decode
134 Vorbis uses two floor types; header decode i
[all...]
H A D01-introduction.tex12 understanding of the Vorbis decode process, which is
40 encoder and simple, low-complexity decoder. Vorbis decode is
62 end before or after packet decode expects.
91 flag in each audio packet, or begin decode at any frame in the stream
96 Vorbis \emph{can} initiate decode at any arbitrary packet within a
101 Thus, Vorbis headers are both required for decode to begin and
116 The Vorbis format is well-defined by its decode specification; any
124 Although Vorbis decode is computationally simple, it may still run
127 `full' decode specification yet still be certified compliant. These
134 component abstractions that perform specific functions in the decode
[all...]
H A D07-floor1.tex4 \section{Floor type 1 setup and decode} \label{vorbis:spec:floor1}
87 behavior is used for actual decode, as described later. The actual
94 \subsubsection{header decode}
97 format (used in list order during packet decode and synthesis). This
167 \paragraph{packet decode} \label{vorbis:spec:floor1-decode}
169 Packet decode begins by checking the \varname{[nonzero]} flag:
183 Assuming \varname{[nonzero]} is set, decode proceeds as follows:
226 An end-of-packet condition during curve decode should be considered a
228 operation above, floor decode i
[all...]
H A D03-codebook.tex20 the codebooks themselves and the codewords they decode are unrolled
34 \subsubsection{codebook decode}
80 codeword decode tree:
154 Codebook decode precedes according to \varname{[codebook_lookup_type]}:
158 lookup decode.
166 possible scalar values. Lookup decode proceeds as follows:
277 decode to that entry number.
300 decode in a VQ context.
302 \paragraph{Vector value decode: Lookup type 1}
334 \paragraph{Vector value decode
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A D8svx.c43 /** decode a frame */
99 .decode = eightsvx_decode_frame,
109 .decode = eightsvx_decode_frame,
H A Dra288.c70 static void decode(RA288Context *ractx, float gain, int cb_coef) function
187 decode(ractx, gain, cb_coef);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dcmdutils.c391 int decode=0; local
412 decode=1;
420 decode ? "D":" ",
430 int decode=0; local
440 decode= encode= cap=0;
443 if(p->decode) decode=1;
468 decode ? "D": (/*p2->decoder ? "d":*/" "),
476 /* if(p2->decoder && decode==0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/blast/
H A Dblast.c44 /* input limit error return state for bits() and decode() */
95 * seen in the function decode() below.
123 local int decode(struct state *s, struct huffman *h) function
173 * Huffman code for n symbols, construct the tables required to decode those
180 * possible for decode() using that table to return an error--any stream of
182 * it is possible for decode() using that table to return an error for received
211 return 0; /* complete, but decode() will fail */
323 /* decode literals and length/distance pairs */
327 symbol = decode(s, &lencode);
333 dist = decode(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/blast/
H A Dblast.c44 /* input limit error return state for bits() and decode() */
95 * seen in the function decode() below.
123 local int decode(struct state *s, struct huffman *h) function
173 * Huffman code for n symbols, construct the tables required to decode those
180 * possible for decode() using that table to return an error--any stream of
182 * it is possible for decode() using that table to return an error for received
211 return 0; /* complete, but decode() will fail */
323 /* decode literals and length/distance pairs */
327 symbol = decode(s, &lencode);
333 dist = decode(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/puff/
H A Dpuff.c13 * around 4K on my machine (a PowerPC using GNU cc). If the faster decode()
45 * 1.2 17 Mar 2002 - Add faster version of decode(), doubles speed (!),
96 /* input limit error return state for bits() and decode() */
186 * seen in the function decode() below.
217 local int decode(struct state *s, struct huffman *h) function
240 * A faster version of decode() for real applications of this code. It's not
245 local int decode(struct state *s, struct huffman *h) function
289 * Huffman code for n symbols, construct the tables required to decode those
296 * possible for decode() using that table to return an error--any stream of
298 * it is possible for decode() usin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/puff/
H A Dpuff.c13 * around 4K on my machine (a PowerPC using GNU cc). If the faster decode()
45 * 1.2 17 Mar 2002 - Add faster version of decode(), doubles speed (!),
96 /* input limit error return state for bits() and decode() */
186 * seen in the function decode() below.
217 local int decode(struct state *s, struct huffman *h) function
240 * A faster version of decode() for real applications of this code. It's not
245 local int decode(struct state *s, struct huffman *h) function
289 * Huffman code for n symbols, construct the tables required to decode those
296 * possible for decode() using that table to return an error--any stream of
298 * it is possible for decode() usin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_decode.h102 | decode destination format for fmove reg,ea
107 | decode source register for fmove reg,ea
133 | decode the 8bit diplacement from the brief extension word
139 | decode the index of the brief/full extension word
167 | decode the base displacement size
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dslhc.c83 static long decode(unsigned char **cpp);
203 decode(unsigned char **cpp) function
554 if((x = decode(&cp)) == -1) {
561 if((x = decode(&cp)) == -1) {
567 if((x = decode(&cp)) == -1) {
573 if((x = decode(&cp)) == -1) {
581 if((x = decode(&cp)) == -1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_midi_event.c66 void (*decode)(struct snd_seq_event *ev, unsigned char *buf); member in struct:status_event_list
103 int (*decode)(struct snd_midi_event *dev, unsigned char *buf, int len, member in struct:extra_event_list
321 * decode from a sequencer event to midi bytes
338 return extra_event[type].decode(dev, buf, count, ev);
363 if (status_event[type].decode)
364 status_event[type].decode(ev, xbuf + 1);
368 if (status_event[type].decode)
369 status_event[type].decode(ev, xbuf + 0);
380 /* decode note event */
387 /* decode on
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzip2.c1782 Bool decode; local
1837 decode = True;
1839 if (ISFLAG("--")) { decode = False; continue; }
1840 if (aa->name[0] == '-' && decode) continue;
1963 decode = True;
1965 if (ISFLAG("--")) { decode = False; continue; }
1966 if (aa->name[0] == '-' && decode) continue;
1979 decode = True;
1981 if (ISFLAG("--")) { decode = False; continue; }
1982 if (aa->name[0] == '-' && decode) continu
[all...]

Completed in 114 milliseconds

1234