Home
last modified time | relevance | path

Searched refs:m_log2DiffMaxMinCodingBlockSize (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c260 sps->m_log2DiffMaxMinCodingBlockSize = 0 ; in h265e_set_sps()
274 sps->m_log2DiffMaxMinCodingBlockSize = sps->m_maxCUDepth - addCUDepth; in h265e_set_sps()
H A Dh265e_slice.h241 RK_S32 m_log2DiffMaxMinCodingBlockSize; member
H A Dh265e_syntax.c69 pp->log2_diff_max_min_luma_coding_block_size = sps->m_log2DiffMaxMinCodingBlockSize; in fill_picture_parameters()
H A Dh265e_header_gen.c491 …h265e_stream_write_ue_with_log(s, sps->m_log2DiffMaxMinCodingBlockSize, "log2_diff_max_min_coding_… in h265e_sps_write()