HomeSort by relevance Sort by last modified time
    Searched refs:fs_idc (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_dpb.h 41 extern void h264_dpb_unmark_for_reference(h264_DecodedPictureBuffer *p_dpb, int32_t fs_idc);
42 extern void h264_dpb_unmark_for_long_term_reference(h264_DecodedPictureBuffer *p_dpb, int32_t fs_idc);
44 extern void h264_dpb_unmark_long_term_field_for_reference_by_frame_idx(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 * existing);
h264.h 352 uint8_t fs_idc; member in struct:_frame_store
417 uint8_t listX_0[33+3]; // [bit5}:field_flag:0 for top, 1 for bottom, [bit4~0]:fs_idc
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 53 p_dpb->fs[i].fs_idc = MPD_DPB_FS_NULL_IDC;
118 h264_dpb_add_ltref_list(p_dpb, active_fs->fs_idc);
123 if(p_dpb->fs_ltref_idc[i] == active_fs->fs_idc) found_in_list = 1;
126 if(found_in_list == 0) h264_dpb_add_ltref_list(p_dpb, active_fs->fs_idc);
132 h264_dpb_add_ref_list(p_dpb, active_fs->fs_idc);
139 if(p_dpb->fs_ref_idc[i] == active_fs->fs_idc) found_in_list = 1;
142 if(found_in_list == 0) h264_dpb_add_ref_list(p_dpb, active_fs->fs_idc);
2916 int32_t fs_idc; local
    [all...]
viddec_h264_workload.c 524 //data = PUT_BSD_IMAGE_FRAME_STORE_IDC_BITS(pInfo->dpb.fs[dec_idc].fs_idc);
541 PUT_BSD_IMAGE_FRAME_STORE_IDC_BITS(pInfo->dpb.fs[dec_idc].fs_idc);
    [all...]

Completed in 57 milliseconds