Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c810 fs->top_field->bottom_poc = fs->frame->bottom_poc = fs->bottom_field->poc; in dpb_combine_field_yuv()
1118 p->bot_poc_mmco5 = p->bottom_poc; in adaptive_memory_management()
1119 p->poc = p->bottom_poc = 0; in adaptive_memory_management()
1125 p->bot_poc_mmco5 = p->bottom_poc; in adaptive_memory_management()
1126 p->poc_mmco5 = MPP_MIN(p->top_poc, p->bottom_poc); in adaptive_memory_management()
1128 p->bottom_poc -= p->poc; in adaptive_memory_management()
1130 p->poc = MPP_MIN(p->top_poc, p->bottom_poc); in adaptive_memory_management()
1169 fs_btm->poc = frame->bottom_poc; in dpb_split_field()
1177 fs_top->bottom_poc = fs_btm->bottom_poc = frame->bottom_poc; in dpb_split_field()
H A Dh264d_init.c278 p_stored_pic->bottom_poc = p_pic->bottom_poc; in clone_storable_picture()
360 …poc = fs->bottom_field->is_mmco_5 ? fs->bottom_field->bot_poc_mmco5 : fs->bottom_field->bottom_poc; in init_mvc_picture()
658 dec_pic->bottom_poc = currSlice->bottompoc; in alloc_decpic()
1606 …p_Dec->dpb_info[i].BOT_POC = p_Dpb->fs_ref[j]->frame->bottom_poc - p_Dpb->fs_ref[j]->frame->frame_… in prepare_init_dpb_info()
1609 p_Dec->dpb_info[i].BOT_POC = p_Dpb->fs_ref[j]->frame->bottom_poc; in prepare_init_dpb_info()
1654 …p_Dec->dpb_info[i].BOT_POC = p_Dpb->fs_ltref[j]->frame->bottom_poc - p_Dpb->fs_ltref[j]->frame->fr… in prepare_init_dpb_info()
1657 p_Dec->dpb_info[i].BOT_POC = p_Dpb->fs_ltref[j]->frame->bottom_poc; in prepare_init_dpb_info()
1705 p_Dec->dpb_info[i].BOT_POC = p_Dpb->fs_ilref[j]->frame->bottom_poc; in prepare_init_dpb_info()
1724 p_Dec->dpb_info[i].BOT_POC = p_Dpb->fs_ilref[j]->bottom_field->bottom_poc; in prepare_init_dpb_info()
1753 p_Dec->dpb_info[i].BOT_POC = p_Dpb->fs_ilref[j]->bottom_field->bottom_poc; in prepare_init_dpb_info()
[all …]
H A Dh264d_fill.c166 pp->CurrFieldOrderCnt[1] = dec_pic->bottom_poc; in fill_picparams()
H A Dh264d_global.h307 RK_S32 bottom_poc; member