Home
last modified time | relevance | path

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

/external/libvorbis/lib/
Dpsy.c336 float halfoc=toOC((i+.5)*rate/(2.*n))*2.; in _vp_psy_init() local
340 if(halfoc<0)halfoc=0; in _vp_psy_init()
341 if(halfoc>=P_BANDS-1)halfoc=P_BANDS-1; in _vp_psy_init()
342 inthalfoc=(int)halfoc; in _vp_psy_init()
343 del=halfoc-inthalfoc; in _vp_psy_init()