Loading lib_enc/ivas_sns_enc.c +10 −8 Original line number Diff line number Diff line Loading @@ -681,9 +681,11 @@ int16_t quantize_sns( int16_t nC; /* nCandidates */ int16_t tcx = ( nSubframes == 1 ) ? 20 : 10; #ifdef ERI_SNSVQ_ROMOPT sprintf( v, "ERI_Tcx%d", tcx ); nC = 3; sprintf( v, "ERI_Tcx%d", tcx ); nC = 3; #else sprintf( v, "BSL_Tcx%d", tcx ); nC = 3; sprintf( v, "BSL_Tcx%d", tcx ); nC = 3; #endif if ( sns_stereo_mode[ch] == 0 ) { Loading Loading
lib_enc/ivas_sns_enc.c +10 −8 Original line number Diff line number Diff line Loading @@ -681,9 +681,11 @@ int16_t quantize_sns( int16_t nC; /* nCandidates */ int16_t tcx = ( nSubframes == 1 ) ? 20 : 10; #ifdef ERI_SNSVQ_ROMOPT sprintf( v, "ERI_Tcx%d", tcx ); nC = 3; sprintf( v, "ERI_Tcx%d", tcx ); nC = 3; #else sprintf( v, "BSL_Tcx%d", tcx ); nC = 3; sprintf( v, "BSL_Tcx%d", tcx ); nC = 3; #endif if ( sns_stereo_mode[ch] == 0 ) { Loading