Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h264 RK_S32 m_bitDepthY; member
H A Dh265e_syntax.c59 ((sps->m_bitDepthY - 8) << 3) | in fill_picture_parameters()
H A Dh265e_ps.c296 sps->m_bitDepthY = 8; in h265e_set_sps()
H A Dh265e_header_gen.c478 h265e_stream_write_ue_with_log(s, sps->m_bitDepthY - 8, "bit_depth_luma_minus8"); in h265e_sps_write()