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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dcelp_math.c49 * cos(ind*64+offset) = base_cos[ind]+offset*slope_cos[ind]
52 static const int16_t slope_cos[64] = variable
84 return FFMAX(base_cos[ind] + ((slope_cos[ind] * offset) >> 12), -0x8000);

Completed in 53 milliseconds