Searched refs:H265D_DBG_PPS (Results 1 – 2 of 2) sorted by relevance
2127 h265d_dbg(H265D_DBG_PPS, "num bit left %d", gb->num_remaining_bits_in_curr_byte_); in mpp_hevc_decode_nal_pps()2131 h265d_dbg(H265D_DBG_PPS, "num bit left %d", gb->num_remaining_bits_in_curr_byte_); in mpp_hevc_decode_nal_pps()2134 h265d_dbg(H265D_DBG_PPS, "num bit left %d", gb->num_remaining_bits_in_curr_byte_); in mpp_hevc_decode_nal_pps()2144 h265d_dbg(H265D_DBG_PPS, "pps_extension_flag %d", pps->pps_extension_flag); in mpp_hevc_decode_nal_pps()
50 #define H265D_DBG_PPS (0x00000008) macro