OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERY_SMALL
(Results
1 - 7
of
7
) sorted by null
/external/libopus/celt/
arch.h
110
#define
VERY_SMALL
0
176
#define
VERY_SMALL
1e-30f
celt_decoder.c
214
celt_sig tmp = x[j] + m +
VERY_SMALL
;
228
celt_sig tmp = x[j] + m +
VERY_SMALL
;
240
celt_sig tmp = x[j] + m +
VERY_SMALL
;
249
celt_sig tmp = x[j] + m +
VERY_SMALL
;
[
all
...]
/external/speex/libspeex/
arch.h
112
#define
VERY_SMALL
0
153
#define
VERY_SMALL
1e-15f
nb_celp.c
551
st->exc[i]=st->sw[i]=
VERY_SMALL
;
723
syn_resp[i]=
VERY_SMALL
;
729
ringing[i] =
VERY_SMALL
;
[
all
...]
sb_celp.c
516
high[i]=
VERY_SMALL
;
668
res[i]=
VERY_SMALL
;
949
out[st->frame_size+i]=
VERY_SMALL
;
[
all
...]
filters.c
420
y[i] =
VERY_SMALL
;
/external/libopus/src/
opus_encoder.c
318
S[ 1 ] = - vout*A[1] + B[2]*inval +
VERY_SMALL
;
401
hp_mem[2*c] = hp_mem[2*c] + coef*(x - hp_mem[2*c]) +
VERY_SMALL
;
404
hp_mem[2*c+1] = hp_mem[2*c+1] + coef*(tmp - hp_mem[2*c+1]) +
VERY_SMALL
;
[
all
...]
Completed in 849 milliseconds