Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6728 const int unit_rows = tpl_frame->mi_rows / mi_height; 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);