Searched refs:OPUS_SAMPLES_TO_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
41 #define OPUS_SAMPLES_TO_BLOCK_SIZE(x) (ff_log2((x) / (2 * 15)) - 2) macro
209 int max_bsize = FFMIN(OPUS_SAMPLES_TO_BLOCK_SIZE(max_delay_samples), CELT_BLOCK_960); in psy_output_groups()