HomeSort by relevance Sort by last modified time
    Searched defs:max_cols (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/base/text/
text_elider_unittest.cc 714 int max_cols; member in struct:ui::TestData
797 int max_cols; member in struct:ui::TestData
    [all...]
  /external/linux-tools-perf/util/
help.c 77 int max_cols; local
81 max_cols = 75;
86 max_cols = win.ws_col - 1; /* don't print *on* the edge */
90 if (space < max_cols)
91 cols = max_cols / space;
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 667 const int max_cols = (mi_col + MI_BLOCK_SIZE > cm->mi_cols ? local
689 if (4 >= max_cols)
699 if (mi_32_col_offset >= max_cols || mi_32_row_offset >= max_rows)
714 if (mi_32_col_offset + 2 >= max_cols)
728 if (mi_16_col_offset >= max_cols || mi_16_row_offset >= max_rows)
744 if (mi_16_col_offset +1 >= max_cols)
764 if (mi_8_col_offset >= max_cols ||
    [all...]

Completed in 150 milliseconds