Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h222 RK_S32 m_log2MaxMvLengthHorizontal; member
H A Dh265e_header_gen.c439 …h265e_stream_write_ue_with_log(s, vui->m_log2MaxMvLengthHorizontal, "log2_max_mv_length_… in codeVUI()
440 …h265e_stream_write_ue_with_log(s, vui->m_log2MaxMvLengthHorizontal, "log2_max_mv_lengt… in codeVUI()
H A Dh265e_ps.c380 sps->vui.m_log2MaxMvLengthHorizontal = 15; in h265e_set_sps()