Searched refs:line (Results 1 - 25 of 3772) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Dconceal.cpp1319 int line, sfb, scaleFactorBandsTotal = 0; local
1323 line = 0;
1340 for ( ; line < pSfbOffset[sfb+1]; line++) {
1341 enAccu += fPow2Div2(*(spectrum + line)) >> sfbScale;
1355 for (; line < pSfbOffset[sfb+1] << 3; line++) {
1356 enAccu += (enAccu + (fPow2Div2(*(spectrum + line)) >> sfbScale)) >> 3;
1374 for ( ; line < pSfbOffset[sfb+1]; line
1419 int sfb, line = 0; local
[all...]
/external/aac/libAACenc/src/
H A Dgrp_data.cpp119 INT line; /* counts through lines */ local
138 for (line = sfbOffset[sfb+1]-1; line >= sfbOffset[sfb]; line--)
140 if ( mdctSpectrum[wnd*granuleLength_short+line] != FL2FXCONST_SPC(0.0) ) break; /* this band is not completely zero */
142 if (line >= sfbOffset[sfb]) break; /* this band was not completely zero */
258 for (line = width; line > 0; line--)
H A Dpsy_main.cpp456 INT line; /* counts through lines */ local
633 for(line=0; (line<psyData[ch]->lowpassLine) && (zeroSpec==TRUE); line++) {
634 if (psyData[ch]->mdctSpectrum[line+wOffset] != (FIXP_DBL)0) {
735 for(line=0; line<psyData[ch]->lowpassLine; line++) {
736 psyData[ch]->mdctSpectrum[line+wOffset] <<= finalShift;
859 hThisPsyConf[ch]->sfbOffset[psyData[ch]->sfbActive],/*hThisPsyConf[ch]->lowpassLine*/ /* filter stops before that line ! */
[all...]
H A Dqc_main.cpp1305 INT line; local
1307 for (line = sfbOffset[sfbOffs+sfb]; line < sfbOffset[sfbOffs+sfb+1]; line++)
1309 INT tmp = fixp_abs(quantSpectrum[line]);
H A Dquantize.cpp109 int line; local
115 for (line = 0; line < noOfLines; line++)
117 FIXP_DBL accu = fMultDiv2(mdctSpectrum[line],quantizer);
131 quaSpectrum[line] = (SHORT)(-((LONG)(k + accu) >> (DFRACT_BITS-1-16)));
144 quaSpectrum[line] = (SHORT)((LONG)(k + accu) >> (DFRACT_BITS-1-16));
147 quaSpectrum[line]=0;
169 INT line; local
174 for (line
[all...]
/external/aac/libSYS/src/
H A Dcmdl_parser.cpp87 Description: command line parser
142 FDKprintf("No command line arguments\n");
148 FDKprintf("Error allocating memory line %d, file %s\n", __LINE__, __FILE__);
161 FDKprintf("Error allocating memory line %d, file %s\n", __LINE__, __FILE__);
501 static char line[CMDL_MAX_STRLEN*CMDL_MAX_ARGC]; variable
535 /* Obtain a command line from config file */
536 while (FDKfgets(line, CMDL_MAX_STRLEN*CMDL_MAX_ARGC, config_fp) != NULL)
541 line_ptr = (char*)FDKstrchr(line, '\n');
545 line_ptr = line;
547 /* Scan the line an
[all...]
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
H A DgUnit.g90 System.err.println("error(line "+$ACTION.getLine()+"): invalid header");
128 int line = -1;
131 in = new gUnitTestInput(testInput, inputIsFile, line);
137 line = $STRING.line;
142 line = $ML_STRING.line;
148 line = $file.line;
171 file returns [int line]
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DAbstractTest.java66 public void setHeader(String rule, String lexicalRule, String treeRule, int numOfTest, int line) { argument
73 buf.append(lexicalRule + ", line"+line+")" + " - ");
75 else buf.append(rule + ", line"+line+")" + " - ");
H A DgUnitBaseTest.java64 public String execLexer(String testRuleName, int line, String testInput, boolean isFile) throws Exception { argument
90 input.setLine(line);
155 public Object execParser(String testRuleName, int line, String testInput, boolean isFile) throws Exception { argument
184 input.setLine(line);
H A DgUnitExecutor.java189 test.setHeader(rule, lexicalRule, treeRule, numOfTest, input.line);
201 test.setHeader(rule, lexicalRule, treeRule, numOfTest, input.line);
214 test.setHeader(rule, lexicalRule, treeRule, numOfTest, input.line);
221 test.setHeader(rule, lexicalRule, treeRule, numOfTest, input.line);
H A DgUnitTestInput.java34 public int line; // line number in the script field in class:gUnitTestInput
36 public gUnitTestInput(String input, boolean isFile, int line) { argument
39 this.line = line;
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
H A DTestSuiteAdapter.java72 public static ITestCaseInput createStringInput(String line) { argument
73 if(line == null) throw new IllegalArgumentException("null");
75 return new TestCaseInputString(trimChars(line, 1));
/external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
H A Djunit.stg49 // gunit test on line <test.line>
60 // gunit test on line <test.line>
69 // gunit test on line <test.line>
70 Object retval = <if(isLexicalRule)>execLexer<else>execParser<endif>(<testRuleName>, <test.line>, "<test.inputEscaped>", <test.isFile>);
80 // gunit test on line <test.line>
81 <returnType> retval = (<returnType>)execParser(<testRuleName>, <test.line>, "<tes
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRStringStream.as40 /** line number 1..n within the input */
43 /** The index of the character relative to the beginning of the line 0..n-1 */
50 * values line, charPositionInLine, and p that can change as you
142 state.line = _line;
152 _line = state.line;
169 * update line and charPositionInLine.
173 p = index; // just jump; don't update stream state (line, ...)
186 public function get line():int {
194 public function set line(line
[all...]
H A DBaseRecognizer.as289 /** What is the error header, normally line/character position information? */
291 return "line "+e.line+":"+e.charPositionInLine;
H A DCharStream.as45 /** ANTLR tracks the line information automatically */
46 function get line():int;
48 /** Because this stream can rewind, we need to be able to reset the line */
49 function set line(line:int):void;
53 /** The index of the character relative to the beginning of the line 0..n-1 */
H A DCharStreamState.as32 * line, etc...) so that we can rewind the state after scanning ahead.
40 /** What line number is the scanner at before processing buffer[p]? */
41 public var line:int; variable
43 /** What char position 0..n-1 in line is scanner before processing buffer[p]? */
H A DCommonToken.as70 token._line = oldToken.line;
85 public function set line(line:int):void {
86 _line = line;
109 public function get line():int {
179 return "[@"+tokenIndex+","+startIndex+":"+stopIndex+"='"+txt+"',<"+type+">"+channelStr+","+line+":"+charPositionInLine+"]";
H A DLexer.as71 state.tokenStartLine = input.line;
147 t.line = state.tokenStartLine;
208 public function get line():int {
209 return input.line;
314 var inputSymbol:String = String.fromCharCode(input.LT(1))+" line="+ line +":"+ charPositionInLine;
319 var inputSymbol:String = String.fromCharCode(input.LT(1))+" line="+ line +":"+ charPositionInLine;
H A DParser.as65 t.line = current.line;
H A DRecognitionException.as56 * knows its state (such as current input symbol and line info) that
59 * perhaps print an entire line of input not just a single token, for example.
84 /** Track the line at which the error occurred in case this is
86 * unexpected char doesn't carry the line info.
88 public var line:int; variable
93 * imaginary nodes w/o line/col info. We now search backwards looking
94 * for most recent token with line/col info, but notify getErrorHeader()
107 this.line = token.line;
115 this.line
[all...]
H A DRecognizerSharedState.as75 /** The line on which the first character of the token resides */
78 /** The character position of first character within the line */
H A DToken.as38 /** The line number on which this token was matched; line=1..n */
39 function get line():int;
40 function set line(line:int):void;
42 /** The index of the first character relative to the beginning of the line 0..n-1 */
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTree.as318 public function get line():int {

Completed in 1062 milliseconds

1234567891011>>