CTB 788 libavcodec/hevc.c sao->elem = CTB(s->sao, rx-1, ry).elem; \ CTB 790 libavcodec/hevc.c sao->elem = CTB(s->sao, rx, ry-1).elem; \ CTB 800 libavcodec/hevc.c SAOParams *sao = &CTB(s->sao, rx, ry); CTB 257 libavcodec/hevc_filter.c SAOParams *sao = &CTB(s->sao, x_ctb, y_ctb); CTB 262 libavcodec/hevc_filter.c uint8_t lfase = CTB(s->filter_slice_edges, x_ctb, y_ctb); CTB 279 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 283 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 287 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 291 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 294 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 297 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 300 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 303 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 367 libavcodec/hevc_filter.c src_idx = (CTB(s->sao, x_ctb-1, y_ctb-1).type_idx[c_idx] == CTB 372 libavcodec/hevc_filter.c src_idx = (CTB(s->sao, x_ctb, y_ctb-1).type_idx[c_idx] == CTB 377 libavcodec/hevc_filter.c src_idx = (CTB(s->sao, x_ctb+1, y_ctb-1).type_idx[c_idx] == CTB 394 libavcodec/hevc_filter.c src_idx = (CTB(s->sao, x_ctb-1, y_ctb+1).type_idx[c_idx] == CTB 399 libavcodec/hevc_filter.c src_idx = (CTB(s->sao, x_ctb, y_ctb+1).type_idx[c_idx] == CTB 404 libavcodec/hevc_filter.c src_idx = (CTB(s->sao, x_ctb+1, y_ctb+1).type_idx[c_idx] == CTB 411 libavcodec/hevc_filter.c if (CTB(s->sao, x_ctb-1, y_ctb).type_idx[c_idx] == SAO_APPLIED) { CTB 421 libavcodec/hevc_filter.c if (CTB(s->sao, x_ctb+1, y_ctb).type_idx[c_idx] == SAO_APPLIED) {