Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmodes.h65 int nbAllocVectors; /**< Number of lines in the matrix below */ member
Drate.c580 hi = m->nbAllocVectors - 1; in compute_allocation()
618 bits2j = hi>=m->nbAllocVectors ? in compute_allocation()
Dmodes.c173 mode->nbAllocVectors = BITALLOC_SIZE; in compute_allocation_table()
/external/libopus/celt/dump_modes/
Ddump_modes.c108 …signed char allocVectors%d_%d[%d] = {\n", mode->Fs, mdctSize, mode->nbEBands*mode->nbAllocVectors); in dump_modes()
109 for (j=0;j<mode->nbAllocVectors;j++) in dump_modes()
243 fprintf(file, "%d, /* nbAllocVectors */\n", mode->nbAllocVectors); in dump_modes()