Commit 211a4e29 authored by malenov's avatar malenov
Browse files

remove obsolete comments that were inserted when debugging the SWB_TBE@1k75

parent 2c4e0b62
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1863,19 +1863,16 @@ static void dequantizeSHBparams(
                    lsf_q[LATTICE_DIM + 1] = dotp( lsf_q, &LastCoefPred_1bit[2 * ( LATTICE_DIM + 1 ) * Idx_pred + LATTICE_DIM + 1], LATTICE_DIM );
                }

                /* !!! TODO: read empty bits - should be removed */
                if ( nbits < NUM_BITS_SHB_MSLVQ )
                {
                    Idx_pred = get_next_indice( st, NUM_BITS_SHB_MSLVQ - nbits );
                }
                /* !!! end empty bits */

                v_add( SHB_LSF_mean, lsf_q, lsf_q, LPC_SHB_ORDER );
                v_sort( lsf_q, 0, LPC_SHB_ORDER - 1 );
            }
            else
            {
                /* !!!! this purposely reverts the inclusion of extl_brate == SWB_TBE_1k75 into the logic - remove this comment when this macro is deleted !!!!! */
                if ( extl_brate == SWB_TBE_1k6 || extl_brate == FB_TBE_1k8 || extl_brate == SWB_TBE_2k8 || extl_brate == FB_TBE_3k0 )
                {
                    for ( i = 0; i < NUM_Q_LSF; i++ )