This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Max buffer size VLIB_getblobIIBufSize

Hi

I would like to avoid calling the function VLIB_getblobIIBufSize to get the buffer size every time I need to rerun the algorithm. Instead, I would like to know the formula behind the function to know the maximum theoretical size of the buffer, so I can use a fix buffer size. If there is any recommendation about its size (e.g., the maximum theoretical buffer size is 10 for X parameters, but the chances of it being bigger than 5 are really small) I also would like to know it.

I'm using vlib_c66x_3_2_1_0.

As a side note, I could not find the description of the returning values of the functions in the VLIB library. Are they documented? If they are not, it would be nice for them to be.

Regards,

Daniel