Searched refs:costab (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddct.h33 const float *costab; member in struct:DCTContext
H A Ddct.c37 #define SIN(s, n, x) (s->costab[(n) - (x)])
40 #define COS(s, n, x) (s->costab[x])
191 s->costab = ff_cos_tabs[nbits + 2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddct.h35 const float *costab; member in struct:DCTContext
H A Ddct.c38 #define SIN(s, n, x) (s->costab[(n) - (x)])
41 #define COS(s, n, x) (s->costab[x])
192 s->costab = ff_cos_tabs[nbits + 2];

Completed in 64 milliseconds