Searched refs:max_cols (Results 1 – 4 of 4) sorted by relevance
79 int max_cols; in pretty_print_string_list() local83 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()
119 int max_cols, float min_pcnt, FILE *fp);
651 const int max_cols = (mi_col + MI_BLOCK_SIZE > cm->mi_cols ? in vp9_setup_mask() local674 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()
376 int max_cols, float min_pcnt, FILE *fp) in hists__fprintf() argument501 ret += hist_entry__fprintf(h, max_cols, hists, line, linesz, fp); in hists__fprintf()