Home
last modified time | relevance | path

Searched refs:picture_type (Results 1 – 12 of 12) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c246 if (mgr->output_poi == NO_VAL && ph->picture_type == I_PICTURE) { in compute_frame_order_index()
339 if (p->picture_type == GB_PICTURE || p->invisible) { in dpb_remove_frame()
390 if (ph->picture_type == G_PICTURE || ph->picture_type == GB_PICTURE) { in dpb_remove_scene_frame()
395 if (p->picture_type == GB_PICTURE) { in dpb_remove_scene_frame()
487 frm->picture_type = ph->picture_type; in dpb_alloc_frame()
488 frm->invisible = (frm->picture_type == GB_PICTURE); in dpb_alloc_frame()
489 frm->scene_frame_flag = (frm->picture_type == G_PICTURE || frm->picture_type == GB_PICTURE); in dpb_alloc_frame()
490 frm->intra_frame_flag = (frm->scene_frame_flag || frm->picture_type == I_PICTURE); in dpb_alloc_frame()
492 frm->refered_by_others = (frm->picture_type != GB_PICTURE && mgr->cur_rps.refered_by_others); in dpb_alloc_frame()
493 …avs2d_dbg_dpb("frame picture type %d, ref by others %d\n", frm->picture_type, frm->refered_by_othe… in dpb_alloc_frame()
[all …]
H A Davs2d_ps.c597 ph->picture_type = I_PICTURE; in parse_picture_header_intra()
616 ph->picture_type = G_PICTURE; in parse_picture_header_intra()
618 ph->picture_type = GB_PICTURE; in parse_picture_header_intra()
624 AVS2D_PARSE_TRACE("Picture type %d doi %d\n", ph->picture_type, ph->doi); in parse_picture_header_intra()
722 ph->picture_type = ph->background_pred_flag ? S_PICTURE : P_PICTURE; in parse_picture_header_inter()
724 ph->picture_type = B_PICTURE; in parse_picture_header_inter()
726 ph->picture_type = F_PICTURE; in parse_picture_header_inter()
734 AVS2D_PARSE_TRACE("Picture type %d doi %d\n", ph->picture_type, ph->doi); in parse_picture_header_inter()
H A Davs2d_global.h240 Avs2dPicType picture_type; member
296 Avs2dPicType picture_type; //!< I/G/GB/P/F/B/S member
H A Davs2d_parse.c393 pp->picture_type = ph->picture_type; in avs2d_fill_parameters()
/rockchip-linux_mpp/mpp/common/
H A Davs2d_syntax.h45 RK_U32 picture_type : 3; member
/rockchip-linux_mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_rkv.c138 mpp_put_bits(&bp, pp->picture_type, 3); in prepare_header()
369 …common->reg013.cur_pic_is_idr = (pp->picture_type == 0 || pp->picture_type == 4 || pp->picture_typ… in fill_registers()
H A Dhal_avs2d_vdpu382.c138 mpp_put_bits(&bp, pp->picture_type, 3); in prepare_header()
425 …common->reg013.cur_pic_is_idr = (pp->picture_type == 0 || pp->picture_type == 4 || pp->picture_typ… in fill_registers()
H A Dhal_avs2d_vdpu383.c116 mpp_put_bits(&bp, pp->picture_type, 3); in prepare_header()
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_reg.h74 RK_U32 picture_type : 2; member
H A Dhal_vp8e_vepu2_reg.h446 RK_U32 picture_type : 2; member
H A Dhal_vp8e_vepu1_v2.c86 regs->sw14.picture_type = hw_cfg->frame_coding_type; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c89 regs->sw103.picture_type = hw_cfg->frame_coding_type; in vp8e_vpu_frame_start()