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

/external/libopus/silk/
H A Dtable_LSF_cos.c36 const opus_int16 silk_LSFCosTab_FIX_Q12[ LSF_COS_TAB_SZ_FIX + 1 ] = {
H A DNLSF2A.c88 silk_assert( LSF_COS_TAB_SZ_FIX == 128 );
103 silk_assert(f_int < LSF_COS_TAB_SZ_FIX );
H A Ddefine.h201 #define LSF_COS_TAB_SZ_FIX 128 macro
H A Dtables.h116 extern const opus_int16 silk_LSFCosTab_FIX_Q12[ LSF_COS_TAB_SZ_FIX + 1 ]; /* 258 */
H A DA2NLSF.c42 #define BIN_DIV_STEPS_A2NLSF_FIX 3 /* must be no higher than 16 - log2( LSF_COS_TAB_SZ_FIX ) */
221 if( k > LSF_COS_TAB_SZ_FIX ) {

Completed in 225 milliseconds