Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c261 cm->lf_row = 0; in vp9_lpf_mt_init()
400 if (cm->lf_row < max_rows) { in get_next_row()
401 cur_row = cm->lf_row >> MI_BLOCK_SIZE_LOG2; in get_next_row()
402 return_val = cm->lf_row; in get_next_row()
403 cm->lf_row += MI_BLOCK_SIZE; in get_next_row()
404 if (cm->lf_row < max_rows) { in get_next_row()
432 if (cm->lf_row < max_rows) { in get_next_row()
433 cur_row = cm->lf_row >> MI_BLOCK_SIZE_LOG2; in get_next_row()
434 return_val = cm->lf_row; in get_next_row()
435 cm->lf_row += MI_BLOCK_SIZE; in get_next_row()
[all …]
Dvp9_onyxc_int.h254 int lf_row; member