Searched refs:av1_cnn_deconvolve_c (Results 1 – 5 of 5) sorted by relevance
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 108 void av1_cnn_deconvolve_c( const float **input, int in_width, int in_height, int in_stride, const C… 109 #define av1_cnn_deconvolve av1_cnn_deconvolve_c
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 108 void av1_cnn_deconvolve_c( const float **input, int in_width, int in_height, int in_stride, const C… 109 #define av1_cnn_deconvolve av1_cnn_deconvolve_c
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 108 void av1_cnn_deconvolve_c( const float **input, int in_width, int in_height, int in_stride, const C… 109 #define av1_cnn_deconvolve av1_cnn_deconvolve_c
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 108 void av1_cnn_deconvolve_c( const float **input, int in_width, int in_height, int in_stride, const C… 109 #define av1_cnn_deconvolve av1_cnn_deconvolve_c
|
/external/libaom/libaom/av1/encoder/ |
D | cnn.c | 715 void av1_cnn_deconvolve_c(const float **input, int in_width, int in_height, in av1_cnn_deconvolve_c() function
|