Home
last modified time | relevance | path

Searched defs:num_inputs_to_process (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dml_avx2.c30 const float *const bias, int num_inputs_to_process, int tot_num_inputs, in nn_propagate_8to1()
58 const float *const bias, int num_inputs_to_process, int tot_num_inputs, in nn_propagate_8to4()
88 const float *const bias, int num_inputs_to_process, int tot_num_inputs, in nn_propagate_8to8()
119 const float *const bias, int num_inputs_to_process, int tot_num_inputs, in nn_propagate_input_multiple_of_8()
167 const int num_inputs_to_process = in_mul_8 * 8; in av1_nn_predict_avx2() local