Home
last modified time | relevance | path

Searched refs:coeffi (Results 1 – 1 of 1) sorted by relevance

/external/libvorbis/lib/
Dpsy.c780 float de, coeffi, cx;/* AoTuV */ in _vp_offset_and_mix() local
801 coeffi = -17.2; /* coeffi is a -17.2dB threshold */ in _vp_offset_and_mix()
804 if(val > coeffi){ in _vp_offset_and_mix()
807 de = 1.0-((val-coeffi)*0.005*cx); in _vp_offset_and_mix()
818 de = 1.0-((val-coeffi)*0.0003*cx); in _vp_offset_and_mix()