Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264parse_dpb.h41 extern void h264_dpb_unmark_for_reference(h264_DecodedPictureBuffer *p_dpb, int32_t fs_idc);
42 …ern void h264_dpb_unmark_for_long_term_reference(h264_DecodedPictureBuffer *p_dpb, int32_t fs_idc);
44 …x(h264_DecodedPictureBuffer *p_dpb, int32_t long_term_frame_idx, int32_t fs_idc, int32_t polarity);
46 extern void h264_dpb_mark_dangling_field(h264_DecodedPictureBuffer *p_dpb, int32_t fs_idc);
98 extern void h264_dpb_frame_output(h264_Info * pInfo,int32_t fs_idc, int32_t direct, int32_t * exist…
Dh264.h352 uint8_t fs_idc; member
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c53 p_dpb->fs[i].fs_idc = MPD_DPB_FS_NULL_IDC; in h264_init_dpb()
118 h264_dpb_add_ltref_list(p_dpb, active_fs->fs_idc); in h264_dpb_insert_ref_lists()
123 if(p_dpb->fs_ltref_idc[i] == active_fs->fs_idc) found_in_list = 1; in h264_dpb_insert_ref_lists()
126 if(found_in_list == 0) h264_dpb_add_ltref_list(p_dpb, active_fs->fs_idc); in h264_dpb_insert_ref_lists()
132 h264_dpb_add_ref_list(p_dpb, active_fs->fs_idc); in h264_dpb_insert_ref_lists()
139 if(p_dpb->fs_ref_idc[i] == active_fs->fs_idc) found_in_list = 1; in h264_dpb_insert_ref_lists()
142 if(found_in_list == 0) h264_dpb_add_ref_list(p_dpb, active_fs->fs_idc); in h264_dpb_insert_ref_lists()
1201 temp = bottom_field_bit + PUT_FS_IDC_BITS(temp_fs->fs_idc); in h264_dpb_reorder_ref_pic_list()
1212 temp = PUT_LIST_LONG_TERM_BITS(1) + bottom_field_bit + PUT_FS_IDC_BITS(temp_fs->fs_idc); in h264_dpb_reorder_ref_pic_list()
1691 p_dpb->fs_dpb_idc[p_dpb->used_size] = active_fs->fs_idc; in h264_dpb_insert_picture_in_dpb()
[all …]
Dviddec_h264_workload.c541 PUT_BSD_IMAGE_FRAME_STORE_IDC_BITS(pInfo->dpb.fs[dec_idc].fs_idc); in h264_fill_pic_data()