1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libavfilter/dnn
Guo, Yejun c5e30d588d libavfilter/dnn: add prefix ff_ for internal functions
from proc_from_frame_to_dnn to ff_proc_from_frame_to_dnn, and
from proc_from_dnn_to_frame to ff_proc_from_dnn_to_frame.

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
2021-01-22 08:28:13 +08:00
..
dnn_backend_native_layer_avgpool.c
dnn_backend_native_layer_avgpool.h
dnn_backend_native_layer_conv2d.c
dnn_backend_native_layer_conv2d.h
dnn_backend_native_layer_dense.c
dnn_backend_native_layer_dense.h
dnn_backend_native_layer_depth2space.c
dnn_backend_native_layer_depth2space.h
dnn_backend_native_layer_mathbinary.c
dnn_backend_native_layer_mathbinary.h
dnn_backend_native_layer_mathunary.c
dnn_backend_native_layer_mathunary.h
dnn_backend_native_layer_maximum.c
dnn_backend_native_layer_maximum.h
dnn_backend_native_layer_pad.c
dnn_backend_native_layer_pad.h
dnn_backend_native_layers.c Mark some pointers as const 2021-01-01 15:25:48 +01:00
dnn_backend_native_layers.h Mark some pointers as const 2021-01-01 15:25:48 +01:00
dnn_backend_native.c libavfilter/dnn: add prefix ff_ for internal functions 2021-01-22 08:28:13 +08:00
dnn_backend_native.h dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx' 2020-12-29 09:31:06 +08:00
dnn_backend_openvino.c libavfilter/dnn: add prefix ff_ for internal functions 2021-01-22 08:28:13 +08:00
dnn_backend_openvino.h libavfilter/dnn: add batch mode for async execution 2021-01-15 08:59:54 +08:00
dnn_backend_tf.c libavfilter/dnn: add prefix ff_ for internal functions 2021-01-22 08:28:13 +08:00
dnn_backend_tf.h dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx' 2020-12-29 09:31:06 +08:00
dnn_interface.c libavfilter/dnn: add batch mode for async execution 2021-01-15 08:59:54 +08:00
dnn_io_proc.c libavfilter/dnn: add prefix ff_ for internal functions 2021-01-22 08:28:13 +08:00
dnn_io_proc.h libavfilter/dnn: add prefix ff_ for internal functions 2021-01-22 08:28:13 +08:00
Makefile
queue.c dnn/queue: add error check and cleanup 2020-12-31 08:31:17 +08:00
queue.h dnn/queue: add error check and cleanup 2020-12-31 08:31:17 +08:00
safe_queue.c dnn/queue: add error check and cleanup 2020-12-31 08:31:17 +08:00
safe_queue.h dnn/queue: add error check and cleanup 2020-12-31 08:31:17 +08:00