Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avsd/
H A Dhal_avsd_vdpu2.c368 (p_syn->pp.picCodingType == BFRAME && p_hal->prev_pic_structure)) { in set_regs_parameters()
385 prev_anc_type = !pic_type || (!p_hal->first_field && !p_hal->prev_pic_structure); in set_regs_parameters()
391 if (!p_hal->prev_pic_structure) { in set_regs_parameters()
418 p_hal->prev_pic_structure = p_syn->pp.pictureStructure; in update_parameters()
494 p_hal->prev_pic_structure = 0; //!< field in hal_avsd_vdpu2_init()
677 p_hal->prev_pic_structure = 0; //!< field in hal_avsd_vdpu2_reset()
H A Dhal_avsd_vdpu1.c375 (p_syn->pp.picCodingType == BFRAME && p_hal->prev_pic_structure)) { in set_regs_parameters()
392 prev_anc_type = !pic_type || (!p_hal->first_field && !p_hal->prev_pic_structure); in set_regs_parameters()
398 if (!p_hal->prev_pic_structure) { in set_regs_parameters()
425 p_hal->prev_pic_structure = p_syn->pp.pictureStructure; in update_parameters()
498 p_hal->prev_pic_structure = 0; //!< field in hal_avsd_vdpu1_init()
678 p_hal->prev_pic_structure = 0; //!< field in hal_avsd_vdpu1_reset()
H A Dhal_avsd_plus.c458 (p_syn->pp.picCodingType == BFRAME && p_hal->prev_pic_structure)) { in set_regs_parameters()
483 prev_anc_type = !pic_type || (!p_hal->first_field && !p_hal->prev_pic_structure); in set_regs_parameters()
489 if (!p_hal->prev_pic_structure) { in set_regs_parameters()
516 p_hal->prev_pic_structure = p_syn->pp.pictureStructure; in update_parameters()
590 p_hal->prev_pic_structure = 0; //!< field in hal_avsd_plus_init()
785 p_hal->prev_pic_structure = 0; //!< field in hal_avsd_plus_reset()
H A Dhal_avsd_base.h120 RK_U32 prev_pic_structure; member