venc_get_cu_pred
产品支持情况
产品  | 
是否支持  | 
|---|---|
x  | 
|
x  | 
|
x  | 
|
√  | 
|
√  | 
|
x  | 
使用说明
c函数原型  | 
hi_s32 hi_mpi_venc_get_cu_pred(hi_venc_chn chn, hi_venc_cu_prediction *cu_pred)  | 
|---|---|
Python函数  | 
cu_pred, ret = acl.himpi.venc_get_cu_pred(chn)  | 
函数功能  | 
获取通道CU/MB的模式选择的倾向性设置。  | 
输入说明  | 
chn:int,编码通道号。 
  | 
返回值说明  | 
cu_pred:dict,CU模式选择的倾向性字典。具体参见hi_venc_cu_prediction。 ret:int,错误码。 
  | 
约束说明  | 
 
 
  | 
父主题: VENC视频/JPEGE图像编码接口