Loading lib_enc/amr_wb_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading lib_enc/evs_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading lib_enc/init_enc_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading
lib_enc/amr_wb_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading
lib_enc/evs_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading
lib_enc/init_enc_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading