Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c90 … (sps->m_usePCM << 3) | in fill_picture_parameters()
91 … ((sps->m_usePCM ? (sps->m_pcmBitDepthLuma - 1) : 0) << 4) | in fill_picture_parameters()
92 … ((sps->m_usePCM ? (sps->m_pcmBitDepthChroma - 1) : 0) << 8) | in fill_picture_parameters()
93 … ((sps->m_usePCM ? (sps->m_pcmLog2MinSize - 3) : 0) << 12) | in fill_picture_parameters()
94 … ((sps->m_usePCM ? (sps->m_pcmLog2MaxSize - sps->m_pcmLog2MinSize) : 0) << 14) | in fill_picture_parameters()
H A Dh265e_slice.h258 RK_U32 m_usePCM; member
H A Dh265e_header_gen.c506 h265e_stream_write1_with_log(s, sps->m_usePCM ? 1 : 0, "pcm_enabled_flag"); in h265e_sps_write()
507 if (sps->m_usePCM) { in h265e_sps_write()
H A Dh265e_ps.c277 sps->m_usePCM = 0; in h265e_set_sps()