Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dfdisk.c274 int i, end_h, end_s, e_hh = 0, e_ss = 0, ini = 1, dirty = 0; in physical_HS() local
282 end_h = p->end_head + 1; in physical_HS()
285 e_hh = end_h; in physical_HS()
288 } else if (e_hh !=end_h || e_ss != end_s) in physical_HS()
/external/libaom/libaom/av1/encoder/
Dcnn.c621 const int end_h = in_height - ii_shift; in av1_cnn_convolve_c() local
625 for (int h = start_h, u = 0; h < end_h; in av1_cnn_convolve_c()