Home
last modified time | relevance | path

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

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