Searched refs:submap (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/interface/
H A Dversion.h53 unsigned int submap_idx; /* IN: which 32-bit submap to return */
54 uint32_t submap; /* OUT: 32-bit submap */ member in struct:xen_feature_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dfeatures.c31 xen_features[i * 32 + j] = !!(fi.submap & 1<<j);
H A Dsys-hypervisor.c306 ret = sprintf(buffer, "%08x", info.submap);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dmapping0.c95 oggpack_write(opb,0,8); /* time submap unused */
143 oggpack_read(opb,8); /* time submap unused */
378 int submap=info->chmuxlist[i]; local
506 if(ci->floor_type[info->floorsubmap[submap]]!=1)return(-1);
509 floor1_fit(vb,b->flr[info->floorsubmap[submap]],
538 floor1_fit(vb,b->flr[info->floorsubmap[submap]],
563 floor1_fit(vb,b->flr[info->floorsubmap[submap]],
571 floor1_interpolate_fit(vb,b->flr[info->floorsubmap[submap]],
577 floor1_interpolate_fit(vb,b->flr[info->floorsubmap[submap]],
653 int submap local
774 int submap=info->chmuxlist[i]; local
842 int submap=info->chmuxlist[i]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex176 components; the submap list is internal and specific to a mapping.
178 A 'submap' is a configuration/grouping that applies to a subset of
179 floor and residue vectors within a mapping. The submap functions as a
182 but also specific vectors in a specific mode. Each submap specifies
184 submap's spectral floor and spectral residue vectors.
194 In this example, channels 0-4 belong to submap 0 (which indicates use
195 of a full-range floor) and channel 5 belongs to submap 1, which uses a
391 belongs to a 'submap' that specifies which floor configuration to
404 Vorbis codes residue vectors in groups by submap; the coding is done
405 in submap orde
[all...]
H A D04-codec.tex225 \item if the value is greater than the highest numbered submap (\varname{[vorbis_mapping_submaps]} - 1), this in an error condition rendering the stream undecodable
228 \item for each submap \varname{[j]} of \varname{[vorbis_mapping_submaps]} submaps, read the floor and residue numbers for use in decoding that submap:
438 are decoded in submap order.
440 for each submap \varname{[i]} in order from 0 ... \varname{[vorbis_mapping_submaps]}-1
446 \item if channel \varname{[j]} in submap \varname{[i]} (vector \varname{[vorbis_mapping_mux]} element \varname{[j]} is equal to \varname{[i]})
467 \item if channel \varname{[j]} is in submap \varname{[i]} (vector \varname{[vorbis_mapping_mux]} element \varname{[j]} is equal to \varname{[i]})
H A D08-residue.tex249 is passed the number of vectors in the submap bundle and a vector of

Completed in 130 milliseconds