Home
last modified time | relevance | path

Searched refs:Avs2dPicHeader_t (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c139 Avs2dPicHeader_t *ph = &p_dec->ph; in wq_init_frame_quant_param()
183 Avs2dPicHeader_t *ph = &p_dec->ph; in wq_update_frame_matrix()
428 static MPP_RET parse_pic_alf_params(BitReadCtx_t *bitctx, Avs2dPicHeader_t *ph) in parse_pic_alf_params()
499 Avs2dPicHeader_t *ph = &p_dec->ph; in parse_picture_header_comm()
592 Avs2dPicHeader_t *ph = &p_dec->ph; in parse_picture_header_intra()
596 memset(ph, 0, sizeof(Avs2dPicHeader_t)); in parse_picture_header_intra()
706 Avs2dPicHeader_t *ph = &p_dec->ph; in parse_picture_header_inter()
708 memset(ph, 0, sizeof(Avs2dPicHeader_t)); in parse_picture_header_inter()
H A Davs2d_global.h290 } Avs2dPicHeader_t; typedef
391 Avs2dPicHeader_t ph;
H A Davs2d_dpb.c177 static void recompute_cycle_order_index(Avs2dFrameMgr_t *mgr, Avs2dPicHeader_t *ph) in recompute_cycle_order_index()
206 Avs2dPicHeader_t *ph = &p_dec->ph; in compute_frame_order_index()
386 Avs2dPicHeader_t *ph = &p_dec->ph; in dpb_remove_scene_frame()
436 … Avs2dFrame_t *dpb_get_one_frame(Avs2dFrameMgr_t *mgr, Avs2dSeqHeader_t *vsh, Avs2dPicHeader_t *ph) in dpb_get_one_frame()
472 Avs2dPicHeader_t *ph = &p_dec->ph; in dpb_alloc_frame()
H A Davs2d_parse.c364 Avs2dPicHeader_t *ph = &p_dec->ph; in avs2d_fill_parameters()