Searched defs:index (Results 1 - 25 of 4630) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Daacdec_hcr.cpp633 SHORT index; local
670 for (index = BandOffsets[band]; index < BandOffsets[band+1]; index += LINES_PER_UNIT) {
671 pTeVa = &pBak[index];
1090 pQuantValBase = aQuantTable [codebook]; /* convert codebook to index to table of QSCs */
H A Daacdec_tns.cpp154 int index; local
161 for (index=0; index < n_filt; index++)
163 CFilter *filter = &pTnsData->Filter[window][index];
225 // - An input vector of "size" samples is processed and the index increment
341 int window,index,start,stop,size; local
352 for (index=0; index < pTnsData->NumberOfFilters[window]; index
[all...]
H A Daacdecoder.cpp253 \index Index of the anc data element to get
259 AAC_DECODER_ERROR CAacDecoder_AncDataGet(CAncData *ancData, int index, unsigned char **ptr, int *size) argument
266 if (index >= 0 && index < 8 && index < ancData->nrElements)
268 *ptr = &ancData->buffer[ancData->offset[index]];
269 *size = ancData->offset[index+1] - ancData->offset[index];
1127 int chOutMapIdx; /* Output channel mapping index (see comment below) */
1207 UCHAR previous_element_index = 0; /* Canonical index o
[all...]
H A Daacdecoder_lib.cpp245 int index,
251 return CAacDecoder_AncDataGet(ancData, index, ptr, size);
710 /* loop counter for layers; if not TT_MP4_RAWPACKETS used as index for only
244 aacDecoder_AncDataGet( HANDLE_AACDECODER self, int index, UCHAR **ptr, int *size ) argument
H A Dblock.cpp260 for (int index = BandOffsets[band]; index < max_index; index++)
262 pSpectrum[index] >>= scale;
354 /* Check if decoded codebook index is feasible */
362 /* Store codebook index */
507 int i,index; local
556 for (index=BandOffsets[band]; index < BandOffsets[band+1]; index
[all...]
H A Dchannelinfo.cpp239 int index = 0; local
247 index = 0;
250 index = 1;
253 index = 3;
256 index = 4;
263 t->ScaleFactorBands_Long = sfbOffsetTables[index][samplingRateIndex].sfbOffsetLong;
264 t->ScaleFactorBands_Short = sfbOffsetTables[index][samplingRateIndex].sfbOffsetShort;
265 t->NumberOfScaleFactorBands_Long = sfbOffsetTables[index][samplingRateIndex].numberOfSfbLong;
266 t->NumberOfScaleFactorBands_Short = sfbOffsetTables[index][samplingRateIndex].numberOfSfbShort;
H A Dchannelinfo.h418 inline UCHAR GetWindowGroupLength(const CIcsInfo *pIcsInfo, const INT index) argument
420 return pIcsInfo->WindowGroupLength[index];
/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp469 * \brief get implicit audio channel type for given channelConfig and MPEG ordered channel index
471 * \param index MPEG channel order index
479 UINT index
482 if (index < 3) {
484 *chIndex = index;
490 switch (index) {
494 *chIndex = index - 3;
503 switch (index) {
507 *chIndex = index;
982 getSampleRate(HANDLE_FDK_BITSTREAM bs, UCHAR *index, int nBits) argument
[all...]
/external/aac/libSBRdec/src/
H A Denv_calc.cpp300 int grouping = 0, index = 0, noGroups, k; local
307 groupVector[index++] = k;
311 if(groupVector[index-1] + 3 == k){
312 groupVector[index++] = k + 1;
320 groupVector[index++] = k + 1;
322 groupVector[index++] = k;
329 groupVector[index++] = noSubbands;
331 noGroups = index >> 1;
1739 UCHAR *ptrHarmIndex, /*!< Harmonic index */
1744 int *ptrPhaseIndex, /*!< Start index t
1752 int index = *ptrPhaseIndex; local
1962 int index = *ptrPhaseIndex; local
[all...]
H A Denv_dec.cpp138 \brief Convert table index
141 int index, /*!< index to scalefactor band */
148 if (index < offset)
149 return(index);
151 return(2*index - offset);
156 if (index < offset)
157 return(2*index+index);
159 return(2*index
140 indexLow2High(int offset, int index, int res) argument
176 mapLowResEnergyVal(FIXP_SGL currVal, FIXP_SGL* prevData, int offset, int index, int res) argument
[all...]
H A Dhuff_dec.cpp96 The table entries are interpreted either as index to the next entry
108 SCHAR index = 0; local
111 while (index >= 0) {
113 index = h[index][bit];
116 value = index+64; /* Add offset */
H A Dlpp_tran.cpp808 int index; local
817 index = 0;
818 while( v_k_master[index] < goalSb ) {
819 index++;
822 index = numMaster;
823 while( v_k_master[index] > goalSb ) {
824 index--;
828 return v_k_master[index];
H A Dpsbitdec.cpp98 \return index of huffman codebook table
107 SCHAR index = 0; local
110 while (index >= 0) {
113 index = h[index][bit];
118 return( index+64 ); /* Add offset */
183 else { /* No data is sent, set index to zero */
337 /* Update previous frame index buffers */
H A Dtranscendent.h215 int preShift, postShift, index, shift; local
225 - leave 8 bits as index for table
234 The first interval has half width so the lowest bit of the index is
239 index = (shift<0)? (LONG)b_m << (-shift) : (LONG)b_m >> shift;
242 /* The index has INV_TABLE_BITS +1 valid bits here. Clear the other bits. */
243 index &= (1 << (INV_TABLE_BITS+1)) - 1;
246 index--;
249 index = index >> 1;
252 bInv_m = (index<
271 int preShift, postShift, index, shift; local
[all...]
/external/aac/libSBRenc/src/
H A Dcode_env.cpp246 Arguments: INT offset, INT index, FREQ_RES res
251 static INT indexLow2High(INT offset, INT index, FREQ_RES res) argument
258 if (index < offset)
259 return(index);
261 return(2*index - offset);
266 if (index < offset)
267 return(2*index+index);
269 return(2*index + offset);
273 return(index);
289 mapLowResEnergyVal(SCHAR currVal, SCHAR* prevData, INT offset, INT index, FREQ_RES res) argument
348 INT index; local
[all...]
H A Dsbr_encoder.cpp299 \return the adapted stop frequency index (-1 -> error)
1778 INT index; local
1783 index = getPsTuningTableIndex(bitRate, &newBitRate);
1784 if (index == INVALID_TABLE_IDX) {
1793 index = getSbrTuningTableIndex(bitRate, numChannels, coreSampleRate, aot, &newBitRate);
1794 if (index != INVALID_TABLE_IDX) {
2144 error = ERROR(CDI, "Invalid ps tuning table index.");
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRuleListController.java118 JList list, Object value, int index,
153 public Object getElementAt(int index) { argument
154 return testSuite.getRule(index);
117 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean hasFocus) argument
H A DTestCaseEditController.java602 JList list, Object value, int index,
601 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean hasFocus) argument
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestSuite.java82 public Rule getRule(int index) { return rules.get(index); } argument
/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/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognitionException.as57 * state can change before the exception is reported so current token index
67 /** What is index of token/char were we looking at when the error occurred? */
68 public var index:int; variable
104 this.index = input.index;
H A DTokenRewriteStream.as40 * current index. If so, the operation is done and then normal String
45 * screw up the token index values. That is, an insert operation at token
46 * index i does not change the index values for tokens i+1..n-1.
93 /** Map String (program name) -> Integer index */
121 public function insertAfter(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
122 // to insert after, just insert before next index (even if past end)
123 insertBefore(index+1, text, programName);
130 public function insertBefore(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
131 var op:RewriteOperation = new InsertBeforeOp(index,tex
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontoken.h146 /** What the index of this token is, 0, 1, .., n-2, n-1 tokens
148 ANTLR3_MARKER index; member in struct:ANTLR3_COMMON_TOKEN_struct
277 /** Pointer to a function that returns an index 0...n-1 of the token in the token
282 /** Pointer to a function that can set the token index of this token in the token
287 /** Pointer to a function that gets the start index in the input stream for this token.
291 /** Pointer to a function that sets the start index in the input stream for this token.
293 void (*setStartIndex) (struct ANTLR3_COMMON_TOKEN_struct * token, ANTLR3_MARKER index);
295 /** Pointer to a function that gets the stop index in the input stream for this token.
299 /** Pointer to a function that sets the stop index in the input stream for this token.
301 void (*setStopIndex) (struct ANTLR3_COMMON_TOKEN_struct * token, ANTLR3_MARKER index);
[all...]
H A Dantlr3defs.h340 /* Some platforms define a macro, index() in string.h. AIX is
342 * as we use ->index all over the place. defining macros like this in system header
345 #ifdef index
346 #undef index macro

Completed in 4507 milliseconds

1234567891011>>