Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdec.h460 #define BOUNDARY_LEFT_TILE (1 << 1) macro
Dhevc_filter.c772 lc->boundary_flags & BOUNDARY_LEFT_TILE && in ff_hevc_deblocking_boundary_strengths()
Dhevcdec.c2433 lc->boundary_flags |= BOUNDARY_LEFT_TILE; in hls_decode_neighbour()
2447 …left_flag = ((x_ctb > 0) && (ctb_addr_in_slice > 0) && !(lc->boundary_flags & BOUNDARY_LEFT_TILE)); in hls_decode_neighbour()