OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alg_unquant
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
vq.h
63
unsigned
alg_unquant
(celt_norm *X, int N, int K, int spread, int B,
vq.c
322
unsigned
alg_unquant
(celt_norm *X, int N, int K, int spread, int B,
function
331
celt_assert2(K>0, "
alg_unquant
() needs at least one pulse");
332
celt_assert2(N>1, "
alg_unquant
() needs at least two dimensions");
bands.c
997
cm =
alg_unquant
(X, N, K, spread, B, ec, gain);
[
all
...]
Completed in 41 milliseconds