Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dcnn.c239 int i_height[CNN_MAX_BRANCHES] = { 0 }; in av1_find_cnn_output_size() local
241 i_height[0] = in_height + cnn_config->ext_height * 2; in av1_find_cnn_output_size()
256 assert(i_width[branch] > 0 && i_height[branch] > 0); in av1_find_cnn_output_size()
258 i_height[b] = i_height[branch]; in av1_find_cnn_output_size()
263 find_layer_output_size(i_width[branch], i_height[branch], layer_config, in av1_find_cnn_output_size()
266 i_height[branch] = o_height; in av1_find_cnn_output_size()
272 i_height[b] = o_height; in av1_find_cnn_output_size()
847 int i_height = in_height; in av1_cnn_predict_c() local
870 i_height = tensor1[branch].height; in av1_cnn_predict_c()
874 find_layer_output_size(i_width, i_height, layer_config, &o_width, in av1_cnn_predict_c()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8_3x3_filter.h13350 for (int i_height = 0; i_height < height_overall_macro_count;
13351 ++i_height) {
13352 if (i_height != height_macro_count) {
13359 TFLITE_DCHECK_LT(i_height * row_count_per_macro, row_count);
13360 TFLITE_DCHECK_LT(i_height * input_height_per_macro, input_height);
13369 if (i_height > 0) {
13377 i_height, k_width, input_data_block,