Home
last modified time | relevance | path

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

/external/libopus/silk/
Ddefine.h135 #define MAX_PREDICTION_POWER_GAIN_AFTER_RESET 1e2f macro
/external/libopus/silk/float/
Dfind_pred_coefs_FLP.c98 minInvGain = 1.0f / MAX_PREDICTION_POWER_GAIN_AFTER_RESET; in silk_find_pred_coefs_FLP()
/external/libopus/silk/fixed/
Dfind_pred_coefs_FIX.c126 minInvGain_Q30 = SILK_FIX_CONST( 1.0f / MAX_PREDICTION_POWER_GAIN_AFTER_RESET, 30 ); in silk_find_pred_coefs_FIX()