Searched defs:offsetTable (Results 1 - 2 of 2) sorted by relevance

/external/svox/pico/lib/
H A Dpicoktab.c198 picoos_uint8 * offsetTable; member in struct:ktabgraphs_subobj
217 ktabgraphs->offsetTable = &(this->base[KTAB_START_GRAPHS_OFFSET_TABLE]);
387 graphsOffset = g->offsetTable[g->sizeOffset*m];
390 graphsOffset = g->offsetTable[g->sizeOffset*m ] +
391 256*g->offsetTable[g->sizeOffset*m + 1];
392 /* PICODBG_DEBUG(("picoktab_graphOffset: %i %i %i %i", m, g->offsetTable[g->sizeOffset*m], g->offsetTable[g->sizeOffset*m + 1], graphsOffset));
587 graphsOffset = g->offsetTable[graphIndex];
589 graphsOffset = g->offsetTable[2 * graphIndex]
590 + (g->offsetTable[
[all...]
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp443 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS], /* out */
458 FDK_ASSERT(offsetTable != NULL);
463 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR));
537 offsetTable[CENTER_FRONT_CHANNEL] = chIdx[CH_GROUP_FRONT][0];
568 offsetTable[chMapPos] = chIdx[grpIdx][ch];
600 if (offsetTable[chMapPos] == 255) {
625 offsetTable[chMapPos++] = hardToPlace[ch];
670 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] /* out */
680 FDK_ASSERT(offsetTable != NULL);
685 FDKmemset(offsetTable, 25
439 getChannelMode( const INT numChannels, const AUDIO_CHANNEL_TYPE channelType[], const UCHAR channelIndices[], UCHAR offsetTable[PCM_DMX_MAX_CHANNELS], PCM_DMX_CHANNEL_MODE *chMode ) argument
[all...]

Completed in 134 milliseconds