Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dimage_preprocessing_stage.cc126 int start_h = static_cast<int>(round((input_height - crop_height) / 2.0)); in Crop() local
129 for (int in_h = start_h; in_h < start_h + crop_height; ++in_h) { in Crop()
/external/libaom/libaom/av1/encoder/
Dcnn.c531 const int start_h = get_start_shift_convolve( in av1_cnn_convolve_c() local
540 for (int h = start_h, u = 0; h < in_height; in av1_cnn_convolve_c()
563 const int start_h = get_start_shift_convolve( in av1_cnn_convolve_c() local
576 for (int h = start_h, u = 0; h < in_height; in av1_cnn_convolve_c()
613 const int start_h = in av1_cnn_convolve_c() local
625 for (int h = start_h, u = 0; h < end_h; in av1_cnn_convolve_c()