Home
last modified time | relevance | path

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

/external/libopus/celt/
Dbands.c1406 int effective_lowband=-1; in quant_all_bands() local
1460 effective_lowband = IMAX(0, M*eBands[lowband_offset]-norm_offset-N); in quant_all_bands()
1462 while(M*eBands[--fold_start] > effective_lowband+norm_offset); in quant_all_bands()
1464 while(M*eBands[++fold_end] < effective_lowband+norm_offset+N); in quant_all_bands()
1489 effective_lowband != -1 ? norm+effective_lowband : NULL, LM, in quant_all_bands()
1492 effective_lowband != -1 ? norm2+effective_lowband : NULL, LM, in quant_all_bands()
1498 effective_lowband != -1 ? norm+effective_lowband : NULL, LM, in quant_all_bands()
1502 effective_lowband != -1 ? norm+effective_lowband : NULL, LM, in quant_all_bands()