Loading lib_dec/decision_matrix_dec_fx.c +15 −0 Original line number Diff line number Diff line Loading @@ -713,5 +713,20 @@ void decision_matrix_dec_fx( move16(); } #ifdef NONBE_FIX_GSC_BSTR /*-----------------------------------------------------------------* * set inactive coder_type flag in ACELP core *-----------------------------------------------------------------*/ st->inactive_coder_type_flag = 0; /* AVQ by default */ move16(); if ( LE_32( st->total_brate, MAX_GSC_INACTIVE_BRATE ) ) { st->inactive_coder_type_flag = 1; /* GSC */ move16(); } #endif return; } lib_enc/decision_matrix_enc_fx.c +15 −0 Original line number Diff line number Diff line Loading @@ -386,6 +386,21 @@ void decision_matrix_enc_fx( move16(); } #ifdef NONBE_FIX_GSC_BSTR /*-----------------------------------------------------------------* * set inactive coder_type flag in ACELP core *-----------------------------------------------------------------*/ st_fx->inactive_coder_type_flag = 0; /* AVQ by default */ move16(); if ( LE_32( st_fx->total_brate, MAX_GSC_INACTIVE_BRATE ) ) { st_fx->inactive_coder_type_flag = 1; /* GSC */ move16(); } #endif return; } Loading Loading
lib_dec/decision_matrix_dec_fx.c +15 −0 Original line number Diff line number Diff line Loading @@ -713,5 +713,20 @@ void decision_matrix_dec_fx( move16(); } #ifdef NONBE_FIX_GSC_BSTR /*-----------------------------------------------------------------* * set inactive coder_type flag in ACELP core *-----------------------------------------------------------------*/ st->inactive_coder_type_flag = 0; /* AVQ by default */ move16(); if ( LE_32( st->total_brate, MAX_GSC_INACTIVE_BRATE ) ) { st->inactive_coder_type_flag = 1; /* GSC */ move16(); } #endif return; }
lib_enc/decision_matrix_enc_fx.c +15 −0 Original line number Diff line number Diff line Loading @@ -386,6 +386,21 @@ void decision_matrix_enc_fx( move16(); } #ifdef NONBE_FIX_GSC_BSTR /*-----------------------------------------------------------------* * set inactive coder_type flag in ACELP core *-----------------------------------------------------------------*/ st_fx->inactive_coder_type_flag = 0; /* AVQ by default */ move16(); if ( LE_32( st_fx->total_brate, MAX_GSC_INACTIVE_BRATE ) ) { st_fx->inactive_coder_type_flag = 1; /* GSC */ move16(); } #endif return; } Loading