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()
394 if (cm->lf_row < max_rows) { in get_next_row()
395 cur_row = cm->lf_row >> MI_BLOCK_SIZE_LOG2; in get_next_row()
396 return_val = cm->lf_row; in get_next_row()
397 cm->lf_row += MI_BLOCK_SIZE; in get_next_row()
398 if (cm->lf_row < max_rows) { in get_next_row()
426 if (cm->lf_row < max_rows) { in get_next_row()
427 cur_row = cm->lf_row >> MI_BLOCK_SIZE_LOG2; in get_next_row()
428 return_val = cm->lf_row; in get_next_row()
429 cm->lf_row += MI_BLOCK_SIZE; in get_next_row()
[all …]
Dvp9_onyxc_int.h262 int lf_row; member