Commit ec68c338 authored by multrus's avatar multrus
Browse files

remove printf()s

parent 03b5ca8b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -845,7 +845,6 @@ void tcx_arith_encode_envelope_fx(
    }

    /* Final encoding */
    // printf("%s:%d: before tcx_arith_encode()\n", __FILE__,__LINE__);
    *arith_bits = tcx_arith_encode( q_spectrum, signs, kMax, L_spec, exponents, target_bits, prm );
    move16();

@@ -987,7 +986,6 @@ void tcx_arith_encode_envelope_ivas_fx(
    }

    /* Final encoding */
    // printf("%s:%d: before tcx_arith_encode()\n", __FILE__,__LINE__);
    *arith_bits = tcx_arith_encode( q_spectrum, signs, kMax, L_spec, exponents, target_bits, prm );
    move16();