Searched refs:mapping (Results 1 - 25 of 684) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure9287 /* The mapping between symbol names and symbols. */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Dconfigure5959 /* The mapping between symbol names and symbols. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_dec.c124 uint_fast8_t mapping; member in struct:__anon582
745 AV_DEBUG(" %d mapping coupling steps: %d \n", i, mapping_setup->coupling_steps);
748 av_log(vc->avccontext, AV_LOG_ERROR, "%d. mapping setup data invalid. \n", i);
775 AV_DEBUG(" %d mapping %d submap : floor %d, residue %d \n", i, j, mapping_setup->submap_floor[j], mapping_setup->submap_residue[j]);
836 mode_setup->mapping=get_bits(gb, 8);
837 if (mode_setup->mapping>=vc->mapping_count) {
838 av_log(vc->avccontext, AV_LOG_ERROR, "mode mapping value %d out of range. \n", mode_setup->mapping);
842 AV_DEBUG(" %d mode: blockflag %d, windowtype %d, transformtype %d, mapping %d \n", i, mode_setup->blockflag, mode_setup->windowtype, mode_setup->transformtype, mode_setup->mapping);
1482 vorbis_mapping *mapping; local
[all...]
H A Dvorbis_enc.c94 int mapping; member in struct:__anon588
326 // single mapping
351 venc->modes[0].mapping = 0;
569 put_bits(&pb, 16, 0); // mapping type
603 put_bits(&pb, 8, venc->modes[i].mapping);
927 vorbis_enc_mapping * mapping; local
941 mapping = &venc->mappings[mode->mapping];
948 vorbis_enc_floor * fc = &venc->floors[mapping->floor[mapping
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/
H A Dconfigure5624 /* The mapping between symbol names and symbols. */
H A Dltmain.sh4417 /* The mapping between symbol names and symbols. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dconfigure9493 /* The mapping between symbol names and symbols. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A Dconfigure5730 /* The mapping between symbol names and symbols. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dconfigure4398 /* The mapping between symbol names and symbols. */
H A Dltmain.sh3429 /* The mapping between symbol names and symbols. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/
H A Dconfigure6393 /* The mapping between symbol names and symbols. */
H A Dltmain.sh4700 /* The mapping between symbol names and symbols. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dconfigure6606 /* The mapping between symbol names and symbols. */
H A Dltmain.sh4700 /* The mapping between symbol names and symbols. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex166 type 0, the MDCT, in Vorbis I) and a mapping number. The mapping
167 number specifies which mapping configuration instance to use for
173 A mapping contains a channel coupling description and a list of
176 components; the submap list is internal and specific to a mapping.
179 floor and residue vectors within a mapping. The submap functions as a
421 the vectors specified in the current mapping configuration. The
H A D02-bitpacking.tex15 convention specifies the correct mapping of the logical packet
H A D03-codebook.tex142 Implicitly populated value mapping (lattice VQ)
144 Explicitly populated value mapping (tessellated or 'foam'
338 array in a one-to-one mapping. Calculate [unpack] the
H A D04-codec.tex103 configurations, channel mapping configurations and mode
179 multichannel audio with varying channel mapping applications. Vorbis I
180 uses a single mapping type (0), with implicit PCM channel mappings.
188 \item For each \varname{[i]} of \varname{[vorbis_mapping_count]} mapping numbers:
190 \item read the mapping type: 16 bits as unsigned integer. There's no reason to save the mapping type in Vorbis I.
191 \item If the mapping type is nonzero, the stream is undecodable
192 \item If the mapping type is zero:
203 \item if set, square polar channel mapping is in use:
237 \item save this mapping configuratio
[all...]
H A D05-comment.tex208 bitstream mapping which renders least-significant-bit of the word to be
H A D06-floor0.tex148 (dB) amplitude scale, mapping it to linear amplitude in the last step:
H A D08-residue.tex235 required to have a value mapping. The presence of codebook in array
236 [residue_books] without a value mapping (maptype equals zero) renders
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dcodec_internal.h51 int mapping; member in struct:__anon1081
104 blocksize flag and a mapping (along with the mapping setup */
H A Dinfo.c333 ci->mode_param[i]->mapping=oggpack_read(opb,8);
337 if(ci->mode_param[i]->mapping>=ci->maps)goto err_out;
338 if(ci->mode_param[i]->mapping<0)goto err_out;
538 oggpack_write(opb,ci->mode_param[i]->mapping,8);
H A Dsynthesis.c74 type=ci->map_type[ci->mode_param[mode]->mapping];
77 mapping]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dconfigure3598 /* The mapping between symbol names and symbols. */

Completed in 511 milliseconds

1234567891011>>