CTB 256 libavcodec/hevc_filter.c SAOParams *sao = &CTB(s->sao, x_ctb, y_ctb); CTB 261 libavcodec/hevc_filter.c uint8_t lfase = CTB(s->filter_slice_edges, x_ctb, y_ctb); CTB 278 libavcodec/hevc_filter.c vert_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_ctb - 1, y_ctb)) || left_tile_edge; CTB 282 libavcodec/hevc_filter.c vert_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_ctb + 1, y_ctb)) || right_tile_edge; CTB 286 libavcodec/hevc_filter.c horiz_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_ctb, y_ctb - 1)) || up_tile_edge; CTB 290 libavcodec/hevc_filter.c horiz_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_ctb, y_ctb + 1)) || bottom_tile_edge; CTB 293 libavcodec/hevc_filter.c diag_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_ctb - 1, y_ctb - 1)) || left_tile_edge || up_tile_edge; CTB 296 libavcodec/hevc_filter.c diag_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_ctb + 1, y_ctb - 1)) || right_tile_edge || up_tile_edge; CTB 299 libavcodec/hevc_filter.c diag_edge[2] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_ctb + 1, y_ctb + 1)) || right_tile_edge || bottom_tile_edge; CTB 302 libavcodec/hevc_filter.c diag_edge[3] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_ctb - 1, y_ctb + 1)) || left_tile_edge || bottom_tile_edge; CTB 366 libavcodec/hevc_filter.c src_idx = (CTB(s->sao, x_ctb-1, y_ctb-1).type_idx[c_idx] == CTB 371 libavcodec/hevc_filter.c src_idx = (CTB(s->sao, x_ctb, y_ctb-1).type_idx[c_idx] == CTB 376 libavcodec/hevc_filter.c src_idx = (CTB(s->sao, x_ctb+1, y_ctb-1).type_idx[c_idx] == CTB 393 libavcodec/hevc_filter.c src_idx = (CTB(s->sao, x_ctb-1, y_ctb+1).type_idx[c_idx] == CTB 398 libavcodec/hevc_filter.c src_idx = (CTB(s->sao, x_ctb, y_ctb+1).type_idx[c_idx] == CTB 403 libavcodec/hevc_filter.c src_idx = (CTB(s->sao, x_ctb+1, y_ctb+1).type_idx[c_idx] == CTB 410 libavcodec/hevc_filter.c if (CTB(s->sao, x_ctb-1, y_ctb).type_idx[c_idx] == SAO_APPLIED) { CTB 420 libavcodec/hevc_filter.c if (CTB(s->sao, x_ctb+1, y_ctb).type_idx[c_idx] == SAO_APPLIED) { CTB 940 libavcodec/hevcdec.c sao->elem = CTB(s->sao, rx-1, ry).elem; \ CTB 942 libavcodec/hevcdec.c sao->elem = CTB(s->sao, rx, ry-1).elem; \ CTB 952 libavcodec/hevcdec.c SAOParams *sao = &CTB(s->sao, rx, ry);