Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h272 RK_U32 m_pcmBitDepthChroma; member
H A Dh265e_syntax.c92 … ((sps->m_usePCM ? (sps->m_pcmBitDepthChroma - 1) : 0) << 8) | in fill_picture_parameters()
H A Dh265e_ps.c310 sps->m_pcmBitDepthChroma = 8; in h265e_set_sps()
H A Dh265e_header_gen.c509 …h265e_stream_write_with_log(s, sps->m_pcmBitDepthChroma - 1, 4, "pcm_sample_bit_… in h265e_sps_write()