Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c75 … (sps->m_usePCM << 3) | in fill_picture_parameters()
76 … ((sps->m_usePCM ? (sps->m_pcmBitDepthLuma - 1) : 0) << 4) | in fill_picture_parameters()
77 … ((sps->m_usePCM ? (sps->m_pcmBitDepthChroma - 1) : 0) << 8) | in fill_picture_parameters()
78 … ((sps->m_usePCM ? (sps->m_pcmLog2MinSize - 3) : 0) << 12) | in fill_picture_parameters()
79 … ((sps->m_usePCM ? (sps->m_pcmLog2MaxSize - sps->m_pcmLog2MinSize) : 0) << 14) | in fill_picture_parameters()
H A Dh265e_slice.h239 RK_U32 m_usePCM; member
H A Dh265e_header_gen.c492 h265e_stream_write1_with_log(s, sps->m_usePCM ? 1 : 0, "pcm_enabled_flag"); in h265e_sps_write()
493 if (sps->m_usePCM) { in h265e_sps_write()
H A Dh265e_ps.c255 sps->m_usePCM = 0; in h265e_set_sps()