Searched refs:lowest_index (Results 1 – 2 of 2) sorted by relevance
205 size_t lowest_index = 0; in apply() local214 lowest_index = i; in apply()225 seed1 = lowest_index; in apply()228 if ( lowest_index == highest_index ) in apply()229 …seed2 = (lowest_index + 1) % elements_count; // % is just in case since if this is true lowest_ind… in apply()
714 gint lowest_index; in gst_h264_dpb_needs_bump() local721 lowest_index = gst_h264_dpb_get_lowest_output_needed_picture (dpb, &picture); in gst_h264_dpb_needs_bump()722 if (lowest_index >= 0) { in gst_h264_dpb_needs_bump()756 if (lowest_index >= dpb->max_num_reorder_frames) { in gst_h264_dpb_needs_bump()760 for (i = 0; i < lowest_index; i++) { in gst_h264_dpb_needs_bump()769 dpb->last_output_poc, lowest_index, dpb->max_num_reorder_frames); in gst_h264_dpb_needs_bump()