Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dav1_loopfilter.c1331 int next_edge = step; in filter_selectively_horiz() local
1332 if (offset + next_edge >= MI_SIZE_64X64) next_edge = 0; in filter_selectively_horiz()
1333 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + next_edge); in filter_selectively_horiz()
1413 int next_edge = step; in highbd_filter_selectively_horiz() local
1414 if (offset + next_edge >= MI_SIZE_64X64) next_edge = 0; in highbd_filter_selectively_horiz()
1415 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + next_edge); in highbd_filter_selectively_horiz()