Home
last modified time | relevance | path

Searched refs:bit_depth_chroma (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c685 if (openhevc_sps->bit_depth_chroma != sps->bit_depth_chroma) { in compare_sps()
1420 RK_S32 bit_depth_chroma, start, vui_en, sublayer_ordering_info; in mpp_hevc_decode_nal_sps() local
1499 READ_UE(gb, &bit_depth_chroma); in mpp_hevc_decode_nal_sps()
1500 bit_depth_chroma = bit_depth_chroma + 8; in mpp_hevc_decode_nal_sps()
1501 sps->bit_depth_chroma = bit_depth_chroma; in mpp_hevc_decode_nal_sps()
1502 if (bit_depth_chroma != sps->bit_depth) { in mpp_hevc_decode_nal_sps()
1506 sps->bit_depth, bit_depth_chroma); in mpp_hevc_decode_nal_sps()
1689 READ_BITS(gb, 4, &sps->pcm.bit_depth_chroma); in mpp_hevc_decode_nal_sps()
1690 sps->pcm.bit_depth_chroma += 1; in mpp_hevc_decode_nal_sps()
H A Dh265d_parser.h214 RK_S32 bit_depth_chroma;///<- zrh add member
247 RK_U8 bit_depth_chroma; member
H A Dh265d_parser2_syntax.c111 … ((sps->pcm_enabled_flag ? (sps->pcm.bit_depth_chroma - 1) : 0) << 8) | in fill_picture_parameters()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c407 p_Vid->bit_depth_chroma = sps->bit_depth_chroma_minus8 + 8; in update_video_pars()
H A Dh264d_global.h1018 RK_U32 bit_depth_chroma; member