Commit 8597d697 authored by thomas dettbarn's avatar thomas dettbarn
Browse files

indentation problem persists

parent 4e815c1a
Loading
Loading
Loading
Loading
Loading
+26 −31
Original line number Diff line number Diff line
@@ -1228,7 +1228,6 @@ Word16 RCcontextMapping_encode2_estimate_no_mem_s17_LCS_fx(
    CONTEXT_HM_CONFIG *hm_cfg /* context-based harmonic model configuration */
)
{
    Word16 retval;
    /* Common variables */
    Word16 a1, b1;
    Word16 k, pki, lev1;
@@ -1240,8 +1239,6 @@ Word16 RCcontextMapping_encode2_estimate_no_mem_s17_LCS_fx(
    Word16 symbol;
    const UWord8 *lookup;
    Word64 nbits2_accu;
    retval = 0;
    move16();

    /* Initialization */
    bit_estimate_fx = MAKE_NUMBER_QX( 2, Q23 );
@@ -1461,7 +1458,7 @@ Word16 RCcontextMapping_encode2_estimate_no_mem_s17_LCS_fx(
        move16();


        retval = round_fx( L_add( W_shr( nbits2_accu, Q7 ), ONE_IN_Q14 ) ); /* Q0 */
        return round_fx( L_add( W_shr( nbits2_accu, Q7 ), ONE_IN_Q14 ) ); /* Q0 */
    }
    ELSE /* if (!hm_cfg) */
    {
@@ -1607,8 +1604,7 @@ Word16 RCcontextMapping_encode2_estimate_no_mem_s17_LCS_fx(
        }
        ELSE /* Overflow */
            {
            IF( *stop )
            {
                IF( *stop ){
                        *stop = tot_bits2; /* Q0 */
        move16();
    }
@@ -1634,9 +1630,8 @@ Word16 RCcontextMapping_encode2_estimate_no_mem_s17_LCS_fx(
    }
}

        retval = tot_bits2;
return tot_bits2;
}
    return retval;
}


@@ -1688,7 +1683,7 @@ Word16 RCcontextMapping_encode2_estimate_bandWise_start_fx(
    }

    /* bits to encode lastnz */
    hContextMem->nbits_old = round_fx( W_shr( hContextMem->bit_estimate_fx, Q7 ) ); /* Q0 */;
    hContextMem->nbits_old = round_fx( W_shr( hContextMem->bit_estimate_fx, Q7 ) ); /* Q0 */
    move16();

    hContextMem->ctx = 0;