Home
last modified time | relevance | path

Searched refs:branch_config (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dcnn.c193 const CNN_BRANCH_CONFIG *branch_config = &layer_config->branch_config; in find_cnn_out_channels() local
195 if ((branch_config->input_to_branches & (1 << b)) && b != branch) { in find_cnn_out_channels()
203 if ((branch_config->branches_to_combine & (1 << c)) && c != branch) { in find_cnn_out_channels()
213 if ((branch_config->branches_to_combine & (1 << c)) && c != branch) { in find_cnn_out_channels()
249 const CNN_BRANCH_CONFIG *branch_config = &layer_config->branch_config; in av1_find_cnn_output_size() local
255 if ((branch_config->input_to_branches & (1 << b)) && b != branch) { in av1_find_cnn_output_size()
270 if ((branch_config->input_to_branches & (1 << b)) && b != branch) { in av1_find_cnn_output_size()
330 const CNN_BRANCH_CONFIG *branch_config = &layer_config->branch_config; in copy_active_tensor_to_branches() local
332 if ((branch_config->input_to_branches & (1 << b)) && b != branch) { in copy_active_tensor_to_branches()
336 int copy_channels = branch_config->channels_to_copy > 0 in copy_active_tensor_to_branches()
[all …]
Dcnn.h130 struct CNN_BRANCH_CONFIG branch_config; member