Home
last modified time | relevance | path

Searched refs:LTP_CORR_INV_MAX (Results 1 – 3 of 3) sorted by relevance

/external/libopus/silk/
Dtuning_parameters.h60 #define LTP_CORR_INV_MAX 0.03f macro
/external/libopus/silk/float/
Dfind_LTP_FLP.c56 … temp = 1.0f / silk_max( xx, LTP_CORR_INV_MAX * 0.5f * ( XX_ptr[ 0 ] + XX_ptr[ 24 ] ) + 1.0f ); in silk_find_LTP_FLP()
/external/libopus/silk/fixed/
Dfind_LTP_FIX.c76 temp = silk_SMLAWB( 1, nrg, SILK_FIX_CONST( LTP_CORR_INV_MAX, 16 ) ); in silk_find_LTP_FIX()