Home
last modified time | relevance | path

Searched refs:BOTTOM_FIELD (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c392 if (structure == BOTTOM_FIELD) { in unmark_long_term_field_for_reference_by_frame_idx()
516 structure = BOTTOM_FIELD; in mm_assign_long_term_frame_idx()
639 } else if (structure == BOTTOM_FIELD) { in free_dpb_mark()
953 fs->bottom_field = alloc_storable_picture(p_Vid, BOTTOM_FIELD); in write_unpaired_field()
1116 case BOTTOM_FIELD: in adaptive_memory_management()
1155 fs_btm = fs->bottom_field = alloc_storable_picture(p_Vid, BOTTOM_FIELD); in dpb_split_field()
1273 if (p->structure == BOTTOM_FIELD) { in direct_output()
1446 p_Vid->last_pic_bottom_field = p->structure == BOTTOM_FIELD; in store_picture_in_dpb()
1746 case BOTTOM_FIELD: in insert_picture_in_dpb()
1797 free_dpb_mark(p_Dec, p->mem_mark, BOTTOM_FIELD); in free_storable_picture()
[all …]
H A Dh264d_init.c229 } else if (p->structure == BOTTOM_FIELD) { in store_proc_picture_in_dpb()
250 if (structure == FRAME || structure == BOTTOM_FIELD) { in dpb_mark_add_used()
502 case BOTTOM_FIELD: in dpb_mark_malloc()
587 if (structure == FRAME || structure == BOTTOM_FIELD) { in dpb_mark_malloc()
687 } else if (currSlice->structure == BOTTOM_FIELD) { in alloc_decpic()
913 if (currStructure == BOTTOM_FIELD) { in gen_pic_list_from_frame_list()
975 if (currPicStructure == BOTTOM_FIELD) in append_interview_list()
990 } else if (currPicStructure == BOTTOM_FIELD) { in append_interview_list()
1025 if (currStructure == BOTTOM_FIELD) { in gen_pic_list_from_frame_interview_list()
1712 if (p_Dpb->fs_ilref[j]->inter_view_flag[currSlice->structure == BOTTOM_FIELD] == 0) in prepare_init_dpb_info()
[all …]
H A Dh264d_fill.c107 … fill_picture_entry(&pp->CurrPic, dec_pic->mem_mark->slot_idx, dec_pic->structure == BOTTOM_FIELD); in fill_picparams()
165 if (dec_pic->structure == BOTTOM_FIELD || dec_pic->structure == FRAME) { in fill_picparams()
H A Dh264d_slice.c513 p_Vid->structure = currSlice->bottom_field_flag ? BOTTOM_FIELD : TOP_FIELD; in process_slice()
H A Dh264d_global.h151 BOTTOM_FIELD = 0x2, enumerator