OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_cols
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/src/tools/perf/util/
help.c
79
int
max_cols
;
local
83
max_cols
= win.ws_col - 1; /* don't print *on* the edge */
85
if (space <
max_cols
)
86
cols =
max_cols
/ space;
hist.h
119
int
max_cols
, float min_pcnt, FILE *fp);
/external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c
651
const int
max_cols
= (mi_col + MI_BLOCK_SIZE > cm->mi_cols ?
local
674
if (4 >=
max_cols
)
684
if (mi_32_col_offset >=
max_cols
|| mi_32_row_offset >= max_rows)
699
if (mi_32_col_offset + 2 >=
max_cols
)
713
if (mi_16_col_offset >=
max_cols
|| mi_16_row_offset >= max_rows)
729
if (mi_16_col_offset +1 >=
max_cols
)
749
if (mi_8_col_offset >=
max_cols
||
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.c
651
const int
max_cols
= (mi_col + MI_BLOCK_SIZE > cm->mi_cols ?
local
673
if (4 >=
max_cols
)
683
if (mi_32_col_offset >=
max_cols
|| mi_32_row_offset >= max_rows)
698
if (mi_32_col_offset + 2 >=
max_cols
)
712
if (mi_16_col_offset >=
max_cols
|| mi_16_row_offset >= max_rows)
728
if (mi_16_col_offset +1 >=
max_cols
)
748
if (mi_8_col_offset >=
max_cols
||
[
all
...]
/external/linux-tools-perf/src/tools/perf/ui/stdio/
hist.c
376
int
max_cols
, float min_pcnt, FILE *fp)
501
ret += hist_entry__fprintf(h,
max_cols
, hists, line, linesz, fp);
Completed in 142 milliseconds