Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_filter.c266 uint8_t right_tile_edge = 0; in sao_filter_CTB() local
281right_tile_edge = no_tile_filter && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pp… in sao_filter_CTB()
282 …ab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_ctb + 1, y_ctb)) || right_tile_edge; in sao_filter_CTB()
296 …x_ctb, y_ctb) != CTB(s->tab_slice_address, x_ctb + 1, y_ctb - 1)) || right_tile_edge || up_tile_ed… in sao_filter_CTB()
299 …x_ctb, y_ctb) != CTB(s->tab_slice_address, x_ctb + 1, y_ctb + 1)) || right_tile_edge || bottom_til… in sao_filter_CTB()