Home
last modified time | relevance | path

Searched defs:ctb_size (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_filter.c487 int ctb_size = 1 << log2_ctb_size; in deblocking_filter_CTB() local
842 void ff_hevc_hls_filter(HEVCContext *s, int x, int y, int ctb_size) in ff_hevc_hls_filter()
878 void ff_hevc_hls_filters(HEVCContext *s, int x_ctb, int y_ctb, int ctb_size) in ff_hevc_hls_filters()
Dhevcdec.c2408 int ctb_size = 1 << s->ps.sps->log2_ctb_size; in hls_decode_neighbour() local
2456 int ctb_size = 1 << s->ps.sps->log2_ctb_size; in hls_decode_entry() local
2529 int ctb_size = 1<< s1->ps.sps->log2_ctb_size; in hls_decode_entry_wpp() local
Dhevc_ps.h231 int ctb_size; member