Home
last modified time | relevance | path

Searched refs:min_tb_log2_size_y (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcbs_h265_syntax_template.c783 min_cb_size_y, min_tb_log2_size_y; in sps() local
883 min_tb_log2_size_y = current->log2_min_luma_transform_block_size_minus2 + 2; in sps()
886 0, FFMIN(ctb_log2_size_y, 5) - min_tb_log2_size_y); in sps()
889 0, ctb_log2_size_y - min_tb_log2_size_y); in sps()
891 0, ctb_log2_size_y - min_tb_log2_size_y); in sps()

Completed in 4 milliseconds