Commit 8f6796ac authored by TYAGIRIS's avatar TYAGIRIS Committed by multrus
Browse files

fix a typo

parent 5fe317a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2680,7 +2680,7 @@ void protoSignalComputation4_fx(
    {
        reference_power_fx[l] = W_extract_h( W_shl( ref_pow64[l], sf2 ) );
    }
    reference_power_q[l] = sub( add( shl( q_cldfb, 1 ), sf2 ), 31 );
    reference_power_q[1] = sub( add( shl( q_cldfb, 1 ), sf2 ), 31 );
#else
    min_q_shift = Q31;
    move16();