Searched defs:offset (Results 1 - 25 of 3590) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp113 UINT offset,
477 UINT offset,
484 numBitfieldWord = offset >> THIRTYTWO_LOG_DIV_TWO_LOG; /* int = wordNr */
485 numBitfieldBit = offset - (numBitfieldWord << THIRTYTWO_LOG_DIV_TWO_LOG); /* fract = bitNr */
476 ClearBitFromBitfield(STATEFUNC *ptrState, UINT offset, UINT *pBitfield) argument
H A Daacdecoder.cpp219 ancData->offset[i] = 0;
268 *ptr = &ancData->buffer[ancData->offset[index]];
269 *size = ancData->offset[index+1] - ancData->offset[index];
298 int offset = ancData->offset[ancData->nrElements]; local
300 if ((offset + ancBytes) > ancData->bufferSize)
313 ancData->buffer[i+offset] = FDKreadBits(hBs, 8);
318 ancData->offset[ancData->nrElements] = ancBytes + ancData->offset[ancDat
1639 int stride, offset, c; local
[all...]
H A Daacdecoder.h146 int offset[8]; member in struct:__anon27
H A Dblock.cpp544 int offset = hcb->Offset; local
563 tmp = (FIXP_DBL)((idx & mask)-offset);
566 if (offset == 0) {
H A Drvlc.cpp340 The offset of 7 must be subtracted to get a valid dpcm scalefactor value.
391 return value; /* return a dpcm value with offset +7 or an error status */
610 SHORT band, group, dpcm, offset; local
667 offset = 16 - pRvlc->maxSfbTransmitted + 1;
669 offset = 1;
683 pRvlc->conceal_min = FDKmax(0,bnds-offset);
690 pRvlc->conceal_min = FDKmax(0,bnds-offset);
702 pRvlc->conceal_min_esc = FDKmax(0,bnds-offset);
720 pRvlc->conceal_min = FDKmax(0,bnds-offset);
727 pRvlc->conceal_min = FDKmax(0,bnds-offset);
[all...]
/external/aac/libAACenc/src/
H A Dgrp_data.cpp123 INT offset; /* needed in sfbOffset grouping */ local
151 offset = 0;
156 groupedSfbOffset[i++] = offset + sfbOffset[sfb] * groupLen[grp];
159 offset += groupLen[grp] * granuleLength_short;
H A Dline_pe.h117 INT offset; member in struct:__anon109
H A Dmetadata_compressor.cpp698 int offset = i; local
701 for (i=offset; i < fixMin(offset+granuleLength,drcComp->blockLength); i++) {
741 int offset = i; local
744 for (i=offset; i < fixMin(offset+granuleLength,drcComp->blockLength); i++) {
H A Dtransform.cpp118 nl: left window slope offset
120 nr: right window slope offset
140 int offset = (windowShape == LOL_WINDOW) ? ((frameLength * 3)>>2) : 0; local
141 fl = frameLength - offset;
142 fr = frameLength - offset;
174 /* Left window slope offset */
191 /* Right window slope offset */
/external/aac/libFDK/src/
H A Dqmf.cpp545 int offset = anaQmf->no_channels*(QMF_NO_POLY*2-1); local
550 FIXP_QAS *RESTRICT FilterStatesAnaTmp = ((FIXP_QAS*)anaQmf->FilterStates)+offset;
607 FDKmemmove ((FIXP_QAS*)anaQmf->FilterStates, (FIXP_QAS*)anaQmf->FilterStates+anaQmf->no_channels, offset*sizeof(FIXP_QAS));
682 /* Move input to output vector with offset */
737 /* Move input to output vector with offset */
/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp411 int offset; local
413 /* Calculate offset to end of AU */
414 offset = hTp->parser.adts.rawDataBlockDist[hTp->parser.adts.bs.num_raw_blocks-hTp->numberOfRawDataBlocks]<<3;
416 offset -= hTp->accessUnitAnchor[0] - FDKgetValidBits(hBs) + 16 + hTp->parser.adts.bs.num_pce_bits;
417 FDKpushBiDirectional(hBs, offset);
428 int offset; local
430 offset = (hTp->parser.adts.bs.frame_length*8 - ADTS_SYNCLENGTH + FDKgetValidBits(hBs)) - hTp->globalFramePos;
431 if (offset != 0) {
432 FDKpushBiDirectional(hBs, offset);
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp262 /** Evaluate a given channel configuration and extract a packed channel mode and generate a channel offset table
330 /* Compose channel offset table */
388 /** Generate a channel offset table and complete channel description for a given (packed) channel mode.
433 /* Compose channel offset table */
642 int offset = (isMpeg2) ? 2 : 0; local
648 if (pAncDataBuf == NULL || ancDataBytes < (UCHAR)(3+offset)) {
653 if (pAncDataBuf[offset] != ANC_DATA_SYNC_BYTE) {
657 offset += 2;
658 ancDataStatus = pAncDataBuf[offset++];
662 if (ancDataStatus & 0x80) offset
830 int inStride, outStride, offset; local
1150 int inStride, outStride, offset; local
[all...]
/external/aac/libSBRdec/src/
H A Denv_dec.cpp140 static int indexLow2High(int offset, /*!< mapping factor */ argument
146 if (offset >= 0)
148 if (index < offset)
151 return(2*index - offset);
155 offset = -offset;
156 if (index < offset)
159 return(2*index + offset);
178 int offset, /*!< mapping factor */
184 if (offset >
176 mapLowResEnergyVal(FIXP_SGL currVal, FIXP_SGL* prevData, int offset, int index, int res) argument
750 int offset = 2 * hHeaderData->freqBandData.nSfb[0] - hHeaderData->freqBandData.nSfb[1]; local
[all...]
H A Denv_extr.cpp767 int offset = 0; local
838 for (j = 0, offset = 0; j < nEnvelopes; j++) {
843 h_frame_data->iEnvelope[offset] =
847 h_frame_data->iEnvelope[offset] =
861 h_frame_data->iEnvelope[offset + i] = (FIXP_SGL) (delta << envDataTableCompFactor);
863 offset += no_band[j];
H A Dsbrdec_drc.cpp200 const int *offset; local
221 offset = offsetTab[frameLenFlag];
240 if (j >= offset[hDrcData->drcInterpolationSchemeCurr - 1]) {
264 if (j >= offset[hDrcData->drcInterpolationSchemeNext - 1]) {
303 if (j >= offset[hDrcData->drcInterpolationSchemeNext - 1]) {
/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
256 if (offset >= 0)
258 if (index < offset)
261 return(2*index - offset);
265 offset = -offset;
266 if (index < offset)
269 return(2*index + offset);
284 Arguments: INT currVal,INT* prevData, INT offset, IN
289 mapLowResEnergyVal(SCHAR currVal, SCHAR* prevData, INT offset, INT index, FREQ_RES res) argument
440 INT offset = h_sbrCodeEnvelope->offset; local
[all...]
H A Dcode_env.h98 INT offset; member in struct:__anon233
/external/aac/libSYS/src/
H A Dwav_file.cpp110 INT offset; local
168 offset = wav->header.formatSize - 16;
182 offset -= 2;
193 offset -= 22;
198 for (;offset > 0; offset--) {
211 FDKfread_EL(&offset, 4, 1, wav->fp);
215 wav->header.dataSize = offset;
219 for (;offset > 0; offset
[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/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/C/src/
H A Dantlr3basetree.c49 static void freshenPACIndexes (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 offset);
470 freshenPACIndexes (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 offset) argument
479 for (c = offset; c < count; c++)
H A Dantlr3string.c80 static ANTLR3_UCHAR charAt8 (pANTLR3_STRING string, ANTLR3_UINT32 offset);
81 static ANTLR3_UCHAR charAtUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 offset);
1245 * offset as a 32 bit character.
1248 charAt8 (pANTLR3_STRING string, ANTLR3_UINT32 offset) argument
1250 if (offset > string->len)
1256 return (ANTLR3_UCHAR)(*(string->chars + offset));
1261 * offset as a 32 bit character.
1264 charAtUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 offset) argument
1266 if (offset > string->len)
1272 return (ANTLR3_UCHAR)(*((pANTLR3_UINT16)(string->chars) + offset));
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs494 protected virtual ProxyTree DeserializeNode(string[] elements, int offset) { argument
495 int ID = int.Parse(elements[offset + 0]);
496 int type = int.Parse(elements[offset + 1]);
497 int tokenLine = int.Parse(elements[offset + 2]);
498 int charPositionInLine = int.Parse(elements[offset + 3]);
499 int tokenIndex = int.Parse(elements[offset + 4]);
500 string text = elements[offset + 5];
506 int offset) {
507 string indexS = elements[offset + 0];
508 string typeS = elements[offset
505 DeserializeToken(string[] elements, int offset) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTree.cs351 public virtual void FreshenParentAndChildIndexes(int offset) { argument
353 for (int c = offset; c < n; c++) {
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java433 protected ProxyTree deserializeNode(String[] elements, int offset) { argument
434 int ID = Integer.parseInt(elements[offset+0]);
435 int type = Integer.parseInt(elements[offset+1]);
436 int tokenLine = Integer.parseInt(elements[offset+2]);
437 int charPositionInLine = Integer.parseInt(elements[offset+3]);
438 int tokenIndex = Integer.parseInt(elements[offset+4]);
439 String text = elements[offset+5];
445 int offset)
447 String indexS = elements[offset+0];
448 String typeS = elements[offset
444 deserializeToken(String[] elements, int offset) argument
[all...]

Completed in 775 milliseconds

1234567891011>>