Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h343 RK_U32 m_cabacInitPresentFlag; member
H A Dh265e_syntax.c103 (pps->m_cabacInitPresentFlag << 26) | in fill_picture_parameters()
H A Dh265e_ps.c451 pps->m_cabacInitPresentFlag = codec->entropy_cfg.cabac_init_flag; in h265e_set_pps()
H A Dh265e_header_gen.c574 …h265e_stream_write1_with_log(s, pps->m_cabacInitPresentFlag ? 1 : 0, "cabac_init_present_flag"… in h265e_pps_write()
H A Dh265e_slice.c504 if (slice->m_pps->m_cabacInitPresentFlag) { in h265e_code_slice_header()