Searched refs:av1_cnn_predict_c (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libaom/config/riscv64/config/ |
H A D | av1_rtcd.h | 168 bool av1_cnn_predict_c(const float **input, int in_width, int in_height, int in_stride, const CNN_C… 169 #define av1_cnn_predict av1_cnn_predict_c
|
/aosp_15_r20/external/libaom/config/x86_64/config/ |
H A D | av1_rtcd.h | 191 bool av1_cnn_predict_c(const float **input, int in_width, int in_height, int in_stride, const CNN_C… 192 #define av1_cnn_predict av1_cnn_predict_c
|
/aosp_15_r20/external/libaom/config/x86/config/ |
H A D | av1_rtcd.h | 191 bool av1_cnn_predict_c(const float **input, int in_width, int in_height, int in_stride, const CNN_C… 192 #define av1_cnn_predict av1_cnn_predict_c
|
/aosp_15_r20/external/libaom/config/arm/config/ |
H A D | av1_rtcd.h | 198 bool av1_cnn_predict_c(const float **input, int in_width, int in_height, int in_stride, const CNN_C… 199 #define av1_cnn_predict av1_cnn_predict_c
|
/aosp_15_r20/external/libaom/config/arm64/config/ |
H A D | av1_rtcd.h | 201 bool av1_cnn_predict_c(const float **input, int in_width, int in_height, int in_stride, const CNN_C… 202 #define av1_cnn_predict av1_cnn_predict_c
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | cnn.c | 900 bool av1_cnn_predict_c(const float **input, int in_width, int in_height, in av1_cnn_predict_c() function
|