Commit 6543d2bb authored by sagnowski's avatar sagnowski
Browse files

Remove unused function ISAR_SPLIT_REND_BITStream_init

parent 26ecc3ee
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -400,12 +400,6 @@ void isar_init_split_rend_handles(
    SPLIT_REND_WRAPPER *hSplitRendWrapper                       /* i/o: Split renderer pre-renderer handle      */
);

void ISAR_SPLIT_REND_BITStream_init(
    ISAR_SPLIT_REND_BITS_HANDLE pBits,
    const int32_t buf_len_bytes,
    uint8_t *pbuf
);

/* clang-format on */

#endif /* ISAR_PROT_H */
+0 −20
Original line number Diff line number Diff line
@@ -78,26 +78,6 @@ void isar_mat_mult_2by2_complex(
}


/*-------------------------------------------------------------------------
 * Function ISAR_SPLIT_REND_BITStream_init()
 *
 *
 *------------------------------------------------------------------------*/

void ISAR_SPLIT_REND_BITStream_init(
    ISAR_SPLIT_REND_BITS_HANDLE pBits,
    const int32_t buf_len_bytes,
    uint8_t *pbuf )
{
    pBits->bits_buf = pbuf;
    pBits->buf_len = buf_len_bytes;
    pBits->bits_read = 0;
    pBits->bits_written = 0;

    return;
}


/*-------------------------------------------------------------------------
 * Function isar_split_rend_huffman_dec_init_min_max_len()
 *