Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c228 memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH); in update_sharpness()
229 memset(lfi->lfthr[lvl].mblim, (2 * (lvl + 2) + block_inside_limit), in update_sharpness()
251 memset(lfi->lfthr[lvl].hev_thr, (lvl >> 4), SIMD_WIDTH); in vp9_loop_filter_init()
324 const loop_filter_thresh *lfi0 = lfi_n->lfthr + *lfl; in filter_selectively_vert_row2()
325 const loop_filter_thresh *lfi1 = lfi_n->lfthr + *(lfl + lfl_forward); in filter_selectively_vert_row2()
424 const loop_filter_thresh *lfi0 = lfi_n->lfthr + *lfl; in highbd_filter_selectively_vert_row2()
425 const loop_filter_thresh *lfi1 = lfi_n->lfthr + *(lfl + lfl_forward); in highbd_filter_selectively_vert_row2()
511 const loop_filter_thresh *lfi = lfi_n->lfthr + *lfl; in filter_selectively_horiz()
527 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + 1); in filter_selectively_horiz()
556 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + 1); in filter_selectively_horiz()
[all …]
Dvp9_loopfilter.h47 loop_filter_thresh lfthr[MAX_LOOP_FILTER + 1]; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_dthread.c176 memcpy(dst_cm->lf_info.lfthr, src_cm->lf_info.lfthr, in vp9_frameworker_copy_context()