Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c669 if (openhevc_sps->bit_depth_chroma != sps->bit_depth_chroma) { in compare_sps()
1401 RK_S32 bit_depth_chroma, start, vui_present, sublayer_ordering_info; in mpp_hevc_decode_nal_sps() local
1500 READ_UE(gb, &bit_depth_chroma); in mpp_hevc_decode_nal_sps()
1501 bit_depth_chroma = bit_depth_chroma + 8; in mpp_hevc_decode_nal_sps()
1502 sps->bit_depth_chroma = bit_depth_chroma; in mpp_hevc_decode_nal_sps()
1503 if (bit_depth_chroma != sps->bit_depth) { in mpp_hevc_decode_nal_sps()
1507 sps->bit_depth, bit_depth_chroma); in mpp_hevc_decode_nal_sps()
1666 READ_BITS(gb, 4, &sps->pcm.bit_depth_chroma); in mpp_hevc_decode_nal_sps()
1667 sps->pcm.bit_depth_chroma += 1; in mpp_hevc_decode_nal_sps()
H A Dh265d_parser.h206 RK_S32 bit_depth_chroma;///<- zrh add member
239 RK_U8 bit_depth_chroma; member
H A Dh265d_parser2_syntax.c109 … ((sps->pcm_enabled_flag ? (sps->pcm.bit_depth_chroma - 1) : 0) << 8) | in fill_picture_parameters()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c396 p_Vid->bit_depth_chroma = sps->bit_depth_chroma_minus8 + 8; in update_video_pars()
H A Dh264d_global.h1011 RK_U32 bit_depth_chroma; member