Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_filter.c650 static int boundary_strength(HEVCContext *s, MvField *curr, MvField *neigh, in boundary_strength() function
760 bs = boundary_strength(s, curr, top, rpl_top); in ff_hevc_deblocking_boundary_strengths()
798 bs = boundary_strength(s, curr, left, rpl_left); in ff_hevc_deblocking_boundary_strengths()
816 bs = boundary_strength(s, curr, top, rpl); in ff_hevc_deblocking_boundary_strengths()
831 bs = boundary_strength(s, curr, left, rpl); in ff_hevc_deblocking_boundary_strengths()