Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dcnn.c245 int i_height[CNN_MAX_BRANCHES] = { 0 }; in av1_find_cnn_output_size() local
247 i_height[0] = in_height + cnn_config->ext_height * 2; in av1_find_cnn_output_size()
262 assert(i_width[branch] > 0 && i_height[branch] > 0); in av1_find_cnn_output_size()
264 i_height[b] = i_height[branch]; in av1_find_cnn_output_size()
269 av1_find_cnn_layer_output_size(i_width[branch], i_height[branch], in av1_find_cnn_output_size()
272 i_height[branch] = o_height; in av1_find_cnn_output_size()
278 i_height[b] = o_height; in av1_find_cnn_output_size()
919 int i_height = in_height; in av1_cnn_predict_c() local
942 i_height = tensor1[branch].height; in av1_cnn_predict_c()
946 av1_find_cnn_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.h13355 for (int i_height = 0; i_height < height_overall_macro_count;
13356 ++i_height) {
13357 if (i_height != height_macro_count) {
13364 TFLITE_DCHECK_LT(i_height * row_count_per_macro, row_count);
13365 TFLITE_DCHECK_LT(i_height * input_height_per_macro, input_height);
13374 if (i_height > 0) {
13382 i_height, k_width, input_data_block,