Searched refs:lfin (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_loopfilter.c | 527 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + 1); in filter_selectively_horiz() local 530 lfi->hev_thr, lfin->mblim, lfin->lim, in filter_selectively_horiz() 531 lfin->hev_thr); in filter_selectively_horiz() 535 lfi->lim, lfi->hev_thr, lfin->mblim, in filter_selectively_horiz() 536 lfin->lim, lfin->hev_thr); in filter_selectively_horiz() 542 vpx_lpf_horizontal_4(s + 8 + 4 * pitch, pitch, lfin->mblim, in filter_selectively_horiz() 543 lfin->lim, lfin->hev_thr, 1); in filter_selectively_horiz() 556 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + 1); in filter_selectively_horiz() local 559 lfi->hev_thr, lfin->mblim, lfin->lim, in filter_selectively_horiz() 560 lfin->hev_thr); in filter_selectively_horiz() [all …]
|