Commit 97428651 authored by vaclav's avatar vaclav
Browse files

clang-format

parent cedc54ff
Loading
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -313,9 +313,9 @@ void stereo_dmx_evs_close_encoder(
    STEREO_DMX_EVS_ENC_HANDLE *hStereoDmxEVS                    /* i/o: Stereo downmix for EVS encoder handle   */
);

ivas_error ivas_dec_tc(
ivas_error ivas_dec(
    Decoder_Struct *st_ivas,                                    /* i/o: IVAS decoder structure                  */
    float *data                                                 /* o  : output synthesis signals                */
    int16_t *data                                               /* o  : output synthesis signals                */
);

ivas_error ivas_dec_render(
@@ -782,6 +782,11 @@ void ivas_apply_non_diegetic_panning(
 * decoder->rendering TC buffer prototypes
 *----------------------------------------------------------------------------------*/

ivas_error ivas_dec_tc(
    Decoder_Struct *st_ivas,                                    /* i/o: IVAS decoder structure                                      */
    float *data                                                 /* o  : output synthesis signals                                    */
);

ivas_error ivas_jbm_dec_flush_renderer(
    Decoder_Struct *st_ivas,                                    /* i/o: IVAS decoder structure                                      */
    const int16_t tc_granularity_new,                           /* i  : new renderer granularity                                    */
+1 −1

File changed.

Contains only whitespace changes.