OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VE_MINSTRETCH
(Results
1 - 2
of
2
) sorted by null
/external/libvorbis/lib/
envelope.h
31
#define
VE_MINSTRETCH
2 /* a bit less than short block */
envelope.c
109
int stretch=max(
VE_MINSTRETCH
,ve->stretch/2);
110
float penalty=gi->stretch_penalty-(ve->stretch/2-
VE_MINSTRETCH
);
Completed in 115 milliseconds