[FFmpeg-devel] [PATCH] libavfilter/dnn: add batch mode for async execution

Guo, Yejun yejun.guo at intel.com
Sun Jan 10 13:54:20 EET 2021



> -----Original Message-----
> From: Guo, Yejun <yejun.guo at intel.com>
> Sent: 2021年1月8日 16:37
> To: ffmpeg-devel at ffmpeg.org
> Cc: Guo, Yejun <yejun.guo at intel.com>
> Subject: [PATCH] libavfilter/dnn: add batch mode for async execution
> 
> the default number of batch_size is 1
> 
> Signed-off-by: Xie, Lin <lin.xie at intel.com>
> Signed-off-by: Wu Zhiwen <zhiwen.wu at intel.com>
> Signed-off-by: Guo, Yejun <yejun.guo at intel.com>
> ---
>  libavfilter/dnn/dnn_backend_openvino.c | 157 +++++++++++++++++++++----
>  libavfilter/dnn/dnn_backend_openvino.h |   1 +
>  libavfilter/dnn/dnn_interface.c        |   1 +
>  libavfilter/dnn_interface.h            |   2 +
>  libavfilter/vf_dnn_processing.c        |  36 +++++-
>  5 files changed, 173 insertions(+), 24 deletions(-)
> 
> diff --git a/libavfilter/dnn/dnn_backend_openvino.c
> b/libavfilter/dnn/dnn_backend_openvino.c
> index d27e451eea..cb1bc3d22d 100644
> --- a/libavfilter/dnn/dnn_backend_openvino.c
> +++ b/libavfilter/dnn/dnn_backend_openvino.c

please ignore this patch, it has some issue, will send out V2 later, thanks.


More information about the ffmpeg-devel mailing list