]> git.sesse.net Git - ffmpeg/commit
libavfilter/dnn: add batch mode for async execution
authorGuo, Yejun <yejun.guo@intel.com>
Thu, 7 Jan 2021 03:14:10 +0000 (11:14 +0800)
committerGuo, Yejun <yejun.guo@intel.com>
Fri, 15 Jan 2021 00:59:54 +0000 (08:59 +0800)
commit64ea15f05075d58cbd76bdcd5bac9d3b47d891ee
tree9abe0da4c257d31f4e4ca85e0a9925f6acaaa966
parent57dae5723f2e06a531d7db8e961f84ed5d5f07de
libavfilter/dnn: add batch mode for async execution

the default number of batch_size is 1

Signed-off-by: Xie, Lin <lin.xie@intel.com>
Signed-off-by: Wu Zhiwen <zhiwen.wu@intel.com>
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
libavfilter/dnn/dnn_backend_openvino.c
libavfilter/dnn/dnn_backend_openvino.h
libavfilter/dnn/dnn_interface.c
libavfilter/dnn_interface.h
libavfilter/vf_dnn_processing.c