Home
last modified time | relevance | path

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

/external/libopus/celt/
Dbands.c1415 int resynth_alloc; in quant_all_bands() local
1445 resynth_alloc = M*(eBands[m->nbEBands]-eBands[m->nbEBands-1]); in quant_all_bands()
1447 resynth_alloc = ALLOC_NONE; in quant_all_bands()
1448 ALLOC(_lowband_scratch, resynth_alloc, celt_norm); in quant_all_bands()
1453 ALLOC(X_save, resynth_alloc, celt_norm); in quant_all_bands()
1454 ALLOC(Y_save, resynth_alloc, celt_norm); in quant_all_bands()
1455 ALLOC(X_save2, resynth_alloc, celt_norm); in quant_all_bands()
1456 ALLOC(Y_save2, resynth_alloc, celt_norm); in quant_all_bands()
1457 ALLOC(norm_save2, resynth_alloc, celt_norm); in quant_all_bands()