Searched refs:av_find_nearest_q_idx (Results 1 – 3 of 3) sorted by relevance
197 int av_find_nearest_q_idx(AVRational q, const AVRational* q_list);
142 int av_find_nearest_q_idx(AVRational q, const AVRational* q_list) in av_find_nearest_q_idx() function
2988 int idx = av_find_nearest_q_idx(ost->frame_rate, ost->enc->supported_framerates); in init_output_stream_encode()