ffmpeg/libavfilter/dnn
Wenbin Chen fa81de4af0 libavfilter/dnn/openvino: Reduce redundant memory allocation
We can directly get data ptr from tensor, so that extral memory
allocation can be removed.

Signed-off-by: Wenbin Chen <wenbin.chen@intel.com>
2023-11-11 09:32:31 +08:00
..
Makefile
dnn_backend_common.c
dnn_backend_common.h
dnn_backend_openvino.c libavfilter/dnn/openvino: Reduce redundant memory allocation 2023-11-11 09:32:31 +08:00
dnn_backend_tf.c libavfilter/dnn: Initialze DNNData variables 2023-09-27 12:58:55 +08:00
dnn_interface.c avfilter/dnn: add log context to ff_get_dnn_module 2023-06-08 10:50:23 +08:00
dnn_io_proc.c libavfilter/dnn: Add scale and mean preprocess to openvino backend 2023-09-27 12:58:55 +08:00
dnn_io_proc.h
queue.c
queue.h
safe_queue.c
safe_queue.h