Commit b14bf2d7 authored by thomas dettbarn's avatar thomas dettbarn
Browse files

replaced a div4 with a shr2

parent 5a10d34d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2376,7 +2376,7 @@ static void computeLfeEnergy_fx(
    Word16 inp_q = q_inp;
    move16();

    l_ts = idiv1616( input_frame, MDFT_NO_COL_MAX );
    l_ts = shr( input_frame, MDFT_NO_COL_MAX_LOG2 );
    separateChannelIndex = hMcMasa->separateChannelIndex;
    move16();
    lfeChannelIndex = LFE_CHANNEL;