Home
last modified time | relevance | path

Searched refs:nbAllocVectors (Results 1 – 4 of 4) sorted by relevance

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