Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddct.c38 #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()
Ddct.h36 const float *costab; member