Searched refs:costab (Results 1 – 2 of 2) sorted by relevance
38 #define SIN(s, n, x) (s->costab[(n) - (x)])41 #define COS(s, n, x) (s->costab[x])193 s->costab = ff_cos_tabs[nbits + 2]; in ff_dct_init()
36 const float *costab; member