Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h253 RK_U32 m_pcmBitDepthChroma; member
H A Dh265e_syntax.c77 … ((sps->m_usePCM ? (sps->m_pcmBitDepthChroma - 1) : 0) << 8) | in fill_picture_parameters()
H A Dh265e_ps.c291 sps->m_pcmBitDepthChroma = 8; in h265e_set_sps()
H A Dh265e_header_gen.c495 …h265e_stream_write_with_log(s, sps->m_pcmBitDepthChroma - 1, 4, "pcm_sample_bit_… in h265e_sps_write()