Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dfloor0.c162 ogg_uint32_t tBnyq1 = toBARK(nyq)<<1; in vorbis_lsp_to_curve() local
173 ogg_uint32_t nextbark=((tBnyq1<<11)/ln)>>12; in vorbis_lsp_to_curve()
175 ogg_uint32_t nextbark=MULT31(imap>>1,tBnyq1); in vorbis_lsp_to_curve()
339 nextbark=((tBnyq1<<11)/ln*(map+1))>>12; in vorbis_lsp_to_curve()
341 nextbark=MULT31((map+1)*(imap>>1),tBnyq1); in vorbis_lsp_to_curve()