Searched refs:long_term_frame_idx (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
D | h264parse_dpb.c | 489 active_fs->frame.long_term_pic_num = active_fs->frame.long_term_frame_idx; in h264_dpb_update_ref_lists() 572 …active_fs->top_field.long_term_pic_num = (active_fs->top_field.long_term_frame_idx << 1) + add_… in h264_dpb_update_ref_lists() 576 …active_fs->bottom_field.long_term_pic_num = (active_fs->bottom_field.long_term_frame_idx << 1) + a… in h264_dpb_update_ref_lists() 582 list_sort_number[listltidx] = active_fs->long_term_frame_idx; in h264_dpb_update_ref_lists() 821 list_sort_number[listltidx] = active_fs->long_term_frame_idx; in h264_dpb_update_ref_lists() 1721 active_fs->long_term_frame_idx = active_fs->top_field.long_term_frame_idx; in h264_dpb_insert_picture_in_dpb() 1743 active_fs->long_term_frame_idx = active_fs->bottom_field.long_term_frame_idx; in h264_dpb_insert_picture_in_dpb() 1981 …rm_frame_idx(h264_Info * pInfo, int32_t difference_of_pic_nums_minus1, int32_t long_term_frame_idx) in h264_dpb_mm_assign_long_term_frame_idx() argument 1998 h264_dpb_unmark_long_term_frame_for_reference_by_frame_idx(p_dpb, long_term_frame_idx); in h264_dpb_mm_assign_long_term_frame_idx() 2003 …h264_dpb_unmark_long_term_field_for_reference_by_frame_idx(p_dpb, long_term_frame_idx, active_fs->… in h264_dpb_mm_assign_long_term_frame_idx() [all …]
|
D | h264parse_sh.c | 710 SliceHeader->sh_dec_refpic.long_term_frame_idx[i] = h264_GetVLCElement(parent, pInfo, false); in h264_Parse_Dec_Ref_Pic_Marking()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/ |
D | h264parse_dpb.h | 43 …rm_frame_for_reference_by_frame_idx(h264_DecodedPictureBuffer *p_dpb, int32_t long_term_frame_idx); 44 …r_reference_by_frame_idx(h264_DecodedPictureBuffer *p_dpb, int32_t long_term_frame_idx, int32_t fs… 45 extern void h264_dpb_mark_pic_long_term(h264_Info * pInfo, int32_t long_term_frame_idx, int32_t pic…
|
D | h264.h | 326 uint8_t long_term_frame_idx; member 356 …uint8_t long_term_frame_idx; // No two frame stores may have the same long-term frame index … member 649 uint8_t long_term_frame_idx[NUM_MMCO_OPERATIONS]; member
|
D | h264parse_sei.h | 151 int32_t long_term_frame_idx; //UE member
|
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/ |
D | secvideoparser.h | 73 uint8_t long_term_frame_idx; member 79 uint8_t long_term_frame_idx; member
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
D | secvideoparser.h | 73 uint8_t long_term_frame_idx; member 79 uint8_t long_term_frame_idx; member
|