Searched refs:tab_cos (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcelp_math.c33 static const int16_t tab_cos[65] = variable
68 return tab_cos[ind] + (offset * (tab_cos[ind+1] - tab_cos[ind]) >> 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlsp.c61 static const int16_t tab_cos[65] = variable
80 return tab_cos[ind] + (offset * (tab_cos[ind+1] - tab_cos[ind]) >> 8);

Completed in 64 milliseconds