Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdec.h446 int end_of_tiles_x; member
Dhevc_mvs.c57 && (x0 + nPbW) < lc->end_of_tiles_x; in ff_hevc_set_neighbour_available()
Dhevcdec.c2417 lc->end_of_tiles_x = s->ps.sps->width; in hls_decode_neighbour()
2421 … lc->end_of_tiles_x = x_ctb + (s->ps.pps->column_width[idxX] << s->ps.sps->log2_ctb_size); in hls_decode_neighbour()
2425 lc->end_of_tiles_x = s->ps.sps->width; in hls_decode_neighbour()
2916 lc->end_of_tiles_x = s->ps.pps->column_width[0] << s->ps.sps->log2_ctb_size; in hevc_frame_start()