Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h203 RK_S32 m_log2MaxMvLengthHorizontal; member
H A Dh265e_header_gen.c424 …h265e_stream_write_ue_with_log(s, vui->m_log2MaxMvLengthHorizontal, "log2_max_mv_length_… in codeVUI()
425 …h265e_stream_write_ue_with_log(s, vui->m_log2MaxMvLengthHorizontal, "log2_max_mv_lengt… in codeVUI()
H A Dh265e_ps.c353 sps->vui.m_log2MaxMvLengthHorizontal = 15; in h265e_set_sps()