Searched defs:cos_tab (Results 1 – 2 of 2) sorted by relevance
95 static inline float get_cos(int idx, int part, const float *cos_tab, int size) in get_cos()122 const float *cos_tab = tctx->cos_tabs[ftype]; in eval_lpcenv_or_interp() local
124 static float cos_tab[256]; variable