Loading lib_com/bitstream_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -3276,7 +3276,7 @@ UWord16 delete_indice( #endif } return i - j; return sub( i, j ); } Loading lib_com/ivas_tools_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,7 @@ void mvr2r_inc_fx( return; } IF( y_fx < x_fx ) IF( LT_16( y_fx, x_fx ) ) { ix = 0; move16(); Loading lib_com/tools_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -348,7 +348,7 @@ void mvs2s( return; } IF( y < x ) IF( LT_16(y, x ) ) { FOR( i = 0; i < n; i++ ) { Loading lib_rend/ivas_td_ring_buffer_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -244,7 +244,7 @@ void ivas_TD_RINGBUF_PushChannels( assert( h != NULL ); assert( p_channels != NULL ); FOR( c = 0; c < h->num_channels; ++c ) /* Not using BASOP FOR because this loops only does assertions */ for ( c = 0; c < h->num_channels; ++c ) /* Not using BASOP FOR because this loops only does assertions */ { assert( p_channels[c] != NULL ); } Loading Loading @@ -311,7 +311,7 @@ void ivas_TD_RINGBUF_PopChannels( assert( h != NULL ); assert( p_channels != NULL ); FOR( c = 0; c < h->num_channels; ++c ) /* Not using BASOP FOR because this loops only does assertions */ for ( c = 0; c < h->num_channels; ++c ) /* Not using BASOP FOR because this loops only does assertions */ { assert( p_channels[c] != NULL ); } Loading Loading
lib_com/bitstream_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -3276,7 +3276,7 @@ UWord16 delete_indice( #endif } return i - j; return sub( i, j ); } Loading
lib_com/ivas_tools_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -254,7 +254,7 @@ void mvr2r_inc_fx( return; } IF( y_fx < x_fx ) IF( LT_16( y_fx, x_fx ) ) { ix = 0; move16(); Loading
lib_com/tools_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -348,7 +348,7 @@ void mvs2s( return; } IF( y < x ) IF( LT_16(y, x ) ) { FOR( i = 0; i < n; i++ ) { Loading
lib_rend/ivas_td_ring_buffer_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -244,7 +244,7 @@ void ivas_TD_RINGBUF_PushChannels( assert( h != NULL ); assert( p_channels != NULL ); FOR( c = 0; c < h->num_channels; ++c ) /* Not using BASOP FOR because this loops only does assertions */ for ( c = 0; c < h->num_channels; ++c ) /* Not using BASOP FOR because this loops only does assertions */ { assert( p_channels[c] != NULL ); } Loading Loading @@ -311,7 +311,7 @@ void ivas_TD_RINGBUF_PopChannels( assert( h != NULL ); assert( p_channels != NULL ); FOR( c = 0; c < h->num_channels; ++c ) /* Not using BASOP FOR because this loops only does assertions */ for ( c = 0; c < h->num_channels; ++c ) /* Not using BASOP FOR because this loops only does assertions */ { assert( p_channels[c] != NULL ); } Loading