Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6729 const int unit_cols = tpl_frame->mi_cols / mi_width; local
6730 const int max_diagonal_lines = unit_rows + unit_cols - 1;
6734 for (r = VPXMAX(idx - unit_cols + 1, 0); r <= VPXMIN(idx, unit_rows - 1);
6739 assert(c >= 0 && c < unit_cols);