Loading lib_dec/lib_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -1767,6 +1767,7 @@ ivas_error IVAS_DEC_PrepareRenderer( return IVAS_ERR_OK; } #ifdef FIX_1119_SPLIT_RENDERING_VOIP /*---------------------------------------------------------------------* * isar_get_frame_size( ) Loading lib_rend/ivas_td_ring_buffer.c +3 −3 Original line number Diff line number Diff line Loading @@ -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( Loading Loading @@ -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( Loading Loading @@ -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( Loading Loading
lib_dec/lib_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -1767,6 +1767,7 @@ ivas_error IVAS_DEC_PrepareRenderer( return IVAS_ERR_OK; } #ifdef FIX_1119_SPLIT_RENDERING_VOIP /*---------------------------------------------------------------------* * isar_get_frame_size( ) Loading
lib_rend/ivas_td_ring_buffer.c +3 −3 Original line number Diff line number Diff line Loading @@ -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( Loading Loading @@ -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( Loading Loading @@ -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( Loading