Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_filter.c278 …vert_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
282 …vert_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
286 …horiz_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
290 …horiz_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
293 …diag_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
296 …diag_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
299 …diag_edge[2] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
302 …diag_edge[3] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
Dhevcdec.c73 av_freep(&s->tab_slice_address); in pic_arrays_free()
118 s->tab_slice_address = av_malloc_array(pic_size_in_ctb, in pic_arrays_init()
119 sizeof(*s->tab_slice_address)); in pic_arrays_init()
122 if (!s->qp_y_tab || !s->filter_slice_edges || !s->tab_slice_address) in pic_arrays_init()
2412 s->tab_slice_address[ctb_addr_rs] = s->sh.slice_addr; 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()
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()
2470 if (s->tab_slice_address[prev_rs] != s->sh.slice_addr) { in hls_decode_entry()
2485 s->tab_slice_address[ctb_addr_rs] = -1; in hls_decode_entry()
2497 s->tab_slice_address[ctb_addr_rs] = -1; in hls_decode_entry()
[all …]
Dhevcdec.h532 int32_t *tab_slice_address; member