Home
last modified time | relevance | path

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

/external/libvorbis/lib/
Denvelope.h31 #define VE_MINSTRETCH 2 /* a bit less than short block */ macro
Denvelope.c109 int stretch=max(VE_MINSTRETCH,ve->stretch/2); in _ve_amp()
110 float penalty=gi->stretch_penalty-(ve->stretch/2-VE_MINSTRETCH); in _ve_amp()