Searched refs:H265D_DBG_PPS (Results 1 – 2 of 2) sorted by relevance
2161 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()
50 #define H265D_DBG_PPS (0x00000008) macro