Searched refs:output_struct (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | cnn.c | 835 CNN_MULTI_OUT *output_struct) { in av1_cnn_predict_c() argument 840 const int *out_chs = output_struct->output_channels; in av1_cnn_predict_c() 841 output[0] = output_struct->output_buffer; in av1_cnn_predict_c() 842 for (int out_idx = 1; out_idx < output_struct->num_outputs; out_idx++) { in av1_cnn_predict_c() 854 const int *out_stride = output_struct->output_strides; in av1_cnn_predict_c() 1121 CNN_MULTI_OUT output_struct = { .output_channels = output_chs, in av1_cnn_predict_img() local 1125 thread_data, &output_struct); in av1_cnn_predict_img() 1139 CNN_MULTI_OUT output_struct = { .output_channels = output_chs, in av1_cnn_predict_img_highbd() local 1143 thread_data, bit_depth, &output_struct); in av1_cnn_predict_img_highbd()
|
/external/libaom/libaom/test/ |
D | cnn_test.cc | 55 CNN_MULTI_OUT output_struct = { num_outputs, output_chs, output_strides, in RunCNNTest() local 59 thread_data, &output_struct, &expected, tolerance); in RunCNNTest() 2489 CNN_MULTI_OUT output_struct = { num_outputs, output_chs, output_dims, in TEST_F() local 2493 &thread_data, &output_struct, expected, MSE_FLOAT_TOL); in TEST_F()
|
/external/libaom/libaom/av1/common/ |
D | av1_rtcd_defs.pl | 359 …e, const CNN_CONFIG *cnn_config, const CNN_THREAD_DATA *thread_data, CNN_MULTI_OUT *output_struct";
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 111 …e, const CNN_CONFIG *cnn_config, const CNN_THREAD_DATA *thread_data, CNN_MULTI_OUT *output_struct);
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 111 …e, const CNN_CONFIG *cnn_config, const CNN_THREAD_DATA *thread_data, CNN_MULTI_OUT *output_struct);
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 111 …e, const CNN_CONFIG *cnn_config, const CNN_THREAD_DATA *thread_data, CNN_MULTI_OUT *output_struct);
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 111 …e, const CNN_CONFIG *cnn_config, const CNN_THREAD_DATA *thread_data, CNN_MULTI_OUT *output_struct);
|