Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c370 if (structure == TOP_FIELD) { in unmark_long_term_field_for_reference_by_frame_idx()
447 if (p->structure == TOP_FIELD) { in mark_pic_long_term()
510 structure = TOP_FIELD; in mm_assign_long_term_frame_idx()
637 } else if (structure == TOP_FIELD) { in free_dpb_mark()
966 fs->top_field = alloc_storable_picture(p_Vid, TOP_FIELD); in write_unpaired_field()
1110 case TOP_FIELD: in adaptive_memory_management()
1154 fs_top = fs->top_field = alloc_storable_picture(p_Vid, TOP_FIELD); in dpb_split_field()
1262 if (p->structure == TOP_FIELD) { in direct_output()
1726 case TOP_FIELD: in insert_picture_in_dpb()
1793 free_dpb_mark(p_Dec, p->mem_mark, TOP_FIELD); in free_storable_picture()
[all …]
H A Dh264d_init.c227 } else if (p->structure == TOP_FIELD) { in store_proc_picture_in_dpb()
247 if (structure == FRAME || structure == TOP_FIELD) { in dpb_mark_add_used()
343 } else if (currSlice->structure == TOP_FIELD) { in init_mvc_picture()
495 case TOP_FIELD: in dpb_mark_malloc()
572 if (structure == FRAME || structure == TOP_FIELD) { in dpb_mark_malloc()
672 if (currSlice->structure == TOP_FIELD) { in alloc_decpic()
765 if (currSlice->structure == TOP_FIELD) { in update_pic_num()
872 if (currStructure == TOP_FIELD) { in gen_pic_list_from_frame_list()
970 } else if (currPicStructure == TOP_FIELD) { in append_interview_list()
1004 if (currStructure == TOP_FIELD) { in gen_pic_list_from_frame_interview_list()
[all …]
H A Dh264d_fill.c161 if (dec_pic->structure == TOP_FIELD || dec_pic->structure == FRAME) { in fill_picparams()
H A Dh264d_slice.c501 p_Vid->structure = currSlice->bottom_field_flag ? BOTTOM_FIELD : TOP_FIELD; in process_slice()
H A Dh264d_global.h150 TOP_FIELD = 0x1, enumerator