Searched refs:boundary_flags (Results 1 – 3 of 3) sorted by relevance
731 lc->boundary_flags & BOUNDARY_UPPER_SLICE && in ff_hevc_deblocking_boundary_strengths()734 lc->boundary_flags & BOUNDARY_UPPER_TILE && in ff_hevc_deblocking_boundary_strengths()739 RefPicList *rpl_top = (lc->boundary_flags & BOUNDARY_UPPER_SLICE) ? in ff_hevc_deblocking_boundary_strengths()769 lc->boundary_flags & BOUNDARY_LEFT_SLICE && in ff_hevc_deblocking_boundary_strengths()772 lc->boundary_flags & BOUNDARY_LEFT_TILE && in ff_hevc_deblocking_boundary_strengths()777 RefPicList *rpl_left = (lc->boundary_flags & BOUNDARY_LEFT_SLICE) ? in ff_hevc_deblocking_boundary_strengths()
465 int boundary_flags; member
2430 lc->boundary_flags = 0; in hls_decode_neighbour()2433 lc->boundary_flags |= BOUNDARY_LEFT_TILE; in hls_decode_neighbour()2435 lc->boundary_flags |= BOUNDARY_LEFT_SLICE; in hls_decode_neighbour()2437 lc->boundary_flags |= BOUNDARY_UPPER_TILE; in hls_decode_neighbour()2439 lc->boundary_flags |= BOUNDARY_UPPER_SLICE; in hls_decode_neighbour()2442 lc->boundary_flags |= BOUNDARY_LEFT_SLICE; in hls_decode_neighbour()2444 lc->boundary_flags |= BOUNDARY_UPPER_SLICE; in hls_decode_neighbour()2447 …lc->ctb_left_flag = ((x_ctb > 0) && (ctb_addr_in_slice > 0) && !(lc->boundary_flags & BOUNDARY_LEF… in hls_decode_neighbour()2448 …((y_ctb > 0) && (ctb_addr_in_slice >= s->ps.sps->ctb_width) && !(lc->boundary_flags & BOUNDARY_UPP… in hls_decode_neighbour()