OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_pulses
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
rate.h
48
static 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
986
int K =
get_pulses
(q);
[
all
...]
/external/chromium_org/third_party/opus/src/celt/tests/
test_unit_cwrs32.c
104
k=
get_pulses
(pseudo);
Completed in 662 milliseconds