Home
last modified time | relevance | path

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

/external/libopus/celt/
Drate.c155 max_bits = C*(1+MAX_FINE_BITS)<<BITRES; in compute_pulse_cache()
231 qb = IMIN((num+(den>>1))/den, MAX_FINE_BITS); in compute_pulse_cache()
481 ebits[j] = IMIN(ebits[j], MAX_FINE_BITS); in interp_bits2pulses()
505 extra_fine = IMIN(excess>>(stereo+BITRES),MAX_FINE_BITS-ebits[j]); in interp_bits2pulses()
Drate.h37 #define MAX_FINE_BITS 8 macro
Dquant_bands.c407 if (fine_quant[i] >= MAX_FINE_BITS || fine_priority[i]!=prio) in quant_energy_finalise()
525 if (fine_quant[i] >= MAX_FINE_BITS || fine_priority[i]!=prio) in unquant_energy_finalise()