Home
last modified time | relevance | path

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

/external/fio/tools/hist/
Dfiologparser_hist.py289 max_cols = guess_max_from_bins(ctx, __HIST_COLUMNS)
290 coarseness = int(np.log2(float(max_cols) / __HIST_COLUMNS))
/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c912 const int max_cols = in vp9_setup_mask() local
930 if (4 >= max_cols) break; in vp9_setup_mask()
939 if (mi_32_col_offset >= max_cols || mi_32_row_offset >= max_rows) in vp9_setup_mask()
953 if (mi_32_col_offset + 2 >= max_cols) continue; in vp9_setup_mask()
966 if (mi_16_col_offset >= max_cols || mi_16_row_offset >= max_rows) in vp9_setup_mask()
981 if (mi_16_col_offset + 1 >= max_cols) continue; in vp9_setup_mask()
998 if (mi_8_col_offset >= max_cols || in vp9_setup_mask()