Searched defs:end_mi_row (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_thread_common.c222 int start_mi_row, end_mi_row, mi_rows_to_filter; local
233 end_mi_row = start_mi_row + mi_rows_to_filter;
236 loop_filter_rows_mt(frame, cm, planes, start_mi_row, end_mi_row,
H A Dvp9_loopfilter.c1587 int start_mi_row, end_mi_row, mi_rows_to_filter; local
1596 end_mi_row = start_mi_row + mi_rows_to_filter;
1597 loop_filter_rows(frame, cm, xd->plane, start_mi_row, end_mi_row, y_only);
1603 int start_mi_row, end_mi_row, mi_rows_to_filter; local
1613 end_mi_row = start_mi_row + mi_rows_to_filter;
1617 for (mi_row = start_mi_row; mi_row < end_mi_row; mi_row += MI_BLOCK_SIZE) {

Completed in 516 milliseconds