Searched refs:boundary_strength (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevc_filter.c | 650 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()
|