Loading lib_rend/ivas_td_ring_buffer_fx.c +23 −23 Original line number Diff line number Diff line Loading @@ -262,7 +262,7 @@ void ivas_TD_RINGBUF_Push( #ifdef FIX_1119_SPLIT_RENDERING_VOIP 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 @@ -342,7 +342,7 @@ void ivas_TD_RINGBUF_PushZeros( { FOR ( c = 0; c < h->num_channels; ++c ) { h->data[h->write_pos] = 0.f; h->data[h->write_pos] = 0; move32(); h->write_pos = L_add( h->write_pos, 1 ); Loading Loading @@ -397,7 +397,7 @@ void ivas_TD_RINGBUF_Pop( #ifdef FIX_1119_SPLIT_RENDERING_VOIP 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_rend/ivas_td_ring_buffer_fx.c +23 −23 Original line number Diff line number Diff line Loading @@ -262,7 +262,7 @@ void ivas_TD_RINGBUF_Push( #ifdef FIX_1119_SPLIT_RENDERING_VOIP 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 @@ -342,7 +342,7 @@ void ivas_TD_RINGBUF_PushZeros( { FOR ( c = 0; c < h->num_channels; ++c ) { h->data[h->write_pos] = 0.f; h->data[h->write_pos] = 0; move32(); h->write_pos = L_add( h->write_pos, 1 ); Loading Loading @@ -397,7 +397,7 @@ void ivas_TD_RINGBUF_Pop( #ifdef FIX_1119_SPLIT_RENDERING_VOIP 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