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/chromium_org/third_party/opus/src/celt/
arch.h
103
#define
VERY_SMALL
0
144
#define
VERY_SMALL
1e-30f
celt_decoder.c
239
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/chromium_org/third_party/opus/src/src/
opus_encoder.c
349
S[ 1 ] = - vout*A[1] + B[2]*inval +
VERY_SMALL
;
432
hp_mem[2*c] = hp_mem[2*c] + coef*(x - hp_mem[2*c]) +
VERY_SMALL
;
435
hp_mem[2*c+1] = hp_mem[2*c+1] + coef*(tmp - hp_mem[2*c+1]) +
VERY_SMALL
;
[
all
...]
Completed in 132 milliseconds