Searched refs:max_num_ref_frames (Results 1 – 6 of 6) sorted by relevance
903 DCHECK_LE(num_ref_pics, std::max<int>(sps->max_num_ref_frames, 1)); in SlidingWindowPictureMarking()904 if (num_ref_pics == std::max<int>(sps->max_num_ref_frames, 1)) { in SlidingWindowPictureMarking()1117 << ", max_num_ref_frames: " << sps->max_num_ref_frames in ProcessSPS()1123 std::max(sps->max_num_ref_frames, sps->max_dec_frame_buffering)); in ProcessSPS()
133 int max_num_ref_frames; member
875 TRUE_OR_RETURN(sps->max_dec_frame_buffering >= sps->max_num_ref_frames); in ParseVUIParameters()979 READ_UE_OR_RETURN(&sps->max_num_ref_frames); in ParseSPS()
292 uint8_t max_num_ref_frames; member
131 priv->picture.h264.num_ref_frames = priv->picture.h264.pps->sps->max_num_ref_frames; in vid_dec_h264_BeginFrame()361 sps->max_num_ref_frames = vl_rbsp_ue(rbsp); in seq_parameter_set()
391 context->templat.max_references = h264->max_num_ref_frames; in handleVAEncSequenceParameterBufferType()