Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dimage_preprocessing_stage.cc125 int start_w = static_cast<int>(round((input_width - crop_width) / 2.0)); in Crop() local
130 for (int in_w = start_w; in_w < start_w + crop_width; ++in_w) { in Crop()
/external/libaom/libaom/av1/encoder/
Dcnn.c533 const int start_w = in av1_cnn_convolve_c() local
544 for (int w = start_w, out_index = out_h; w < in_width; in av1_cnn_convolve_c()
565 const int start_w = get_start_shift_convolve( in av1_cnn_convolve_c() local
585 for (int w = start_w, out_index = out_h; w < in_width; in av1_cnn_convolve_c()
617 const int start_w = in av1_cnn_convolve_c() local
629 for (int w = start_w, out_index = out_h; w < end_w; in av1_cnn_convolve_c()