vdec_get_tmv_buf_size
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
x |
|
|
√ |
|
|
√ |
Description
Obtains the requested TMV buffer allocation.
Prototype
- C Prototype
1hi_u32 hi_vdec_get_tmv_buf_size(hi_payload_type type, hi_u32 width, hi_u32 height)
- Python Function
1ret = acl.himpi.vdec_get_tmv_buf_size(type, width, height)
Parameters
|
Parameter |
Description |
|---|---|
|
type |
int, decoding video type. For details, see hi_payload_type. |
|
width |
Int, input image width. |
|
height |
Int, input image height. |
Return Value
|
Return Value |
Description |
|---|---|
|
ret |
int, size of the vector prediction buffer required for image storage.
|
Restrictions
This API calculates the requested TMV buffer allocation so that the corresponding parameters can be initialized during channel creation.