Home
last modified time | relevance | path

Searched refs:best_d (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo.c122 int best_n, best_d, gcd; in gst_video_guess_framerate() local
134 best_d = duration / 10000; in gst_video_guess_framerate()
137 best_d = duration; in gst_video_guess_framerate()
167 best_d = d; in gst_video_guess_framerate()
173 gcd = gst_util_greatest_common_divisor (best_n, best_d); in gst_video_guess_framerate()
176 best_d /= gcd; in gst_video_guess_framerate()
181 *dest_d = best_d; in gst_video_guess_framerate()
/third_party/ffmpeg/libavcodec/
Dmpeg12framerate.c50 int c, n, d, best_c, best_n, best_d; in ff_mpeg12_find_best_frame_rate() local
55 best_n = best_d = 1; in ff_mpeg12_find_best_frame_rate()
77 best_d = d; in ff_mpeg12_find_best_frame_rate()
90 best_d = d; in ff_mpeg12_find_best_frame_rate()
101 *ext_d = best_d - 1; in ff_mpeg12_find_best_frame_rate()
Ddvdsubenc.c124 int x, y, i, j, match, d, best_d, av_uninit(best_j); in count_colors() local
139 best_d = INT_MAX; in count_colors()
143 if (d < best_d) { in count_colors()
144 best_d = d; in count_colors()
195 int best_d = color_distance(refcolor[i], pseudopal[selected[i]]); in select_palette() local
198 if (d < best_d) { in select_palette()
200 best_d = d; in select_palette()
217 int i, j, d, best_d; in build_color_map() local
224 best_d = INT_MAX; in build_color_map()
227 if (d < best_d) { in build_color_map()
[all …]