Home
last modified time | relevance | path

Searched refs:frame_poc (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c807 …fs->poc = fs->frame->poc = fs->frame->frame_poc = MPP_MIN(fs->top_field->poc, fs->bottom_field->po… in dpb_combine_field_yuv()
808 fs->bottom_field->frame_poc = fs->top_field->frame_poc = fs->frame->poc; in dpb_combine_field_yuv()
1131 p->frame_poc = p->poc; in adaptive_memory_management()
1175 fs_top->frame_poc = frame->frame_poc; in dpb_split_field()
1179 fs_btm->frame_poc = frame->frame_poc; in dpb_split_field()
H A Dh264d_init.c279 p_stored_pic->frame_poc = p_pic->frame_poc; in clone_storable_picture()
659 dec_pic->frame_poc = currSlice->framepoc; in alloc_decpic()
1604 if (p_Dpb->fs_ref[j]->frame->frame_poc != p_Dpb->fs_ref[j]->frame->poc) { in prepare_init_dpb_info()
1605 …p_Dec->dpb_info[i].TOP_POC = p_Dpb->fs_ref[j]->frame->top_poc - p_Dpb->fs_ref[j]->frame->frame_poc; in prepare_init_dpb_info()
1606 …ec->dpb_info[i].BOT_POC = p_Dpb->fs_ref[j]->frame->bottom_poc - p_Dpb->fs_ref[j]->frame->frame_poc; in prepare_init_dpb_info()
1652 if (p_Dpb->fs_ltref[j]->frame->frame_poc != p_Dpb->fs_ltref[j]->frame->poc) { in prepare_init_dpb_info()
1653 …c->dpb_info[i].TOP_POC = p_Dpb->fs_ltref[j]->frame->top_poc - p_Dpb->fs_ltref[j]->frame->frame_poc; in prepare_init_dpb_info()
1654 …dpb_info[i].BOT_POC = p_Dpb->fs_ltref[j]->frame->bottom_poc - p_Dpb->fs_ltref[j]->frame->frame_poc; in prepare_init_dpb_info()
H A Dh264d_global.h308 RK_S32 frame_poc; member