Searched refs:look (Results 1 - 25 of 74) sorted by relevance

123

/external/libvorbis/lib/
H A Dfloor0.c59 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
60 if(look){
62 if(look->linearmap){
64 if(look->linearmap[0])_ogg_free(look->linearmap[0]);
65 if(look->linearmap[1])_ogg_free(look->linearmap[1]);
67 _ogg_free(look->linearmap);
69 memset(look,0,sizeof(*look));
110 floor0_map_lazy_init(vorbis_block *vb, vorbis_info_floor *infoX, vorbis_look_floor0 *look) argument
147 vorbis_look_floor0 *look=_ogg_calloc(1,sizeof(*look)); local
158 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
195 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
[all...]
H A Dres0.c81 vorbis_look_residue0 *look=(vorbis_look_residue0 *)i; local
86 for(j=0;j<look->parts;j++){
89 if(look->training_data[k][j]){
92 codebook *statebook=look->partbooks[j][k];
95 sprintf(buffer,"res_sub%d_part%d_pass%d.vqd",look->submap,j,k);
99 fprintf(of,"%d:%ld\n",l,look->training_data[k][j][l]);
104 look->training_min[k][j],look->training_max[k][j]);*/
106 _ogg_free(look->training_data[k][j]);
107 look
270 vorbis_look_residue0 *look=_ogg_calloc(1,sizeof(*look)); local
416 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
483 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
543 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
662 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
807 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
[all...]
H A Dfloor1.c63 vorbis_look_floor1 *look=(vorbis_look_floor1 *)i; local
64 if(look){
66 (float)look->phrasebits/look->frames,
67 (float)look->postbits/look->frames,
68 (float)(look->postbits+look->phrasebits)/look->frames);*/
70 memset(look,
202 vorbis_look_floor1 *look=_ogg_calloc(1,sizeof(*look)); local
591 floor1_fit(vorbis_block *vb,vorbis_look_floor1 *look, const float *logmdct, const float *logmask) argument
746 floor1_interpolate_fit(vorbis_block *vb,vorbis_look_floor1 *look, int *A,int *B, int del) argument
768 floor1_encode(oggpack_buffer *opb,vorbis_block *vb, vorbis_look_floor1 *look, int *post,int *ilogmask) argument
969 vorbis_look_floor1 *look=(vorbis_look_floor1 *)in; local
1056 vorbis_look_floor1 *look=(vorbis_look_floor1 *)in; local
[all...]
H A Dcodec_internal.h134 extern void _vp_global_free(vorbis_look_psy_global *look);
158 extern int *floor1_fit(vorbis_block *vb,vorbis_look_floor1 *look,
161 extern int *floor1_interpolate_fit(vorbis_block *vb,vorbis_look_floor1 *look,
165 vorbis_look_floor1 *look,
H A Dbackends.h33 vorbis_look_floor *(*look) (vorbis_dsp_state *,vorbis_info_floor *); member in struct:__anon9346
91 vorbis_look_residue *(*look) (vorbis_dsp_state *, member in struct:__anon9349
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DBillboardControl.java53 private Vector3f look; field in class:BillboardControl
85 look = new Vector3f();
149 look.set(camera.getLocation()).subtractLocal(
153 // The xzp vector is the projection of the look vector on the xz plane
154 xzp.set(look.x, 0, look.z);
161 look.normalizeLocal();
163 float cosp = look.dot(xzp);
167 orient.set(0, 1, xzp.x * -look.y);
171 orient.set(1, 2, look
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DTreeParser.js56 var look = this.input.LT(1);
57 if ( this.input.getTreeAdaptor().getChildCount(look)===0 ) {
64 tokenType = this.input.getTreeAdaptor().getType(look);
69 look = this.input.LT(1);
70 tokenType = this.input.getTreeAdaptor().getType(look);
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-trees.rb156 stream.look(index + 1).type.should == type
158 stream.look(100).type.should == EOF
175 13.times { stream.look(1); stream.consume } # consume until end
177 stream.look(1).type.should == EOF
178 stream.look(-1).type.should == UP
181 13.times { stream.look(1); stream.consume } # consume until end
183 stream.look(1).type.should == EOF
184 stream.look(-1).type.should == UP
202 stream.look(1).type.should == 107
208 stream.look(
[all...]
H A Dtest-streams.rb86 @stream.look(1).should == 'o'
87 @stream.look(2).should == 'h'
88 @stream.look(3).should == "\n"
94 @stream.look(1).should == '!'
95 @stream.look(2).should == "\n"
96 @stream.look(3).should be_nil
223 @stream.look(1).should == 'a'
279 @stream.look.should == ANTLR3::EOF_TOKEN
286 @stream.look(1).type.should == 12
295 @stream.look(
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLL1Analyzer.java153 LookaheadSet look = _FIRST(s, false);
154 //System.out.println("< FIRST("+s.enclosingRule.name+") in rule "+s.enclosingRule+"="+look.toString(this.grammar));
155 return look;
175 LookaheadSet look = _FIRST(s, true);
177 if ( grammar.type!=Grammar.LEXER && look.member(Label.EOR_TOKEN_TYPE) ) {
180 f.orInPlace(look);
182 look = f;
183 //look.orInPlace(FOLLOW(s.enclosingRule));
185 else if ( grammar.type==Grammar.LEXER && look.member(Label.EOT) ) {
187 //look
[all...]
/external/jpeg/
H A Djdhuff.h178 { register int nb, look; \
186 look = PEEK_BITS(HUFF_LOOKAHEAD); \
187 if ((nb = htbl->look_nbits[look]) != 0) { \
189 result = htbl->look_sym[look]; \
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djdhuff.h177 { register int nb, look; \
185 look = PEEK_BITS(HUFF_LOOKAHEAD); \
186 if ((nb = htbl->look_nbits[look]) != 0) { \
188 result = htbl->look_sym[look]; \
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Drule-tracer.rb33 input_symbol = @input.look || :EOF
34 @device.puts( " look = %p" % input_symbol )
48 input_symbol = ( @input.look || :EOF )
49 @device.puts( " look = %p" % input_symbol )
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DTreeParser.as86 var look:Object = input.LT(1);
87 if ( input.treeAdaptor.getChildCount(look)==0 ) {
94 var tokenType:int = input.treeAdaptor.getType(look);
97 look = input.LT(1);
98 tokenType = input.treeAdaptor.getType(look);
/external/llvm/test/MC/AArch64/
H A Darm64-separator.s8 ; being on separate lines in the output. We look for the "; encoding" string
/external/llvm/utils/lit/lit/
H A DShUtil.py19 def look(self): member in class:ShLexer
51 c = self.look()
164 if self.look().isspace():
182 def look(self): member in class:ShParser
198 tok = self.look()
227 while self.look() == ('|',):
235 while self.look():
239 if not self.look():
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeParser.java103 Object look = input.LT(1);
104 if ( input.getTreeAdaptor().getChildCount(look)==0 ) {
111 int tokenType = input.getTreeAdaptor().getType(look);
114 look = input.LT(1);
115 tokenType = input.getTreeAdaptor().getType(look);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb125 def look( i = 1 ) method in class:ANTLR3.Debug.TreeNodeStream
130 @debug_listener.look( i, node )
139 @debug_listener.look( i, node )
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeParser.cs117 int look = input.LA(1);
118 if (look == DOWN) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeParser.cs128 int look = input.LA( 1 );
129 if ( look == DOWN )
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dll-star.rb29 * Use ANTLRWorks to see the look use (step by Location)
30 * and look for blue tokens in the input window pane. :)
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dfilter-mode.rb48 * ever match since k=1 look in the QID loop of '.' will make it loop.
182 * ever match since k=1 look in the QID loop of '.' will make it loop.
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-obj-errors.s6 @These tests look for errors that should be reported for invalid object layout
/external/llvm/test/MC/Mips/
H A Dsort-relocation-table.s45 # HI is already followed by a matching LO, so don't look further, ie. ignore the
87 # sym8 is not a local symbol, don't look for a matching LO for GOT.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb90 === consume / look / peek
96 to a recognizer at look-ahead position specified by <tt>k</tt>. For
102 <tt>stream.look(k = 1)</tt> is used to retrieve the full object of interest at
103 look-ahead position specified by <tt>k</tt>. While <tt>peek</tt> provides the
105 <tt>look</tt> provides the <i>full object of concern</i> in the stream. For
112 implemented by some method with a name like <tt>LA(k)</tt> and <tt>look</tt> is
115 un-Ruby-like. Thus, I chose <tt>peek</tt> and <tt>look</tt> to represent a
116 quick-look (peek) and a full-fledged look-ahead operation (look)
411 def look( k = 1 ) # for 1.9 method in class:ANTLR3.that.StringStream
446 def look( k = 1 ) # for 1.8 method in class:ANTLR3.that.StringStream
932 def look( k = 1 ) method in class:ANTLR3.that.CommonTokenStream
[all...]

Completed in 666 milliseconds

123