Commit 8161d353 authored by vaclav's avatar vaclav
Browse files

comments to st_ivas parameters

parent 66fa96f4
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -1186,6 +1186,7 @@ typedef struct Decoder_Struct
    int16_t codec_mode;                                     /* Mode 1 or 2 */
    int16_t ini_frame;                                      /* initialization frames counter */
    int16_t ini_active_frame;                               /* initialization active frames counter */
    int32_t last_active_ivas_total_brate;                   /* last active frame IVAS total bitrate in bps */

    int16_t bfi;                                            /* FEC - bad frame indicator */
    int16_t BER_detect;                                     /* BER detect flag */ /* IVAS_fmToDo: eventually replace hCoreCoder->BER_detect by a pointer to ease the updating of this main parameter */
@@ -1237,11 +1238,11 @@ typedef struct Decoder_Struct
    EFAP_HANDLE hEFAPdata;                                     /* EFAP structure */
    VBAP_HANDLE hVBAPdata;                                     /* VBAP structure */
    MONO_DOWNMIX_RENDERER_HANDLE hMonoDmxRenderer;             /* Mono downmix structure */
    CREND_WRAPPER_HANDLE hCrendWrapper;
    REVERB_HANDLE hReverb; /* Reverb handle             */
	HRTFS_CREND_HANDLE hSetOfHRTF;                             /* Set of HRTFs handle (CRend) */
    CREND_WRAPPER_HANDLE hCrendWrapper;                        /* Crend wrapper handle */
    HRTFS_CREND_HANDLE hSetOfHRTF;                             /* Set of HRTFs handle (Crend) */
    HRTFS_FASTCONV_HANDLE hHrtfFastConv;                       /* FASTCONV HRTF tables for binaural rendering */
    HRTFS_PARAMBIN_HANDLE hHrtfParambin;                       /* HRTF tables for parametric binauralizer */
    REVERB_HANDLE hReverb;                                     /* Reverb handle */
    LSSETUP_CUSTOM_HANDLE hLsSetupCustom;                      /* Custom LS configuration handle */
    float *hoa_dec_mtx;                                        /* Pointer to decoder matrix for SBA */
    HEAD_TRACK_DATA_HANDLE hHeadTrackData;                     /* Head tracking data structure */
@@ -1251,7 +1252,7 @@ typedef struct Decoder_Struct
#ifdef DEBUGGING
    int32_t noClipping;                                        /* number of clipped samples */
#endif
	int32_t last_active_ivas_total_brate;

} Decoder_Struct;

/* clang-format on */