OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:celt_zlog2
(Results
1 - 3
of
3
) sorted by null
/external/libopus/celt/
mathops.h
157
static OPUS_INLINE opus_int16
celt_zlog2
(opus_val32 x)
function
bands.c
141
shift =
celt_zlog2
(bandE[i+c*m->nbEBands])-13;
361
int shift =
celt_zlog2
(MAX32(bandE[i], bandE[i+m->nbEBands]))-13;
[
all
...]
celt_decoder.c
529
int shift = IMAX(0,2*
celt_zlog2
(celt_maxabs16(&exc[MAX_PERIOD-exc_length], exc_length))-20);
[
all
...]
Completed in 548 milliseconds