Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dfloor0.c161 ogg_uint32_t tBnyq1 = toBARK(nyq)<<1; in vorbis_lsp_to_curve() local
172 ogg_uint32_t nextbark=((tBnyq1<<11)/ln)>>12; in vorbis_lsp_to_curve()
174 ogg_uint32_t nextbark=MULT31(imap>>1,tBnyq1); in vorbis_lsp_to_curve()
338 nextbark=((tBnyq1<<11)/ln*(map+1))>>12; in vorbis_lsp_to_curve()
340 nextbark=MULT31((map+1)*(imap>>1),tBnyq1); in vorbis_lsp_to_curve()