Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h293 RK_U32 m_bSliceChromaQpFlag; // slicelevel_chroma_qp_flag member
H A Dh265e_slice.c264 if (slice->m_pps->m_bSliceChromaQpFlag) { in h265e_slice_init()
503 if (slice->m_pps->m_bSliceChromaQpFlag) { in h265e_code_slice_header()
H A Dh265e_syntax.c94 … (pps->m_bSliceChromaQpFlag << 3) | in fill_picture_parameters()
H A Dh265e_ps.c391 pps->m_bSliceChromaQpFlag = 0; in h265e_set_pps()
H A Dh265e_header_gen.c573 …h265e_stream_write1_with_log(s, pps->m_bSliceChromaQpFlag ? 1 : 0, "pps_slice_chroma_qp_off… in h265e_pps_write()