Commit 6404f586 authored by multrus's avatar multrus
Browse files

[cleanup] accept DIRAC_ALLOC_HARM

parent cdd260fa
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -3611,12 +3611,10 @@ ivas_error ivas_dirac_dec_open(
    Decoder_Struct *st_ivas                                     /* i/o: IVAS decoder structure                  */
);

#ifdef DIRAC_ALLOC_HARM
ivas_error ivas_dirac_allocate_parameters(
    DIRAC_DEC_HANDLE hDirAC,                                    /* i/o: decoder DirAC handle                    */
    const int16_t params_flag                                   /* i  : set of parameters flag                  */
);
#endif

ivas_error ivas_dirac_dec_config(
    Decoder_Struct *st_ivas,                                    /* i/o: IVAS decoder structure                                       */
@@ -3627,12 +3625,10 @@ void ivas_dirac_dec_close(
    DIRAC_DEC_HANDLE *hDirAC                                    /* i/o: decoder DirAC handle                    */
);

#ifdef DIRAC_ALLOC_HARM
void ivas_dirac_deallocate_parameters(
    DIRAC_DEC_HANDLE hDirAC,                                    /* i/o: decoder DirAC handle                    */
    const int16_t params_flag                                   /* i  : set of parameters flag                  */
);
#endif

void ivas_dirac_dec_read_BS(
    const int32_t ivas_total_brate,                             /* i  : IVAS total bitrate                      */
+0 −1
Original line number Diff line number Diff line
@@ -160,7 +160,6 @@



#define DIRAC_ALLOC_HARM                                /* VA: harmonize DirAC parameters allocation/deallocation */


#define COMPLEXITY_LEVEL_INDICATION
+0 −464

File changed.

Preview size limit exceeded, changes collapsed.

+0 −233

File changed.

Preview size limit exceeded, changes collapsed.