1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00
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
..
dnn_backend_common.c libavfilter: Remove DNNReturnType from DNN Module 2022-03-12 15:10:28 +08:00
dnn_backend_common.h libavfilter: Remove DNNReturnType from DNN Module 2022-03-12 15:10:28 +08:00
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 lavfi/dnn_io_proc: Return Specific Error Codes 2022-03-12 15:10:28 +08:00
Makefile lavfi/dnn: Remove DNN native backend 2023-04-28 11:07:41 +08:00
queue.c Remove unnecessary avassert.h inclusions 2021-07-22 15:02:30 +02:00
queue.h lavfi/dnn: Common Function to Get Async Result in DNN Backends 2021-08-10 22:27:27 +08:00
safe_queue.c dnn/queue: remove prefix FF for Queue and SafeQueue 2021-01-22 08:28:13 +08:00
safe_queue.h lavfi/dnn/safe_queue.h: Add Documentation to SafeQueue 2021-04-27 10:01:20 +08:00