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

/external/tremolo/Tremolo/
H A Dcodec_internal.h165 typedef struct submap{ struct
168 } submap; typedef in typeref:struct:submap
174 submap *submaplist;
H A Dmapping0.c143 int submap=0; local
147 submap=info->chmuxlist[i];
148 floorno=info->submaplist[submap].floor;
232 int submap=0; local
236 submap=info->chmuxlist[i];
237 floorno=info->submaplist[submap].floor;
/external/guava/guava/src/com/google/common/collect/
H A DAbstractMultimap.java1171 final transient Map<K, Collection<V>> submap; field in class:AbstractMultimap.AsMap
1173 AsMap(Map<K, Collection<V>> submap) { argument
1174 this.submap = submap;
1187 return Maps.safeContainsKey(submap, key);
1191 Collection<V> collection = Maps.safeGet(submap, key);
1206 return submap.size();
1210 Collection<V> collection = submap.remove(key);
1223 return this == object || submap.equals(object);
1227 return submap
1300 SortedAsMap(SortedMap<K, Collection<V>> submap) argument
[all...]
/external/libvorbis/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]],
622 int submap local
724 int submap=info->chmuxlist[i]; local
792 int submap=info->chmuxlist[i]; local
[all...]
H A Dres0.c64 int submap; member in struct:__anon21458
95 sprintf(buffer,"res_sub%d_part%d_pass%d.vqd",look->submap,j,k);
479 submap */
541 int submap){
547 look->submap=submap;
729 int **in,int *nonzero,int ch, long **partword, int submap){
736 return _01forward(opb,vb,vl,in,used,partword,_encodepart,submap);
782 int **in,int *nonzero,int ch, long **partword,int submap){
797 return _01forward(opb,vb,vl,&work,1,partword,_encodepart,submap);
535 _01forward(oggpack_buffer *opb, vorbis_block *vb,vorbis_look_residue *vl, int **in,int ch, long **partword, int (*encode)(oggpack_buffer *,int *,int, codebook *,long *), int submap) argument
728 res1_forward(oggpack_buffer *opb,vorbis_block *vb,vorbis_look_residue *vl, int **in,int *nonzero,int ch, long **partword, int submap) argument
780 res2_forward(oggpack_buffer *opb, vorbis_block *vb,vorbis_look_residue *vl, int **in,int *nonzero,int ch, long **partword,int submap) argument
[all...]
/external/libvorbis/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.tex226 \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
229 \item for each submap \varname{[j]} of \varname{[vorbis_mapping_submaps]} submaps, read the floor and residue numbers for use in decoding that submap:
439 are decoded in submap order.
441 for each submap \varname{[i]} in order from 0 ... \varname{[vorbis_mapping_submaps]}-1
447 \item if channel \varname{[j]} in submap \varname{[i]} (vector \varname{[vorbis_mapping_mux]} element \varname{[j]} is equal to \varname{[i]})
468 \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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jar ... .taskdefs.optional.starteam.TreeBasedTask$UnmatchedFileMap submap com.starbase.starteam.Folder folder com. ...
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTreeMapTest.java369 assertTrue("submap should be empty",sub.isEmpty());
397 assertTrue("submap should be empty",sub.isEmpty());
669 assertTrue("submap should be empty",sub.isEmpty());
697 assertTrue("submap should be empty",sub.isEmpty());
1985 Map<String, String> submap = test_map.subMap("a","z");
1987 assertFalse("Empty submap should not contain the null-valued entry",
1988 submap.entrySet().contains(entry[0]));
H A DTreeMapExtendTest.java13478 Map submap = tree.subMap(tree.firstKey(), tree.lastKey());
13480 assertEquals(submap, tree);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 292 milliseconds