Loading lib_dec/ACcontextMapping_dec.c +3 −3 Original line number Diff line number Diff line Loading @@ -349,10 +349,10 @@ int16_t RCcontextMapping_decode2_no_mem_s17_LCS( uint16_t r; int16_t resQBits; #ifdef DEBUGGING int16_t nbbits_m2; int16_t rest_bits; #endif int16_t nt_half; int16_t nbbits_m2; int16_t bits_tups; /* No. of bits for coding the no. of tuples */ set_s( x, 0, nt ); Loading Loading @@ -426,8 +426,8 @@ int16_t RCcontextMapping_decode2_no_mem_s17_LCS( /* Initialize range decoder */ rc_uni_dec_init( &rc_st_dec, &st->bit_stream[st->next_bit_pos], nbbits ); /* (nbbits + 30) entries are read by the decoder */ nbbits_m2 = nbbits; #ifdef DEBUGGING nbbits_m2 = nbbits; rest_bits = -nbbits_m2; #endif Loading Loading @@ -576,8 +576,8 @@ int16_t RCcontextMapping_decode2_no_mem_s17_LCS( /* Initialize range decoder */ rc_uni_dec_init( &rc_st_dec, &st->bit_stream[st->next_bit_pos], nbbits ); /* (nbbits + 30) entries are read by the decoder */ nbbits_m2 = nbbits; #ifdef DEBUGGING nbbits_m2 = nbbits; rest_bits = -nbbits_m2; #endif Loading Loading
lib_dec/ACcontextMapping_dec.c +3 −3 Original line number Diff line number Diff line Loading @@ -349,10 +349,10 @@ int16_t RCcontextMapping_decode2_no_mem_s17_LCS( uint16_t r; int16_t resQBits; #ifdef DEBUGGING int16_t nbbits_m2; int16_t rest_bits; #endif int16_t nt_half; int16_t nbbits_m2; int16_t bits_tups; /* No. of bits for coding the no. of tuples */ set_s( x, 0, nt ); Loading Loading @@ -426,8 +426,8 @@ int16_t RCcontextMapping_decode2_no_mem_s17_LCS( /* Initialize range decoder */ rc_uni_dec_init( &rc_st_dec, &st->bit_stream[st->next_bit_pos], nbbits ); /* (nbbits + 30) entries are read by the decoder */ nbbits_m2 = nbbits; #ifdef DEBUGGING nbbits_m2 = nbbits; rest_bits = -nbbits_m2; #endif Loading Loading @@ -576,8 +576,8 @@ int16_t RCcontextMapping_decode2_no_mem_s17_LCS( /* Initialize range decoder */ rc_uni_dec_init( &rc_st_dec, &st->bit_stream[st->next_bit_pos], nbbits ); /* (nbbits + 30) entries are read by the decoder */ nbbits_m2 = nbbits; #ifdef DEBUGGING nbbits_m2 = nbbits; rest_bits = -nbbits_m2; #endif Loading