Searched refs:LSF_COS_TAB_SZ_FIX (Results 1 – 5 of 5) sorted by relevance
88 silk_assert( LSF_COS_TAB_SZ_FIX == 128 ); in silk_NLSF2A()103 silk_assert(f_int < LSF_COS_TAB_SZ_FIX ); in silk_NLSF2A()
36 const opus_int16 silk_LSFCosTab_FIX_Q12[ LSF_COS_TAB_SZ_FIX + 1 ] = {
108 extern const opus_int16 silk_LSFCosTab_FIX_Q12[ LSF_COS_TAB_SZ_FIX + 1 ]; …
201 #define LSF_COS_TAB_SZ_FIX 128 macro
236 if( k > LSF_COS_TAB_SZ_FIX ) { in silk_A2NLSF()