HomeSort by relevance Sort by last modified time
    Searched refs:nbAllocVectors (Results 1 - 4 of 4) sorted by null

  /external/libopus/celt/
modes.h 65 int nbAllocVectors; /**< Number of lines in the matrix below */
rate.c 580 hi = m->nbAllocVectors - 1;
618 bits2j = hi>=m->nbAllocVectors ?
modes.c 173 mode->nbAllocVectors = BITALLOC_SIZE;
  /external/libopus/celt/dump_modes/
dump_modes.c 108 fprintf (file, "static const unsigned char allocVectors%d_%d[%d] = {\n", mode->Fs, mdctSize, mode->nbEBands*mode->nbAllocVectors);
109 for (j=0;j<mode->nbAllocVectors;j++)
243 fprintf(file, "%d, /* nbAllocVectors */\n", mode->nbAllocVectors);

Completed in 497 milliseconds