Home
last modified time | relevance | path

Searched refs:av1_cnn_deconvolve_c (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libaom/config/riscv64/config/
H A Dav1_rtcd.h165 void av1_cnn_deconvolve_c(const float **input, int in_width, int in_height, int in_stride, const CN…
166 #define av1_cnn_deconvolve av1_cnn_deconvolve_c
/aosp_15_r20/external/libaom/config/x86_64/config/
H A Dav1_rtcd.h188 void av1_cnn_deconvolve_c(const float **input, int in_width, int in_height, int in_stride, const CN…
189 #define av1_cnn_deconvolve av1_cnn_deconvolve_c
/aosp_15_r20/external/libaom/config/x86/config/
H A Dav1_rtcd.h188 void av1_cnn_deconvolve_c(const float **input, int in_width, int in_height, int in_stride, const CN…
189 #define av1_cnn_deconvolve av1_cnn_deconvolve_c
/aosp_15_r20/external/libaom/config/arm/config/
H A Dav1_rtcd.h195 void av1_cnn_deconvolve_c(const float **input, int in_width, int in_height, int in_stride, const CN…
196 #define av1_cnn_deconvolve av1_cnn_deconvolve_c
/aosp_15_r20/external/libaom/config/arm64/config/
H A Dav1_rtcd.h198 void av1_cnn_deconvolve_c(const float **input, int in_width, int in_height, int in_stride, const CN…
199 #define av1_cnn_deconvolve av1_cnn_deconvolve_c
/aosp_15_r20/external/libaom/av1/encoder/
H A Dcnn.c784 void av1_cnn_deconvolve_c(const float **input, int in_width, int in_height, in av1_cnn_deconvolve_c() function