Home
last modified time | relevance | path

Searched refs:m_tiles_enabled_flag (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c113 … (pps->m_tiles_enabled_flag << 7) | in fill_picture_parameters()
129 if (pps->m_tiles_enabled_flag) { in fill_picture_parameters()
H A Dh265e_ps.c455 pps->m_tiles_enabled_flag = 0; in h265e_set_pps()
483 pps->m_tiles_enabled_flag = 1; in h265e_set_pps()
H A Dh265e_slice.h335 RK_S32 m_tiles_enabled_flag; member
H A Dh265e_header_gen.c592 … h265e_stream_write1_with_log(s, pps->m_tiles_enabled_flag, "tiles_enabled_flag"); in h265e_pps_write()
594 if (pps->m_tiles_enabled_flag) { in h265e_pps_write()
H A Dh265e_slice.c543 if (slice->m_pps->m_tiles_enabled_flag) { in h265e_code_slice_header()