Home
last modified time | relevance | path

Searched defs:p_dpb (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c43 void h264_init_dpb(h264_DecodedPictureBuffer * p_dpb) in h264_init_dpb()
74 void h264_dpb_add_ref_list(h264_DecodedPictureBuffer * p_dpb, int32_t ref_idc) in h264_dpb_add_ref_list()
87 void h264_dpb_add_ltref_list(h264_DecodedPictureBuffer * p_dpb, int32_t ref_idc) in h264_dpb_add_ltref_list()
105 void h264_dpb_insert_ref_lists(h264_DecodedPictureBuffer * p_dpb, int32_t NonExisting) in h264_dpb_insert_ref_lists()
158 void h264_dpb_set_active_fs(h264_DecodedPictureBuffer * p_dpb, int32_t index) in h264_dpb_set_active_fs()
240 int32_t h264_dpb_gen_pic_list_from_frame_list(h264_DecodedPictureBuffer *p_dpb, uint8_t *pic_list, … in h264_dpb_gen_pic_list_from_frame_list()
344 void h264_dpb_remove_ref_list(h264_DecodedPictureBuffer * p_dpb, int32_t ref_idc) in h264_dpb_remove_ref_list()
380 void h264_dpb_remove_ltref_list(h264_DecodedPictureBuffer * p_dpb,int32_t ref_idc) in h264_dpb_remove_ltref_list()
419 h264_DecodedPictureBuffer * p_dpb = &pInfo->dpb; in h264_dpb_update_ref_lists() local
905 h264_DecodedPictureBuffer *p_dpb = &pInfo->dpb; in h264_dpb_get_short_term_pic() local
[all …]
Dh264parse.c613 h264_DecodedPictureBuffer *p_dpb = &pInfo->dpb; in h264_update_img_info() local