OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:consec_noise
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
vbr.h
61
int
consec_noise
;
member in struct:VBRState
vbr.c
91
vbr->
consec_noise
=0;
163
vbr->
consec_noise
++;
168
if (vbr->
consec_noise
>=4)
175
vbr->
consec_noise
=0;
229
if (vbr->
consec_noise
>=2)
231
if (vbr->
consec_noise
>=5)
233
if (vbr->
consec_noise
>=12)
236
if (vbr->
consec_noise
>=3)
239
if (vbr->
consec_noise
)
240
qual -= 1.0 * (log(3.0 + vbr->
consec_noise
)-log(3))
[
all
...]
Completed in 30 milliseconds