Searched refs:barklook (Results 1 – 1 of 1) sorted by relevance
106 static const ogg_uint16_t barklook[54]={ variable120 if(n>=barklook[i] && n<barklook[i+1])break; in toBARK()125 return (i<<14)+(((n-barklook[i])* in toBARK()126 ((1UL<<31)/(barklook[i+1]-barklook[i])))>>17); in toBARK()177 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()343 nextf=barklook[nextbark>>14]+ in vorbis_lsp_to_curve()345 (barklook[(nextbark>>14)+1]-barklook[nextbark>>14]))>>14); in vorbis_lsp_to_curve()