Loading lib_enc/bw_detect.c +1 −2 Original line number Diff line number Diff line Loading @@ -89,8 +89,7 @@ void bw_detect( bwd_count_wider_bw = BWD_COUNT_WIDER_BW; #ifdef FIX_529_BWD_ISSUE if ( st->ini_frame > 0 && ( ( st->element_mode == IVAS_CPE_MDCT && ( st->element_brate >= IVAS_64k || mct_on ) ) || ( ivas_format == ISM_FORMAT && st->element_brate >= IVAS_48k ) ) ) if ( st->ini_frame > 0 && ( st->element_mode == IVAS_CPE_MDCT || ivas_format == ISM_FORMAT ) && ( st->element_brate >= IVAS_48k || mct_on ) ) #else if ( st->element_mode == IVAS_CPE_MDCT && ( st->element_brate > IVAS_64k || mct_on ) ) #endif Loading Loading
lib_enc/bw_detect.c +1 −2 Original line number Diff line number Diff line Loading @@ -89,8 +89,7 @@ void bw_detect( bwd_count_wider_bw = BWD_COUNT_WIDER_BW; #ifdef FIX_529_BWD_ISSUE if ( st->ini_frame > 0 && ( ( st->element_mode == IVAS_CPE_MDCT && ( st->element_brate >= IVAS_64k || mct_on ) ) || ( ivas_format == ISM_FORMAT && st->element_brate >= IVAS_48k ) ) ) if ( st->ini_frame > 0 && ( st->element_mode == IVAS_CPE_MDCT || ivas_format == ISM_FORMAT ) && ( st->element_brate >= IVAS_48k || mct_on ) ) #else if ( st->element_mode == IVAS_CPE_MDCT && ( st->element_brate > IVAS_64k || mct_on ) ) #endif Loading