Home
last modified time | relevance | path

Searched refs:h265e_dbg_skip (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c565 h265e_dbg_skip("tpelx = %d", tpelx); in code_skip_flag()
573 h265e_dbg_skip("ctxSkip = %d", ctxSkip); in code_skip_flag()
591h265e_dbg_skip("depth %d cu->m_cuDepth %d", depth, cu->m_cuDepth[sps->zscan2raster[abs_part_idx]]); in code_split_flag()
608 h265e_dbg_skip("EncodeCU depth %d, abs_part_idx %d", depth, abs_part_idx); in encode_cu()
611 h265e_dbg_skip("code_split_flag in depth %d", depth); in encode_cu()
614 h265e_dbg_skip("boundary flag found"); in encode_cu()
618h265e_dbg_skip("m_cuDepth[%d] = %d maxCUDepth %d, m_addCUDepth %d", abs_part_idx, cu->m_cuDepth[sp… in encode_cu()
626h265e_dbg_skip("depth %d partUnitIdx = %d, qNumParts %d, abs_part_idx %d", depth, partUnitIdx, qNu… in encode_cu()
636 h265e_dbg_skip("code_skip_flag in depth %d", depth); in encode_cu()
638 h265e_dbg_skip("code_merge_index in depth %d", depth); in encode_cu()
[all …]
H A Dh265e_enctropy.c133 h265e_dbg_skip("sliceType = %d", sliceType); in initBuffer()
215 h265e_dbg_skip("byteTowrite = %x", byteTowrite); in h265e_cabac_writeOut()
218 h265e_dbg_skip("byteTowrite = %x", byteTowrite); in h265e_cabac_writeOut()
H A Dh265e_codec.h59 #define h265e_dbg_skip(fmt, ...) h265e_dbg(H265E_DBG_SKIP, fmt, ## __VA_ARGS__) macro