Searched refs:lfthr (Results 1 – 4 of 4) sorted by relevance
/external/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/av1/common/ |
D | av1_loopfilter.h | 69 loop_filter_thresh lfthr[MAX_LOOP_FILTER + 1]; member 77 const loop_filter_thresh *lfthr; member
|
D | av1_loopfilter.c | 62 memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH); in update_sharpness() 63 memset(lfi->lfthr[lvl].mblim, (2 * (lvl + 2) + block_inside_limit), in update_sharpness() 120 memset(lfi->lfthr[lvl].hev_thr, (lvl >> 4), SIMD_WIDTH); in av1_loop_filter_init() 320 const loop_filter_thresh *const limits = cm->lf_info.lfthr + level; in set_lpf_parameters() 321 params->lfthr = limits; in set_lpf_parameters() 714 const loop_filter_thresh *const limits = cm->lf_info.lfthr + level; in set_one_param_for_line_luma() 715 params->lfthr = limits; in set_one_param_for_line_luma() 853 const loop_filter_thresh *const limits = cm->lf_info.lfthr; in set_one_param_for_line_chroma() 854 params->lfthr = limits + level; in set_one_param_for_line_chroma() 910 const loop_filter_thresh *limits = params->lfthr; in filter_vert() [all …]
|