Home | History | Annotate | Download | only in parser

Lines Matching refs:BumpLevel

1538 		if(p_dpb->used_size >= p_dpb->BumpLevel) 
1577 // p_dpb->ref_frames_in_buffer + p_dpb->ltref_frames_in_buffer > p_dpb->BumpLevel,
1582 if(p_dpb->ref_frames_in_buffer + p_dpb->ltref_frames_in_buffer == p_dpb->BumpLevel)
1629 while(p_dpb->used_size > (p_dpb->BumpLevel + first_field_non_ref))
1630 //while(p_dpb->used_size > p_dpb->BumpLevel)
2869 p_dpb->BumpLevel = 255;
2873 p_dpb->BumpLevel = (uint8_t)temp_bump_level;
2877 if (p_dpb->BumpLevel == 0)
2878 p_dpb->BumpLevel = active_sps->num_ref_frames + 1;
2880 if (p_dpb->BumpLevel > 16)
2881 p_dpb->BumpLevel = 16;
2886 if (active_sps->sps_disp.vui_seq_parameters.max_dec_frame_buffering > p_dpb->BumpLevel) {
2891 p_dpb->BumpLevel = (active_sps->sps_disp.vui_seq_parameters.max_dec_frame_buffering > 1) ?
3674 if(dpb_ptr->used_size > dpb_ptr->BumpLevel)
3694 while(dpb_ptr->used_size > dpb_ptr->BumpLevel)
3700 while(dpb_ptr->used_size > dpb_ptr->BumpLevel)