Home
last modified time | relevance | path

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

/external/libaom/config/arm/config/
Dav1_rtcd.h108 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/
Dav1_rtcd.h108 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/
Dav1_rtcd.h108 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/
Dav1_rtcd.h108 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/
Dcnn.c715 void av1_cnn_deconvolve_c(const float **input, int in_width, int in_height, in av1_cnn_deconvolve_c() function