FFmpeg
|
Data Fields | |
double | x |
double | y |
struct keypoint * | next |
Definition at line 39 of file vf_curves.c.
double keypoint::x |
Definition at line 40 of file vf_curves.c.
Referenced by config_input(), dump_curves(), filter_slice_packed(), filter_slice_planar(), interp_cubic_hermite_half(), interpolate(), interpolate_pchip(), make_point(), parse_points_str(), and parse_psfile().
double keypoint::y |
Definition at line 40 of file vf_curves.c.
Referenced by config_input(), dump_curves(), filter_slice_packed(), filter_slice_planar(), interpolate(), interpolate_pchip(), make_point(), parse_points_str(), and parse_psfile().
struct keypoint* keypoint::next |
Definition at line 41 of file vf_curves.c.
Referenced by config_input(), dump_curves(), interpolate(), interpolate_pchip(), make_point(), and parse_points_str().