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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg723_1_data.h47 #define COS_TBL_SIZE 512 macro
131 static const int16_t cos_tab[COS_TBL_SIZE+1] = {
H A Dg723_1.c1552 for ( i = 1; i < COS_TBL_SIZE / 2; i++) {
1556 temp += f[LPC_ORDER - 2 * j + p] * cos_tab[i * j % COS_TBL_SIZE];
1580 cos_tab[i * j % COS_TBL_SIZE];

Completed in 117 milliseconds