Commit 92feb7f2 authored by vaclav's avatar vaclav
Browse files

FIX_2636_OMASA_INTERFORMAT_BRATE

parent c88b5452
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -349,7 +349,11 @@ Word32 ivas_interformat_brate_fx(

    limit_high = IVAS_512k / FRAMES_PER_SEC;
    move16();
#ifdef FIX_2636_OMASA_INTERFORMAT_BRATE
    IF( LT_32( element_brate, SCE_CORE_16k_LOW_LIMIT ) )
#else
    IF( LE_32( element_brate, SCE_CORE_16k_LOW_LIMIT ) )
#endif
    {
        limit_high = ACELP_12k8_HIGH_LIMIT / FRAMES_PER_SEC;
        move16();
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@
#define FIX_FLOAT_1600_OMASA_WRONG_RENDER_PATH          /* Nokia: float issue 1600: fix initialization condition of stereo type detection for OMASA */
#define FIX_BASOP_1765_MASA1TC_CNG_MISMATCH             /* Nokia: BASOP issue 1765: Improve accuracy of FD CNG noise estimation */
#define FIX_BASOP_2627_PARAM_MC_ILD_REMAP_EXP           /* FhG: BASOP #2627: accumulate 10^(ILD/10) using a dynamic exponent */
#define FIX_2636_OMASA_INTERFORMAT_BRATE                /* VA: basop issue 2636: Correct condition in function ivas_interformat_brate_fx() */

/* ##################### End NON-BE switches ########################### */