Home
last modified time | relevance | path

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

/external/libopus/celt/
Drate.h48 static OPUS_INLINE int get_pulses(int i) in get_pulses() function
Drate.c116 while (fits_in32(N,get_pulses(K+1)) && K<MAX_PSEUDO) in compute_pulse_cache()
135 get_required_bits(tmp, entryN[i], get_pulses(entryK[i]), BITRES); in compute_pulse_cache()
137 ptr[j] = tmp[get_pulses(j)]-1; in compute_pulse_cache()
Dbands.c1010 int K = get_pulses(q); in quant_partition()
/external/libopus/celt/tests/
Dtest_unit_cwrs32.c104 k=get_pulses(pseudo); in main()