Searched defs:offsetTable (Results 1 - 3 of 3) sorted by relevance
/external/svox/pico/lib/ |
H A D | picoktab.c | 198 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 D | pcmutils_lib.cpp | 448 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS], /* out */ 463 FDK_ASSERT(offsetTable != NULL); 468 FDKmemset(offsetTable, 255, PCM_DMX_MAX_CHANNELS*sizeof(UCHAR)); 542 offsetTable[CENTER_FRONT_CHANNEL] = chIdx[CH_GROUP_FRONT][0]; 573 offsetTable[chMapPos] = chIdx[grpIdx][ch]; 605 if (offsetTable[chMapPos] == 255) { 630 offsetTable[chMapPos++] = hardToPlace[ch]; 675 UCHAR offsetTable[PCM_DMX_MAX_CHANNELS] /* out */ 685 FDK_ASSERT(offsetTable != NULL); 690 FDKmemset(offsetTable, 25 444 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...] |
/external/libgdx/backends/gdx-backend-moe/libs/ |
H A D | intel-moe-ios.jar | META-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ... |
Completed in 2748 milliseconds