OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thresh32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
bands.c
270
opus_val32
thresh32
;
local
278
thresh32
= SHR32(celt_exp2(-SHL16(depth, 10-BITRES)),1);
279
thresh = MULT16_32_Q15(QCONST16(0.5f, 15), MIN32(32767,
thresh32
));
[
all
...]
/external/libopus/celt/
bands.c
270
opus_val32
thresh32
;
local
278
thresh32
= SHR32(celt_exp2(-SHL16(depth, 10-BITRES)),1);
279
thresh = MULT16_32_Q15(QCONST16(0.5f, 15), MIN32(32767,
thresh32
));
[
all
...]
Completed in 753 milliseconds