Searched refs:nextbark (Results 1 – 1 of 1) sorted by relevance
173 ogg_uint32_t nextbark=((tBnyq1<<11)/ln)>>12; in vorbis_lsp_to_curve() local175 ogg_uint32_t nextbark=MULT31(imap>>1,tBnyq1); in vorbis_lsp_to_curve() local177 int nextf=barklook[nextbark>>14]+(((nextbark&0x3fff)* in vorbis_lsp_to_curve()178 (barklook[(nextbark>>14)+1]-barklook[nextbark>>14]))>>14); 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()343 nextf=barklook[nextbark>>14]+ in vorbis_lsp_to_curve()344 (((nextbark&0x3fff)* in vorbis_lsp_to_curve()345 (barklook[(nextbark>>14)+1]-barklook[nextbark>>14]))>>14); in vorbis_lsp_to_curve()