HomeSort by relevance Sort by last modified time
    Searched refs:get_pulses (Results 1 - 4 of 4) sorted by null

  /external/libopus/celt/
rate.h 48 static OPUS_INLINE int get_pulses(int i) function
rate.c 116 while (fits_in32(N,get_pulses(K+1)) && K<MAX_PSEUDO)
135 get_required_bits(tmp, entryN[i], get_pulses(entryK[i]), BITRES);
137 ptr[j] = tmp[get_pulses(j)]-1;
bands.c 999 int K = get_pulses(q);
    [all...]
  /external/libopus/celt/tests/
test_unit_cwrs32.c 104 k=get_pulses(pseudo);

Completed in 816 milliseconds