Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dhelp.c79 int max_cols; in pretty_print_string_list() local
83 max_cols = win.ws_col - 1; /* don't print *on* the edge */ in pretty_print_string_list()
85 if (space < max_cols) in pretty_print_string_list()
86 cols = max_cols / space; in pretty_print_string_list()
Dhist.h119 int max_cols, float min_pcnt, FILE *fp);
/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c651 const int max_cols = (mi_col + MI_BLOCK_SIZE > cm->mi_cols ? in vp9_setup_mask() local
674 if (4 >= max_cols) in vp9_setup_mask()
684 if (mi_32_col_offset >= max_cols || mi_32_row_offset >= max_rows) in vp9_setup_mask()
699 if (mi_32_col_offset + 2 >= max_cols) in vp9_setup_mask()
713 if (mi_16_col_offset >= max_cols || mi_16_row_offset >= max_rows) in vp9_setup_mask()
729 if (mi_16_col_offset +1 >= max_cols) in vp9_setup_mask()
749 if (mi_8_col_offset >= max_cols || in vp9_setup_mask()
/external/linux-tools-perf/src/tools/perf/ui/stdio/
Dhist.c376 int max_cols, float min_pcnt, FILE *fp) in hists__fprintf() argument
501 ret += hist_entry__fprintf(h, max_cols, hists, line, linesz, fp); in hists__fprintf()