Searched refs:av1_cnn_deconvolve_c (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libaom/config/riscv64/config/ |
H A D | av1_rtcd.h | 165 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 D | av1_rtcd.h | 188 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 D | av1_rtcd.h | 188 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 D | av1_rtcd.h | 195 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 D | av1_rtcd.h | 198 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 D | cnn.c | 784 void av1_cnn_deconvolve_c(const float **input, int in_width, int in_height, in av1_cnn_deconvolve_c() function
|