Searched refs:lfthr (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_loopfilter.c | 227 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 …]
|
D | vp9_loopfilter.h | 47 loop_filter_thresh lfthr[MAX_LOOP_FILTER + 1]; member
|
/external/libaom/libaom/av1/common/ |
D | loopfiltermask.c | 445 const loop_filter_thresh *lfi0 = lfi_n->lfthr + *lfl; in filter_selectively_vert_row2() 446 const loop_filter_thresh *lfi1 = lfi_n->lfthr + *lfl2; in filter_selectively_vert_row2() 533 const loop_filter_thresh *lfi0 = lfi_n->lfthr + *lfl; in highbd_filter_selectively_vert_row2() 534 const loop_filter_thresh *lfi1 = lfi_n->lfthr + *lfl2; in highbd_filter_selectively_vert_row2() 625 const loop_filter_thresh *lfi = lfi_n->lfthr + *lfl; in filter_selectively_horiz() 631 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + next_edge); in filter_selectively_horiz() 708 const loop_filter_thresh *lfi = lfi_n->lfthr + *lfl; in highbd_filter_selectively_horiz() 714 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + next_edge); in highbd_filter_selectively_horiz()
|
D | av1_loopfilter.c | 56 memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH); in update_sharpness() 57 memset(lfi->lfthr[lvl].mblim, (2 * (lvl + 2) + block_inside_limit), in update_sharpness() 116 memset(lfi->lfthr[lvl].hev_thr, (lvl >> 4), SIMD_WIDTH); in av1_loop_filter_init() 335 const loop_filter_thresh *const limits = cm->lf_info.lfthr + level; in set_lpf_parameters()
|
D | av1_loopfilter.h | 117 loop_filter_thresh lfthr[MAX_LOOP_FILTER + 1]; member
|