Loading lib_rend/ivas_dirac_rend_fx.c +5 −1 Original line number Diff line number Diff line Loading @@ -338,9 +338,13 @@ ivas_error ivas_spat_hSpatParamRendCom_config_fx( #endif move16(); IF( dec_param_estim_flag ) { num_slots_in_subfr = CLDFB_NO_COL_MAX / MAX_PARAM_SPATIAL_SUBFRAMES; } ELSE { num_slots_in_subfr = 1; } move16(); hSpatParamRendCom->dirac_md_buffer_length = MAX_PARAM_SPATIAL_SUBFRAMES + DELAY_DIRAC_PARAM_DEC_SFR; move16(); Loading Loading
lib_rend/ivas_dirac_rend_fx.c +5 −1 Original line number Diff line number Diff line Loading @@ -338,9 +338,13 @@ ivas_error ivas_spat_hSpatParamRendCom_config_fx( #endif move16(); IF( dec_param_estim_flag ) { num_slots_in_subfr = CLDFB_NO_COL_MAX / MAX_PARAM_SPATIAL_SUBFRAMES; } ELSE { num_slots_in_subfr = 1; } move16(); hSpatParamRendCom->dirac_md_buffer_length = MAX_PARAM_SPATIAL_SUBFRAMES + DELAY_DIRAC_PARAM_DEC_SFR; move16(); Loading