Commit fa82cb9b authored by TYAGIRIS's avatar TYAGIRIS
Browse files

removing comments that are not true anymore

parent b35b4035
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -409,7 +409,6 @@ void ivas_lfe_dec_fx(

    IF( hLFE->filter_state.order > 0 )
    {
        /* NOTE: this block is not getting hit by any stream present in pytest test suite */
        /* Low Pass Filter */
        ivas_filter_process_fx( &hLFE->filter_state, output_lfe_ch, output_frame, q_out );
    }
+0 −1
Original line number Diff line number Diff line
@@ -678,7 +678,6 @@ void rotateFrame_shd(
    const Word16 subframe_idx                             /* i  : subframe index                            Q0    */
)
{
    // Not yet tested, no test cases entering the function.
    Word16 i, l, n, m, offset;
    Word16 m1, m2;
    Word16 shd_rot_max_order;