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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_curves.c136 static struct keypoint *make_point(double x, double y, struct keypoint *next) function
155 struct keypoint *point = make_point(0, 0, NULL);
182 last = make_point(0, 0, NULL);
188 struct keypoint *newfirst = make_point(0, 0, *points);
198 struct keypoint *point = make_point(1, 1, NULL);

Completed in 53 milliseconds