Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmodes.c48 #define BITALLOC_SIZE 11 macro
173 mode->nbAllocVectors = BITALLOC_SIZE; in compute_allocation_table()
174 allocVectors = opus_alloc(sizeof(unsigned char)*(BITALLOC_SIZE*mode->nbEBands)); in compute_allocation_table()
181 for (i=0;i<BITALLOC_SIZE*mode->nbEBands;i++) in compute_allocation_table()
188 for (i=0;i<BITALLOC_SIZE;i++) in compute_allocation_table()