Loading lib_dec/lib_dec_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -1187,12 +1187,12 @@ static Word16 isar_get_frame_size( ( st_ivas->hRenderConfig->split_rend_config.poseCorrectionMode == ISAR_SPLIT_REND_POSE_CORRECTION_MODE_NONE || st_ivas->hRenderConfig->split_rend_config.dof == 0 ) ) { nSamplesPerChannel = ar_div( output_Fs, FRAMES_PER_SEC * MAX_PARAM_SPATIAL_SUBFRAMES ); nSamplesPerChannel = extract_l( ar_div( output_Fs, FRAMES_PER_SEC * MAX_PARAM_SPATIAL_SUBFRAMES ) ); nSamplesPerChannel = imult1616( nSamplesPerChannel, st_ivas->hDecoderConfig->render_framesize ); } else { nSamplesPerChannel = ar_div( output_Fs, FRAMES_PER_SEC ); nSamplesPerChannel = extract_l( ar_div( output_Fs, FRAMES_PER_SEC ) ); } return nSamplesPerChannel; Loading Loading
lib_dec/lib_dec_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -1187,12 +1187,12 @@ static Word16 isar_get_frame_size( ( st_ivas->hRenderConfig->split_rend_config.poseCorrectionMode == ISAR_SPLIT_REND_POSE_CORRECTION_MODE_NONE || st_ivas->hRenderConfig->split_rend_config.dof == 0 ) ) { nSamplesPerChannel = ar_div( output_Fs, FRAMES_PER_SEC * MAX_PARAM_SPATIAL_SUBFRAMES ); nSamplesPerChannel = extract_l( ar_div( output_Fs, FRAMES_PER_SEC * MAX_PARAM_SPATIAL_SUBFRAMES ) ); nSamplesPerChannel = imult1616( nSamplesPerChannel, st_ivas->hDecoderConfig->render_framesize ); } else { nSamplesPerChannel = ar_div( output_Fs, FRAMES_PER_SEC ); nSamplesPerChannel = extract_l( ar_div( output_Fs, FRAMES_PER_SEC ) ); } return nSamplesPerChannel; Loading