Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c227 memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH); in update_sharpness()
228 memset(lfi->lfthr[lvl].mblim, (2 * (lvl + 2) + block_inside_limit), in update_sharpness()
249 memset(lfi->lfthr[lvl].hev_thr, (lvl >> 4), SIMD_WIDTH); in vp9_loop_filter_init()
300 const loop_filter_thresh *lfthr, const uint8_t *lfl) { in filter_selectively_vert_row2() argument
313 lfis[0] = lfthr + *lfl; in filter_selectively_vert_row2()
314 lfis[1] = lfthr + *(lfl + lfl_forward); in filter_selectively_vert_row2()
378 const loop_filter_thresh *lfthr, const uint8_t *lfl, int bd) { in highbd_filter_selectively_vert_row2() argument
391 lfis[0] = lfthr + *lfl; in highbd_filter_selectively_vert_row2()
392 lfis[1] = lfthr + *(lfl + lfl_forward); in highbd_filter_selectively_vert_row2()
456 const loop_filter_thresh *lfthr, const uint8_t *lfl) { in filter_selectively_horiz() argument
[all …]
Dvp9_loopfilter.h47 loop_filter_thresh lfthr[MAX_LOOP_FILTER + 1]; member
/external/libaom/libaom/av1/common/
Dav1_loopfilter.c449 memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH); in update_sharpness()
450 memset(lfi->lfthr[lvl].mblim, (2 * (lvl + 2) + block_inside_limit), in update_sharpness()
509 memset(lfi->lfthr[lvl].hev_thr, (lvl >> 4), SIMD_WIDTH); in av1_loop_filter_init()
1149 const loop_filter_thresh *lfi0 = lfi_n->lfthr + *lfl; in filter_selectively_vert_row2()
1150 const loop_filter_thresh *lfi1 = lfi_n->lfthr + *lfl2; in filter_selectively_vert_row2()
1236 const loop_filter_thresh *lfi0 = lfi_n->lfthr + *lfl; in highbd_filter_selectively_vert_row2()
1237 const loop_filter_thresh *lfi1 = lfi_n->lfthr + *lfl2; in highbd_filter_selectively_vert_row2()
1327 const loop_filter_thresh *lfi = lfi_n->lfthr + *lfl; in filter_selectively_horiz()
1333 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + next_edge); in filter_selectively_horiz()
1409 const loop_filter_thresh *lfi = lfi_n->lfthr + *lfl; in highbd_filter_selectively_horiz()
[all …]
Dav1_loopfilter.h116 loop_filter_thresh lfthr[MAX_LOOP_FILTER + 1]; member