Home
last modified time | relevance | path

Searched refs:V_PITCH_GAIN_START_MAX_Q14 (Results 1 – 2 of 2) sorted by relevance

/external/libopus/silk/
DPLC.h35 #define V_PITCH_GAIN_START_MAX_Q14 15565 /* 0.95 in Q14 */ macro
DPLC.c144 } else if( LTP_Gain_Q14 > V_PITCH_GAIN_START_MAX_Q14 ) { in silk_PLC_update()
148 tmp = silk_LSHIFT( V_PITCH_GAIN_START_MAX_Q14, 14 ); in silk_PLC_update()