Commit dc58f48f authored by vaclav's avatar vaclav
Browse files

number -> macro

parent 20037ad6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ void amr_wb_enc_fx(
    move16();
    st->coder_type = GENERIC;
    move16();
    input_frame = extract_l( Mult_32_16( st->input_Fs, 0x0290 ) );
    input_frame = extract_l( Mpy_32_32_r( st->input_Fs, ONE_BY_FRAMES_PER_SEC_Q31 ) );
    move16(); /* frame length of the input signal */
    st->extl = -1;
    move16();
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ ivas_error evs_enc_fx(
     * Initializiation
     *-----------------------------------------------------------------*/

    input_frame = extract_l( Mult_32_16( st->input_Fs, 0x0290 ) );
    input_frame = extract_l( Mpy_32_32_r( st->input_Fs, ONE_BY_FRAMES_PER_SEC_Q31 ) );
    move16();
    st->core = -1;
    move16();
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ ivas_error init_encoder_fx(

    error = IVAS_ERR_OK;

    input_frame = extract_l( Mult_32_16( st_fx->input_Fs, 0x0290 ) );
    input_frame = extract_l( Mpy_32_32_r( st_fx->input_Fs, ONE_BY_FRAMES_PER_SEC_Q31 ) );

    /*-----------------------------------------------------------------*
     * General signal buffers
@@ -1004,7 +1004,7 @@ ivas_error init_encoder_ivas_fx(
    error = IVAS_ERR_OK;
    move32();

    input_frame = extract_l( Mult_32_16( st->input_Fs, 0x0290 ) );
    input_frame = extract_l( Mpy_32_32_r( st->input_Fs, ONE_BY_FRAMES_PER_SEC_Q31 ) );

    /*-----------------------------------------------------------------*
     * General parameters