Loading lib_enc/fd_cng_enc_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -2755,8 +2755,8 @@ void stereoFdCngCoherence_fx( /* only estimate coherence in inactive frames (or in the first 50 frames to build an initial value) */ test(); test(); // TODO: is there a BASOP for the ! ? IF( !( LE_32( sts[0]->ini_frame, 50 ) || ( sts[0]->vad_flag == 0 && sts[1]->vad_flag == 0 ) ) ) test(); IF( NE_16( ( LE_32( sts[0]->ini_frame, 50 ) || ( EQ_16( sts[0]->vad_flag, 0 ) && EQ_16( sts[1]->vad_flag, 0 ) ) ), 0 ) ) { return; } Loading Loading
lib_enc/fd_cng_enc_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -2755,8 +2755,8 @@ void stereoFdCngCoherence_fx( /* only estimate coherence in inactive frames (or in the first 50 frames to build an initial value) */ test(); test(); // TODO: is there a BASOP for the ! ? IF( !( LE_32( sts[0]->ini_frame, 50 ) || ( sts[0]->vad_flag == 0 && sts[1]->vad_flag == 0 ) ) ) test(); IF( NE_16( ( LE_32( sts[0]->ini_frame, 50 ) || ( EQ_16( sts[0]->vad_flag, 0 ) && EQ_16( sts[1]->vad_flag, 0 ) ) ), 0 ) ) { return; } Loading