| /plan9/sys/src/games/mp3dec/ |
| H A D | decoder.c | 57 void mad_decoder_init(struct mad_decoder *decoder, void *data, in mad_decoder_init() argument 74 decoder->mode = -1; in mad_decoder_init() 76 decoder->options = 0; in mad_decoder_init() 78 decoder->async.pid = 0; in mad_decoder_init() 79 decoder->async.in = -1; in mad_decoder_init() 80 decoder->async.out = -1; in mad_decoder_init() 82 decoder->sync = 0; in mad_decoder_init() 84 decoder->cb_data = data; in mad_decoder_init() 86 decoder->input_func = input_func; in mad_decoder_init() 87 decoder->header_func = header_func; in mad_decoder_init() [all …]
|
| H A D | main.c | 163 struct mad_decoder decoder; in play() local 166 mad_decoder_init(&decoder, (void*)fd, input, nil, nil, output, error, nil); in play() 167 mad_decoder_run(&decoder, MAD_DECODER_MODE_SYNC); in play() 168 mad_decoder_finish(&decoder); in play()
|
| H A D | decoder.h | 85 # define mad_decoder_options(decoder, opts) \ argument 86 ((void) ((decoder)->options = (opts)))
|
| H A D | mkfile | 5 decoder.$O\
|
| H A D | COPYRIGHT | 2 libmad - MPEG audio decoder library
|
| H A D | imdct_s.dat | 2 * libmad - MPEG audio decoder library
|
| H A D | qc_table.dat | 2 * libmad - MPEG audio decoder library
|
| H A D | mad.h | 940 # define mad_decoder_options(decoder, opts) \ argument 941 ((void) ((decoder)->options = (opts)))
|
| H A D | sf_table.dat | 2 * libmad - MPEG audio decoder library
|
| H A D | D.dat | 2 * libmad - MPEG audio decoder library
|
| H A D | rq_table.dat | 2 * libmad - MPEG audio decoder library
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | sstring.c | 381 const byte *const decoder = scan_char_decoder; in s_hex_process() local 393 f1:if ((val1 = decoder[p[1]]) <= 0xf && in s_hex_process() 394 (val2 = decoder[p[2]]) <= 0xf in s_hex_process() 405 if ((val1 = decoder[*++p]) > 0xf) { in s_hex_process() 428 if ((val2 = decoder[*++p]) > 0xf) { in s_hex_process()
|
| H A D | seexec.c | 109 const byte *const decoder = scan_char_decoder; in s_exD_process() local 138 if (!(decoder[p[i]] <= 0xf || in s_exD_process() 139 decoder[p[i]] == ctype_space) in s_exD_process()
|
| H A D | iscannum.c | 63 const byte *const decoder = scan_char_decoder; in scan_number() local 65 ((d = decoder[c]) < 10) in scan_number() 156 d = decoder[c]; in scan_number() 171 d = decoder[c]; in scan_number()
|
| H A D | iscan.c | 432 const byte *const decoder = scan_char_decoder; in scan_token() local 689 switch (decoder[c]) { in scan_token() 840 if (retcode == 1 && decoder[newptr[-1]] == ctype_space) { in scan_token() 972 while (decoder[*++sptr] <= max_name_ctype); /* digit or name */ in scan_token() 997 while (decoder[c = scan_getc()] <= max_name_ctype) { in scan_token() 1013 nx:switch (decoder[c]) { in scan_token()
|
| /plan9/sys/src/cmd/gs/jpeg/ |
| H A D | change.log | 22 JFIF version number information is now saved by the decoder and accepted by 115 decoder with v6 should allow it to read progressive files, though of course
|
| H A D | filelist.doc | 32 jdhuff.h Private declarations for Huffman decoder modules.
|
| H A D | libjpeg.doc | 831 very small/low quality files from being generated. The IJG decoder 965 recognized by the decoder. 1057 adhere to the JFIF or Adobe conventions, and the decoder will recognize these 1656 the decoder has suspended without consuming any data --- otherwise, if this 1705 slow communications link, a decoder can generate a low-quality image very 1716 Progressive JPEG files can also be read transparently by the decoder library. 1720 To perform incremental display, an application needs to use the decoder 1725 image of the same size, so the decoder must be fairly fast in relation to the 1728 to the decoder's coefficient buffer. This is fast because only Huffman 1730 The IJG decoder library allows the application to switch dynamically between [all …]
|
| H A D | structure.doc | 453 coefficients of each MCU (initially all zeroes), which the entropy decoder 692 The essence of the problem is that the entropy codec (coder or decoder) must 717 decoder has to be able to undo assignments of newly nonzero coefficients if it 930 Huffman decoder; this implies a speed penalty whether the feature is used 933 application using the decoder. Thus *every* application using the IJG
|
| H A D | jmorecfg.h.save | 261 /* Capability options common to encoder and decoder: */
|
| H A D | usage.doc | 133 file is being transmitted over a slow communications link, the decoder can use 171 The -restart option inserts extra markers that allow a JPEG decoder to
|
| H A D | README | 361 (In any case, our decoder will remain capable of reading JFIF indefinitely.)
|
| H A D | install.doc | 479 decoder support for all valid JPEG files, to ensure that you can read anyone's
|
| /plan9/lib/ |
| H A D | pci | 1960 7108 STi7108 Advanced HD AVC decoder with 3D graphics acceleration 4216 0002 GM90C7110VX MPACT DVD decoder. 4397 …7133 Philips SAA7133/35 Hybrid Capture Device or averme PCI audio and video broadcast decoder or o… 6272 6181 KFIR MPEG decoder 6795 8800 Conexant CX23881 PAL audio/video decoder
|