Commit aae67365 authored by sagnowski's avatar sagnowski
Browse files

Editorial

parent cb0e42b8
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1767,6 +1767,7 @@ ivas_error IVAS_DEC_PrepareRenderer(
    return IVAS_ERR_OK;
}


#ifdef FIX_1119_SPLIT_RENDERING_VOIP
/*---------------------------------------------------------------------*
 * isar_get_frame_size( )
+3 −3
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ void ivas_TD_RINGBUF_PushInterleaved(
/*---------------------------------------------------------------------*
 * ivas_TD_RINGBUF_PushChannels()
 *
 * Push samples from channel pointers onto the back of the TD ring buffer.
 * Pushes samples from channel pointers onto the back of the TD ring buffer.
 *---------------------------------------------------------------------*/

void ivas_TD_RINGBUF_PushChannels(
@@ -281,7 +281,7 @@ void ivas_TD_RINGBUF_Push(
/*---------------------------------------------------------------------*
 * ivas_TD_RINGBUF_PushConstant()
 *
 * Push samples with a constant value onto the back of the TD ring buffer.
 * Pushes samples with a constant value onto the back of the TD ring buffer.
 *---------------------------------------------------------------------*/

void ivas_TD_RINGBUF_PushConstant(
@@ -342,7 +342,7 @@ void ivas_TD_RINGBUF_PushZeros(
/*---------------------------------------------------------------------*
 * ivas_TD_RINGBUF_PopChannels()
 *
 * Pop samples from the front of the TD ring buffer to an array of channel pointers.
 * Pops samples from the front of the TD ring buffer to an array of channel pointers.
 *---------------------------------------------------------------------*/

void ivas_TD_RINGBUF_PopChannels(