Loading lib_enc/avq_cod_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -933,7 +933,8 @@ void AVQ_encmux_ivas_fx( IF( j > 0 ) { /* write the unary code */ push_indice( hBstr, nq_ind, sub( shl_sat( 1, j ), 1 ), j ); push_indice( hBstr, nq_ind, u_extract_l( L_sub( L_shl_sat( 1, j ), 1 ) ), j ); assert(abs((1 << j) - 1) <= 65536); } IF( nq[i] != 0 ) Loading Loading
lib_enc/avq_cod_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -933,7 +933,8 @@ void AVQ_encmux_ivas_fx( IF( j > 0 ) { /* write the unary code */ push_indice( hBstr, nq_ind, sub( shl_sat( 1, j ), 1 ), j ); push_indice( hBstr, nq_ind, u_extract_l( L_sub( L_shl_sat( 1, j ), 1 ) ), j ); assert(abs((1 << j) - 1) <= 65536); } IF( nq[i] != 0 ) Loading