Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/celt/
H A Dbands.c1416 int resynth_alloc; in quant_all_bands() local
1446 resynth_alloc = M*(eBands[m->nbEBands]-eBands[m->nbEBands-1]); in quant_all_bands()
1448 resynth_alloc = ALLOC_NONE; in quant_all_bands()
1449 ALLOC(_lowband_scratch, resynth_alloc, celt_norm); in quant_all_bands()
1454 ALLOC(X_save, resynth_alloc, celt_norm); in quant_all_bands()
1455 ALLOC(Y_save, resynth_alloc, celt_norm); in quant_all_bands()
1456 ALLOC(X_save2, resynth_alloc, celt_norm); in quant_all_bands()
1457 ALLOC(Y_save2, resynth_alloc, celt_norm); in quant_all_bands()
1458 ALLOC(norm_save2, resynth_alloc, celt_norm); in quant_all_bands()