Loading .gitignore +3 −1 Original line number Diff line number Diff line No newline at end of file /enf /bit /bit.192 lib_com/mslvq_com.c +0 −4 Original line number Diff line number Diff line Loading @@ -828,11 +828,7 @@ void deindex_lvq_SHB( /* find idx_leader */ i = 1; #ifdef NONBE_FIX_1054_NEGATIVE_LVQ_INDEX while ( index > table_no_cv[i] ) #else while ( index >= table_no_cv[i] ) #endif { i++; } Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,6 @@ /* ################### Start FIXES switches ########################### */ #define NONBE_FIX_1054_NEGATIVE_LVQ_INDEX /* Nokia: issue 1054: Input to decode_comb in deindex_lvq_SHB should be positive */ #define NONBE_FIX_738_QUATERNION_SLERP_PRECISION /* Philips: issue 738: Quaternion spherical linear interpolation precision handling issues */ #define FIX_1033_MEMORY_LEAK_OMASA /* Nokia / Orange: issue #1033: Memory leak in OMASA to BINAURAL with HRTF with bitrate switching */ #define FIX_976_USAN_PVQ_ENC_DEC_EVS_CR /* Ericsson: premature cast to unsigned detected by USAN corrected */ Loading Loading
.gitignore +3 −1 Original line number Diff line number Diff line No newline at end of file /enf /bit /bit.192
lib_com/mslvq_com.c +0 −4 Original line number Diff line number Diff line Loading @@ -828,11 +828,7 @@ void deindex_lvq_SHB( /* find idx_leader */ i = 1; #ifdef NONBE_FIX_1054_NEGATIVE_LVQ_INDEX while ( index > table_no_cv[i] ) #else while ( index >= table_no_cv[i] ) #endif { i++; } Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,6 @@ /* ################### Start FIXES switches ########################### */ #define NONBE_FIX_1054_NEGATIVE_LVQ_INDEX /* Nokia: issue 1054: Input to decode_comb in deindex_lvq_SHB should be positive */ #define NONBE_FIX_738_QUATERNION_SLERP_PRECISION /* Philips: issue 738: Quaternion spherical linear interpolation precision handling issues */ #define FIX_1033_MEMORY_LEAK_OMASA /* Nokia / Orange: issue #1033: Memory leak in OMASA to BINAURAL with HRTF with bitrate switching */ #define FIX_976_USAN_PVQ_ENC_DEC_EVS_CR /* Ericsson: premature cast to unsigned detected by USAN corrected */ Loading