Home
last modified time | relevance | path

Searched refs:offsetTable (Results 1 – 3 of 3) sorted by relevance

/external/aac/libPCMutils/src/
Dpcmutils_lib.cpp275 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] /* out */ in getChannelMode()
285 FDK_ASSERT(offsetTable != NULL); in getChannelMode()
289 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in getChannelMode()
336 offsetTable[CENTER_FRONT_CHANNEL] = chIdx[CH_GROUP_FRONT][0]; in getChannelMode()
368 offsetTable[chMapPos] = chIdx[grpIdx][ch]; in getChannelMode()
402 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] /* out */ in getChannelDescription()
412 FDK_ASSERT(offsetTable != NULL); in getChannelDescription()
417 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); in getChannelDescription()
439 offsetTable[CENTER_FRONT_CHANNEL] = pChannelMap[0]; in getChannelDescription()
476 offsetTable[chMapPos] = pChannelMap[ch]; in getChannelDescription()
/external/icu4c/layout/
DLigatureSubstProc.cpp79 …const le_int16 *offsetTable = (const le_int16 *)((char *) &ligatureSubstitutionHeader->stHeader + … in processStateEntry() local
81 i += SWAPW(offsetTable[LE_GET_GLYPH(glyphStorage[componentGlyph])]); in processStateEntry()
/external/svox/pico/lib/
Dpicoktab.c198 picoos_uint8 * offsetTable; member
217 ktabgraphs->offsetTable = &(this->base[KTAB_START_GRAPHS_OFFSET_TABLE]); in ktabGraphsInitialize()
387 graphsOffset = g->offsetTable[g->sizeOffset*m]; in picoktab_graphOffset()
390 graphsOffset = g->offsetTable[g->sizeOffset*m ] + in picoktab_graphOffset()
391 256*g->offsetTable[g->sizeOffset*m + 1]; in picoktab_graphOffset()
587 graphsOffset = g->offsetTable[graphIndex]; in picoktab_graphsGetGraphInfo()
589 graphsOffset = g->offsetTable[2 * graphIndex] in picoktab_graphsGetGraphInfo()
590 + (g->offsetTable[2 * graphIndex + 1] << 8); in picoktab_graphsGetGraphInfo()