Searched refs:q_list (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Drational.c121 int av_find_nearest_q_idx(AVRational q, const AVRational* q_list) argument
124 for(i=0; q_list[i].den; i++)
125 if (av_nearer_q(q, q_list[i], q_list[nearest_q_idx]) > 0)
H A Drational.h123 * Finds the nearest value in \p q_list to \p q.
124 * @param q_list an array of rationals terminated by {0, 0}
127 int av_find_nearest_q_idx(AVRational q, const AVRational* q_list);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavutil/
H A Drational.h123 * Finds the nearest value in \p q_list to \p q.
124 * @param q_list an array of rationals terminated by {0, 0}
127 int av_find_nearest_q_idx(AVRational q, const AVRational* q_list);

Completed in 180 milliseconds