Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdec.c2409 int ctb_addr_rs = s->ps.pps->ctb_addr_ts_to_rs[ctb_addr_ts]; in hls_decode_neighbour() local
2410 int ctb_addr_in_slice = ctb_addr_rs - s->sh.slice_addr; in hls_decode_neighbour()
2412 s->tab_slice_address[ctb_addr_rs] = s->sh.slice_addr; in hls_decode_neighbour()
2432 …>ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs - 1]]) in hls_decode_neighbour()
2434 if (x_ctb > 0 && s->tab_slice_address[ctb_addr_rs] != s->tab_slice_address[ctb_addr_rs - 1]) in hls_decode_neighbour()
2436 …ile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs - s->ps.sps->ct… in hls_decode_neighbour()
2438 …if (y_ctb > 0 && s->tab_slice_address[ctb_addr_rs] != s->tab_slice_address[ctb_addr_rs - s->ps.sps… in hls_decode_neighbour()
2449 …ile_id[ctb_addr_ts] == s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs+1 - s->ps.sps->… in hls_decode_neighbour()
2450 …ile_id[ctb_addr_ts] == s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs-1 - s->ps.sps->… in hls_decode_neighbour()
2477 int ctb_addr_rs = s->ps.pps->ctb_addr_ts_to_rs[ctb_addr_ts]; in hls_decode_entry() local
[all …]
Dhevc_ps.c1372 int i, j, x, y, ctb_addr_rs, tile_id; in setup_pps() local
1428 for (ctb_addr_rs = 0; ctb_addr_rs < pic_area_in_ctbs; ctb_addr_rs++) { in setup_pps()
1429 int tb_x = ctb_addr_rs % sps->ctb_width; in setup_pps()
1430 int tb_y = ctb_addr_rs / sps->ctb_width; in setup_pps()
1457 pps->ctb_addr_rs_to_ts[ctb_addr_rs] = val; in setup_pps()
1458 pps->ctb_addr_ts_to_rs[val] = ctb_addr_rs; in setup_pps()
Dhevc_filter.c254 int ctb_addr_rs = y_ctb * s->ps.sps->ctb_width + x_ctb; in sao_filter_CTB() local
255 int ctb_addr_ts = s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs]; in sao_filter_CTB()
277 …s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs-1]]; in sao_filter_CTB()
281 …s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs+1]]; in sao_filter_CTB()
285 …ile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs - s->ps.sps->ct… in sao_filter_CTB()
289 …ile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs + s->ps.sps->ct… in sao_filter_CTB()