Commit f9a14474 authored by fotopoulou's avatar fotopoulou
Browse files

rename define to reflect IPD changes and not ITD

parent 06d212d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -181,8 +181,8 @@

#define FIX_871_REMOVE_UNNECESSARY_CONDITION    /* VA: remove a condition that is not needed and prevented correct frame classification of the secondary channel of the TD stereo */

#define FIX_874_INCREASE_ITD_PRECISION          /*VA : Fix issue 874 by increasing ITD precision already when decoding index */
#define FIX_874_INCREASE_ITD_PRECISION_A        /*VA : Fix a possible issue where 2*PI should be used instead of PI (to be confirmed)  */
#define FIX_874_INCREASE_IPD_PRECISION          /*VA : Fix issue 874 by increasing ITD precision already when decoding index */
#define FIX_874_INCREASE_IPD_PRECISION_A        /*VA : Fix a possible issue where 2*PI should be used instead of PI (to be confirmed)  */
#define FIX_875_SATURATION_DURING_ROUNDING      /* VA: fix a possible saturation when rounding */
#define FIX_882_LOW_LEVEL_DISCONTINUITIES       /* VA: Fix 882, discontinuities for low level signal by adding a scaling function that uses rounding, this function is more complex than normal one, has to be used only when necessary*/
#define FIX_879_DIFF_CONCEAL_PATH               /* FhG: Fix for issue 879 and different concelalment paths that led to crash */