Loading lib_enc/ivas_qmetadata_enc_fx.c +8 −8 Original line number Diff line number Diff line Loading @@ -4665,8 +4665,8 @@ static Word16 encode_coherence_indexesDCT0_fx( move16(); #ifdef FIX_2433_ARITH_OVERFLOW_IN_QMETA_ENC /* verify that idx and idx1 can be represented on 63 bits as it has been designed through split outside this function */ assert( idx < ( 1 << 62 ) ); assert( idx1 < ( 1 << 62 ) ); assert( nbits < 63 ); assert( nbits1 < 63 ); #endif FOR( i = 0; i < no_idx16 - 1; i++ ) { Loading Loading @@ -4989,8 +4989,8 @@ static Word16 encode_spread_coherence_1sf_fx( #ifdef FIX_2433_ARITH_OVERFLOW_IN_QMETA_ENC /* verify that idx and idx1 can be represented on 63 bits as it has been designed through split outside this function */ assert( idx < ( 1 << 62 ) ); assert( idx1 < ( 1 << 62 ) ); assert( nbits_fr < 63 ); assert( nbits_fr1 < 63 ); #endif /* write combined index */ k = nbits_fr; Loading Loading @@ -5235,8 +5235,8 @@ static Word16 encode_surround_coherence_fx( #ifdef FIX_2433_ARITH_OVERFLOW_IN_QMETA_ENC /* verify that idx and idx1 can be represented on 63 bits as it has been designed through split outside this function */ assert( idx < ( 1 << 62 ) ); assert( idx1 < ( 1 << 62 ) ); assert( nbits_fr < 63 ); assert( nbits_fr1 < 63 ); #endif /* write combined index */ Loading Loading @@ -5484,8 +5484,8 @@ static Word16 encode_surround_coherence_hr_fx( #ifdef FIX_2433_ARITH_OVERFLOW_IN_QMETA_ENC /* verify that idx and idx1 can be represented on 63 bits as it has been designed through split outside this function */ assert( idx < ( 1 << 62 ) ); assert( idx1 < ( 1 << 62 ) ); assert( nbits_fr < 63 ); assert( nbits_fr1 < 63 ); #endif /* write combined index */ Loading Loading
lib_enc/ivas_qmetadata_enc_fx.c +8 −8 Original line number Diff line number Diff line Loading @@ -4665,8 +4665,8 @@ static Word16 encode_coherence_indexesDCT0_fx( move16(); #ifdef FIX_2433_ARITH_OVERFLOW_IN_QMETA_ENC /* verify that idx and idx1 can be represented on 63 bits as it has been designed through split outside this function */ assert( idx < ( 1 << 62 ) ); assert( idx1 < ( 1 << 62 ) ); assert( nbits < 63 ); assert( nbits1 < 63 ); #endif FOR( i = 0; i < no_idx16 - 1; i++ ) { Loading Loading @@ -4989,8 +4989,8 @@ static Word16 encode_spread_coherence_1sf_fx( #ifdef FIX_2433_ARITH_OVERFLOW_IN_QMETA_ENC /* verify that idx and idx1 can be represented on 63 bits as it has been designed through split outside this function */ assert( idx < ( 1 << 62 ) ); assert( idx1 < ( 1 << 62 ) ); assert( nbits_fr < 63 ); assert( nbits_fr1 < 63 ); #endif /* write combined index */ k = nbits_fr; Loading Loading @@ -5235,8 +5235,8 @@ static Word16 encode_surround_coherence_fx( #ifdef FIX_2433_ARITH_OVERFLOW_IN_QMETA_ENC /* verify that idx and idx1 can be represented on 63 bits as it has been designed through split outside this function */ assert( idx < ( 1 << 62 ) ); assert( idx1 < ( 1 << 62 ) ); assert( nbits_fr < 63 ); assert( nbits_fr1 < 63 ); #endif /* write combined index */ Loading Loading @@ -5484,8 +5484,8 @@ static Word16 encode_surround_coherence_hr_fx( #ifdef FIX_2433_ARITH_OVERFLOW_IN_QMETA_ENC /* verify that idx and idx1 can be represented on 63 bits as it has been designed through split outside this function */ assert( idx < ( 1 << 62 ) ); assert( idx1 < ( 1 << 62 ) ); assert( nbits_fr < 63 ); assert( nbits_fr1 < 63 ); #endif /* write combined index */ Loading