Searched refs:boundary_strength (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_filter.c | 659 static int boundary_strength(const HEVCContext *s, const MvField *curr, const MvField *neigh, in boundary_strength() function 769 bs = boundary_strength(s, curr, top, rpl_top); in ff_hevc_deblocking_boundary_strengths() 807 bs = boundary_strength(s, curr, left, rpl_left); in ff_hevc_deblocking_boundary_strengths() 825 bs = boundary_strength(s, curr, top, rpl); in ff_hevc_deblocking_boundary_strengths() 840 bs = boundary_strength(s, curr, left, rpl); in ff_hevc_deblocking_boundary_strengths()
|
Completed in 2 milliseconds