Home
last modified time | relevance | path

Searched refs:bot_poc (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu_com.c213 priv->new_dpb[i].bot_poc = pp->FieldOrderCntList[i][1]; in get_info_input()
282 pp->FieldOrderCntList[i][1] = old_dpb[i].bot_poc; in refill_info_input()
354 … i, old_dpb[i].frame_num, old_dpb[i].field_flag, old_dpb[i].top_poc, old_dpb[i].bot_poc); in adjust_input()
358 … i, new_dpb[i].frame_num, new_dpb[i].field_flag, new_dpb[i].top_poc, new_dpb[i].bot_poc); in adjust_input()
381 ((old_dpb[i].bot_poc == new_dpb[j].bot_poc) in adjust_input()
H A Dhal_h264d_vdpu_com.h39 RK_S32 bot_poc; member