Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dfloor0.c105 static const ogg_uint16_t barklook[54]={ variable
119 if(n>=barklook[i] && n<barklook[i+1])break; in toBARK()
124 return (i<<14)+(((n-barklook[i])* in toBARK()
125 ((1UL<<31)/(barklook[i+1]-barklook[i])))>>17); in toBARK()
176 int nextf=barklook[nextbark>>14]+(((nextbark&0x3fff)* in vorbis_lsp_to_curve()
177 (barklook[(nextbark>>14)+1]-barklook[nextbark>>14]))>>14); in vorbis_lsp_to_curve()
342 nextf=barklook[nextbark>>14]+ in vorbis_lsp_to_curve()
344 (barklook[(nextbark>>14)+1]-barklook[nextbark>>14]))>>14); in vorbis_lsp_to_curve()