OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCALEOUT
(Results
1 - 3
of
3
) sorted by null
/external/libopus/celt/
arch.h
109
#define
SCALEOUT
(a) (a)
202
#define
SCALEOUT
(a) ((a)*(1/CELT_SIG_SCALE))
celt_decoder.c
241
y[j*C] =
SCALEOUT
(SIG2WORD16(tmp));
250
y[j*C] =
SCALEOUT
(SIG2WORD16(scratch[j*downsample]));
[
all
...]
celt_encoder.c
[
all
...]
Completed in 59 milliseconds