Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c98 … (pps->m_tiles_enabled_flag << 7) | in fill_picture_parameters()
114 if (pps->m_tiles_enabled_flag) { in fill_picture_parameters()
H A Dh265e_ps.c431 pps->m_tiles_enabled_flag = 0; in h265e_set_pps()
454 pps->m_tiles_enabled_flag = 1; in h265e_set_pps()
H A Dh265e_slice.h316 RK_S32 m_tiles_enabled_flag; member
H A Dh265e_header_gen.c578 … h265e_stream_write1_with_log(s, pps->m_tiles_enabled_flag, "tiles_enabled_flag"); in h265e_pps_write()
580 if (pps->m_tiles_enabled_flag) { in h265e_pps_write()