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

  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
secvideoparser.h 69 uint8_t long_term_pic_num; member in struct:_dec_ref_pic_marking_t::__anon40362::__anon40363::__anon40365
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
secvideoparser.h 69 uint8_t long_term_pic_num; member in struct:_dec_ref_pic_marking_t::__anon40376::__anon40377::__anon40379
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 489 active_fs->frame.long_term_pic_num = active_fs->frame.long_term_frame_idx;
494 list_sort_number[list0idx-p_dpb->listXsize[0]] = active_fs->frame.long_term_pic_num;
572 active_fs->top_field.long_term_pic_num = (active_fs->top_field.long_term_frame_idx << 1) + add_top;
576 active_fs->bottom_field.long_term_pic_num = (active_fs->bottom_field.long_term_frame_idx << 1) + add_bottom;
721 list_sort_number[list0idx] = active_fs->frame.long_term_pic_num;
947 static frame_param_ptr h264_dpb_get_long_term_pic(h264_Info * pInfo,int32_t long_term_pic_num, int32_t *bottom_field_bit)
961 if (temp_fs->frame.long_term_pic_num == long_term_pic_num)
968 if (temp_fs->top_field.long_term_pic_num == long_term_pic_num)
    [all...]
h264parse_sh.c 340 // The syntax elements reordering_of_pic_nums_idc, abs_diff_pic_num_minus1, and long_term_pic_num
347 // 2: long_term_pic_num is present and specifies the long-term picture number for a reference picture
384 SliceHeader->sh_refpic_l0.list_reordering_num[reorder].long_term_pic_num = h264_GetVLCElement(parent, pInfo, false);
414 SliceHeader->sh_refpic_l1.list_reordering_num[reorder].long_term_pic_num = h264_GetVLCElement(parent, pInfo, false);
655 // long_term_pic_num, and
705 SliceHeader->sh_dec_refpic.long_term_pic_num[i] = h264_GetVLCElement(parent, pInfo, false);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 324 int32_t long_term_pic_num; member in struct:__anon40174
618 int32_t long_term_pic_num; member in union:_list_reordering_num_t
644 int32_t long_term_pic_num[NUM_MMCO_OPERATIONS]; member in struct:_h264_Dec_Ref_Pic_Marking
h264parse_sei.h 150 int32_t long_term_pic_num; //UE member in struct:_h264_SEI_decoded_ref_pic_marking_repetition

Completed in 244 milliseconds