Searched refs:nbAllocVectors (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dmodes.h73 int nbAllocVectors; /**< Number of lines in the matrix below */ member in struct:OpusCustomMode
H A Drate.c579 hi = m->nbAllocVectors - 1;
617 bits2j = hi>=m->nbAllocVectors ?
H A Dmodes.c172 mode->nbAllocVectors = BITALLOC_SIZE;
/external/libopus/celt/
H A Dmodes.h73 int nbAllocVectors; /**< Number of lines in the matrix below */ member in struct:OpusCustomMode
H A Drate.c579 hi = m->nbAllocVectors - 1;
617 bits2j = hi>=m->nbAllocVectors ?
H A Dmodes.c172 mode->nbAllocVectors = BITALLOC_SIZE;
/external/chromium_org/third_party/opus/src/celt/dump_modes/
H A Ddump_modes.c102 fprintf (file, "static const unsigned char allocVectors%d_%d[%d] = {\n", mode->Fs, mdctSize, mode->nbEBands*mode->nbAllocVectors);
103 for (j=0;j<mode->nbAllocVectors;j++)
225 fprintf(file, "%d,\t/* nbAllocVectors */\n", mode->nbAllocVectors);

Completed in 379 milliseconds