Home
last modified time | relevance | path

Searched refs:BumpLevel (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c1538 if(p_dpb->used_size >= p_dpb->BumpLevel) in h264_dpb_store_previous_picture_in_dpb()
1582 if(p_dpb->ref_frames_in_buffer + p_dpb->ltref_frames_in_buffer == p_dpb->BumpLevel) in h264_dpb_store_previous_picture_in_dpb()
1629 while(p_dpb->used_size > (p_dpb->BumpLevel + first_field_non_ref)) in h264_dpb_store_previous_picture_in_dpb()
2869 p_dpb->BumpLevel = 255; in h264_dpb_idr_memory_management()
2873 p_dpb->BumpLevel = (uint8_t)temp_bump_level; in h264_dpb_idr_memory_management()
2877 if (p_dpb->BumpLevel == 0) in h264_dpb_idr_memory_management()
2878 p_dpb->BumpLevel = active_sps->num_ref_frames + 1; in h264_dpb_idr_memory_management()
2880 if (p_dpb->BumpLevel > 16) in h264_dpb_idr_memory_management()
2881 p_dpb->BumpLevel = 16; in h264_dpb_idr_memory_management()
2886 if (active_sps->sps_disp.vui_seq_parameters.max_dec_frame_buffering > p_dpb->BumpLevel) { in h264_dpb_idr_memory_management()
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h426 uint8_t BumpLevel; member