Home
last modified time | relevance | path

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

/external/libvorbis/lib/
Dpsy.h72 float stretch_penalty; member
Denvelope.c110 float penalty=gi->stretch_penalty-(ve->stretch/2-VE_MINSTRETCH); in _ve_amp()
112 if(penalty>gi->stretch_penalty)penalty=gi->stretch_penalty; in _ve_amp()