Loading lib_dec/lib_dec.c +4 −5 Original line number Diff line number Diff line Loading @@ -1113,6 +1113,10 @@ ivas_error IVAS_DEC_GetSplitBinaural( while ( error == IVAS_ERR_OK && !*needNewFrame ) { int16_t nOutSamplesLocal; IVAS_DEC_SPLIT_REND_WRAPPER *hSplitBinRend; int16_t max_band; int16_t pcm_out; int16_t numPoses; /* Decode and render */ error = IVAS_DEC_GetSamples( Loading @@ -1129,11 +1133,6 @@ ivas_error IVAS_DEC_GetSplitBinaural( *nOutSamples += nOutSamplesLocal; /*split rendering process calls*/ IVAS_DEC_SPLIT_REND_WRAPPER *hSplitBinRend; int16_t max_band; int16_t pcm_out; int16_t numPoses; hSplitBinRend = &st_ivas->splitBinRend; ivas_set_split_rend_setup(hSplitBinRend, &st_ivas->hRenderConfig->split_rend_config, st_ivas->hCombinedOrientationData, hSplitRendBits ); Loading Loading
lib_dec/lib_dec.c +4 −5 Original line number Diff line number Diff line Loading @@ -1113,6 +1113,10 @@ ivas_error IVAS_DEC_GetSplitBinaural( while ( error == IVAS_ERR_OK && !*needNewFrame ) { int16_t nOutSamplesLocal; IVAS_DEC_SPLIT_REND_WRAPPER *hSplitBinRend; int16_t max_band; int16_t pcm_out; int16_t numPoses; /* Decode and render */ error = IVAS_DEC_GetSamples( Loading @@ -1129,11 +1133,6 @@ ivas_error IVAS_DEC_GetSplitBinaural( *nOutSamples += nOutSamplesLocal; /*split rendering process calls*/ IVAS_DEC_SPLIT_REND_WRAPPER *hSplitBinRend; int16_t max_band; int16_t pcm_out; int16_t numPoses; hSplitBinRend = &st_ivas->splitBinRend; ivas_set_split_rend_setup(hSplitBinRend, &st_ivas->hRenderConfig->split_rend_config, st_ivas->hCombinedOrientationData, hSplitRendBits ); Loading