Home
last modified time | relevance | path

Searched refs:H265D_DBG_PPS (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c2161 h265d_dbg(H265D_DBG_PPS, "num bit left %d", gb->num_remaining_bits_in_curr_byte_); in mpp_hevc_decode_nal_pps()
2165 h265d_dbg(H265D_DBG_PPS, "num bit left %d", gb->num_remaining_bits_in_curr_byte_); in mpp_hevc_decode_nal_pps()
2168 h265d_dbg(H265D_DBG_PPS, "num bit left %d", gb->num_remaining_bits_in_curr_byte_); in mpp_hevc_decode_nal_pps()
2178 h265d_dbg(H265D_DBG_PPS, "pps_extension_flag %d", pps->pps_extension_flag); in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.h50 #define H265D_DBG_PPS (0x00000008) macro