Loading apps/renderer.c +7 −7 Original line number Diff line number Diff line Loading @@ -1882,12 +1882,12 @@ int main( exit( -1 ); } #ifdef API_5MS if ( ( error = IVAS_REND_FeedSplitBinauralBitstream( hIvasRend, splitBinIds[i], &bitsBuffer ) ) != IVAS_ERR_OK ) { fprintf( stderr, "Error: %s\n", ivas_error_to_string( error ) ); exit( -1 ); } #ifdef API_5MS } #endif } Loading lib_dec/ivas_binRenderer_internal.c +8 −1 Original line number Diff line number Diff line Loading @@ -2149,7 +2149,14 @@ void ivas_rend_CldfbMultiBinRendProcess( float Cldfb_ImagBuffer_Binaural[MAX_HEAD_ROT_POSES][BINAURAL_CHANNELS][MAX_PARAM_SPATIAL_SUBFRAMES][CLDFB_NO_CHANNELS_MAX]; #endif for ( sf_idx = 0; sf_idx < num_subframes; sf_idx++ ) for ( sf_idx = 0; sf_idx < #ifdef API_5MS num_subframes #else MAX_PARAM_SPATIAL_SUBFRAMES #endif ; sf_idx++ ) { for ( slot_idx = 0; slot_idx < MAX_PARAM_SPATIAL_SUBFRAMES; slot_idx++ ) { Loading Loading
apps/renderer.c +7 −7 Original line number Diff line number Diff line Loading @@ -1882,12 +1882,12 @@ int main( exit( -1 ); } #ifdef API_5MS if ( ( error = IVAS_REND_FeedSplitBinauralBitstream( hIvasRend, splitBinIds[i], &bitsBuffer ) ) != IVAS_ERR_OK ) { fprintf( stderr, "Error: %s\n", ivas_error_to_string( error ) ); exit( -1 ); } #ifdef API_5MS } #endif } Loading
lib_dec/ivas_binRenderer_internal.c +8 −1 Original line number Diff line number Diff line Loading @@ -2149,7 +2149,14 @@ void ivas_rend_CldfbMultiBinRendProcess( float Cldfb_ImagBuffer_Binaural[MAX_HEAD_ROT_POSES][BINAURAL_CHANNELS][MAX_PARAM_SPATIAL_SUBFRAMES][CLDFB_NO_CHANNELS_MAX]; #endif for ( sf_idx = 0; sf_idx < num_subframes; sf_idx++ ) for ( sf_idx = 0; sf_idx < #ifdef API_5MS num_subframes #else MAX_PARAM_SPATIAL_SUBFRAMES #endif ; sf_idx++ ) { for ( slot_idx = 0; slot_idx < MAX_PARAM_SPATIAL_SUBFRAMES; slot_idx++ ) { Loading