COS_TBL_SIZE 246 libavcodec/g723_1.h static const int16_t cos_tab[COS_TBL_SIZE + 1] = { COS_TBL_SIZE 248 libavcodec/g723_1enc.c for (i = 1; i < COS_TBL_SIZE / 2; i++) { COS_TBL_SIZE 252 libavcodec/g723_1enc.c temp += f[LPC_ORDER - 2 * j + p] * cos_tab[i * j % COS_TBL_SIZE]; COS_TBL_SIZE 276 libavcodec/g723_1enc.c cos_tab[i * j % COS_TBL_SIZE];