Searched refs:ctb_log2_size_y (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_h265_syntax_template.c | 782 unsigned int min_cb_log2_size_y, ctb_log2_size_y, in sps() local 870 ctb_log2_size_y = min_cb_log2_size_y + 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() 913 FFMIN(min_cb_log2_size_y, 5) - 3, FFMIN(ctb_log2_size_y, 5) - 3); in sps() 915 0, FFMIN(ctb_log2_size_y, 5) - (current->log2_min_pcm_luma_coding_block_size_minus3 + 3)); in sps() 1307 unsigned int min_cb_log2_size_y, ctb_log2_size_y, ctb_size_y; in slice_segment_header() local 1341 ctb_log2_size_y = min_cb_log2_size_y + sps->log2_diff_max_min_luma_coding_block_size; in slice_segment_header() 1342 ctb_size_y = 1 << ctb_log2_size_y; in slice_segment_header() [all...] |
Completed in 2 milliseconds