venc_get_qpmap_stride

Applicability

Product

Supported

Atlas 350 Accelerator Card

x

Atlas A3 training product/Atlas A3 inference product

x

Atlas A2 training product/Atlas A2 inference product

x

Atlas training product

x

Atlas inference product

Atlas 200I/500 A2 inference product

x

Description

Obtains the stride of the QpMap table.

Prototype

  • C Prototype
    1
    hi_s32 hi_mpi_venc_get_qpmap_stride(hi_u32 width)
    
  • Python Function
    1
    stride = acl.himpi.venc_get_qpmap_stride(width)
    

Parameters

Parameter

Description

width

Int, width of the encoded image.

Return Value

Return Value

Description

stride

int.

  • 0: failure.
  • Other values: success.