Searched refs:av1d_dbg (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 1323 av1d_dbg(AV1D_DBG_HEADER, "orderhint %d loop_filter_level %d %d %d %d\n", in mpp_av1_loop_filter_params() 2031 av1d_dbg(AV1D_DBG_HEADER, "ptile_info in %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2033 av1d_dbg(AV1D_DBG_HEADER, "ptile_info out %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2036 av1d_dbg(AV1D_DBG_HEADER, "quantization out %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2039 av1d_dbg(AV1D_DBG_HEADER, "segmentation out %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2042 av1d_dbg(AV1D_DBG_HEADER, "delta_q out %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2045 av1d_dbg(AV1D_DBG_HEADER, "lf out %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2061 …av1d_dbg(AV1D_DBG_HEADER, "show_existing_frame_index %d primary_ref_frame %d %d (%d) refresh_frame… in mpp_av1_uncompressed_header() 2089 av1d_dbg(AV1D_DBG_HEADER, "filter in %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() 2092 av1d_dbg(AV1D_DBG_HEADER, "cdef in %d", mpp_get_bits_count(gb)); in mpp_av1_uncompressed_header() [all …]
|
| H A D | av1d_parser.h | 43 #define av1d_dbg(flag, fmt, ...) _mpp_dbg_f(av1d_debug, flag, fmt, ##__VA_ARGS__) macro 44 #define av1d_dbg_func(fmt, ...) av1d_dbg(AV1D_DBG_FUNCTION, fmt, ## __VA_ARGS__)
|
| H A D | av1d_parser.c | 351 av1d_dbg(AV1D_DBG_HEADER, "ref %d alpa %d beta %d gamma %d delta %d\n", in global_motion_params() 579 …av1d_dbg(AV1D_DBG_REF, "ref %p, f->ref->ref_count %d, ref->invisible= %d", f->ref, f->ref->ref_cou… in av1d_frame_unref() 582 av1d_dbg(AV1D_DBG_REF, "clr f->slot_index = %d", f->slot_index); in av1d_frame_unref() 590 av1d_dbg(AV1D_DBG_REF, "free framebuf prt %p", framebuf); in av1d_frame_unref() 726 av1d_dbg(AV1D_DBG_REF, "header->refresh_frame_flags = %d", in update_reference_list() 729 av1d_dbg(AV1D_DBG_REF, "av1 ref idx %d s->ref[%d].slot_index %d", in update_reference_list() 827 av1d_dbg(AV1D_DBG_REF, "get frame->slot_index %d", frame->slot_index); in get_current_frame() 1079 av1d_dbg(AV1D_DBG_HEADER, "Unknown obu type: %d (%d bits).\n", in av1d_parser_frame() 1285 av1d_dbg(AV1D_DBG_STRMIN, "obu_type: %d, temporal_id: %d, spatial_id: %d, payload size: %d\n", in av1_extract_obu()
|
| H A D | av1d_api.c | 200 … av1d_dbg(AV1D_DBG_STRMIN, "pkt_len=%d, pts=%lld , out_size %d consumed %d new frame %d eos %d\n", in av1d_prepare()
|