Loading lib_com/bitstream_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -288,9 +288,8 @@ void push_indice_fx( return; } #endif /*-------------------------------------------------------------------* * push_next_indice_fx() * * push_next_indice() * * Push a new indice into the buffer at the next position *-------------------------------------------------------------------*/ Loading @@ -315,6 +314,7 @@ void push_next_indice_fx( return; } #endif /*-------------------------------------------------------------------* Loading lib_com/igf_base_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1242,7 +1242,7 @@ void IGFCommonFuncsWriteSerialBit( IF( hBstr ) { push_next_indice_fx( hBstr, bit, 1 ); push_next_indice( hBstr, bit, 1 ); } *pBitOffset = add( *pBitOffset, 1 ); move16(); Loading lib_com/parameter_bitmaping_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ static Word16 PutIntoBitstream_fx( value = *( *pStream )++; codedValue = EncodeValue( value, index ); push_next_indice_fx( hBstr, codedValue, nBits ); push_next_indice( hBstr, codedValue, nBits ); return value; } Loading lib_enc/ACcontextMapping_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -343,7 +343,7 @@ void ACcontextMapping_encode2_no_mem_s17_LC_fx( /* Push number of encoded tuples */ value = sub( shr( lastnz, 1 ), 1 ); /* Q0 */ push_next_indice_fx( hBstr, value, nbbits_ntuples ); push_next_indice( hBstr, value, nbbits_ntuples ); /* Push arithmetic coded bits */ push_next_bits_fx( hBstr, &ptr[nbbits_ntuples], sub( bp, nbbits_ntuples ) ); Loading lib_enc/ari_hm_enc_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -42,12 +42,12 @@ Word16 EncodeIndex_fx( NumRatioBitsBwLtpIndx = NumRatioBits[Bandwidth][LtpPitchIndex]; move16(); push_next_indice_fx( hBst, s_and( PeriodicityIndex, 0xff ), NumRatioBitsBwLtpIndx ); push_next_indice( hBst, s_and( PeriodicityIndex, 0xff ), NumRatioBitsBwLtpIndx ); return NumRatioBitsBwLtpIndx; } ELSE { push_next_indice_fx( hBst, PeriodicityIndex, 8 ); push_next_indice( hBst, PeriodicityIndex, 8 ); return 8; } } Loading Loading
lib_com/bitstream_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -288,9 +288,8 @@ void push_indice_fx( return; } #endif /*-------------------------------------------------------------------* * push_next_indice_fx() * * push_next_indice() * * Push a new indice into the buffer at the next position *-------------------------------------------------------------------*/ Loading @@ -315,6 +314,7 @@ void push_next_indice_fx( return; } #endif /*-------------------------------------------------------------------* Loading
lib_com/igf_base_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1242,7 +1242,7 @@ void IGFCommonFuncsWriteSerialBit( IF( hBstr ) { push_next_indice_fx( hBstr, bit, 1 ); push_next_indice( hBstr, bit, 1 ); } *pBitOffset = add( *pBitOffset, 1 ); move16(); Loading
lib_com/parameter_bitmaping_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ static Word16 PutIntoBitstream_fx( value = *( *pStream )++; codedValue = EncodeValue( value, index ); push_next_indice_fx( hBstr, codedValue, nBits ); push_next_indice( hBstr, codedValue, nBits ); return value; } Loading
lib_enc/ACcontextMapping_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -343,7 +343,7 @@ void ACcontextMapping_encode2_no_mem_s17_LC_fx( /* Push number of encoded tuples */ value = sub( shr( lastnz, 1 ), 1 ); /* Q0 */ push_next_indice_fx( hBstr, value, nbbits_ntuples ); push_next_indice( hBstr, value, nbbits_ntuples ); /* Push arithmetic coded bits */ push_next_bits_fx( hBstr, &ptr[nbbits_ntuples], sub( bp, nbbits_ntuples ) ); Loading
lib_enc/ari_hm_enc_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -42,12 +42,12 @@ Word16 EncodeIndex_fx( NumRatioBitsBwLtpIndx = NumRatioBits[Bandwidth][LtpPitchIndex]; move16(); push_next_indice_fx( hBst, s_and( PeriodicityIndex, 0xff ), NumRatioBitsBwLtpIndx ); push_next_indice( hBst, s_and( PeriodicityIndex, 0xff ), NumRatioBitsBwLtpIndx ); return NumRatioBitsBwLtpIndx; } ELSE { push_next_indice_fx( hBst, PeriodicityIndex, 8 ); push_next_indice( hBst, PeriodicityIndex, 8 ); return 8; } } Loading