keypoint 41 libavfilter/vf_curves.c struct keypoint *next; keypoint 143 libavfilter/vf_curves.c static struct keypoint *make_point(double x, double y, struct keypoint *next) keypoint 145 libavfilter/vf_curves.c struct keypoint *point = av_mallocz(sizeof(*point)); keypoint 155 libavfilter/vf_curves.c static int parse_points_str(AVFilterContext *ctx, struct keypoint **points, const char *s, keypoint 159 libavfilter/vf_curves.c struct keypoint *last = NULL; keypoint 164 libavfilter/vf_curves.c struct keypoint *point = make_point(0, 0, NULL); keypoint 199 libavfilter/vf_curves.c static int get_nb_points(const struct keypoint *d) keypoint 218 libavfilter/vf_curves.c const struct keypoint *points, int nbits) keypoint 221 libavfilter/vf_curves.c const struct keypoint *point = points; keypoint 341 libavfilter/vf_curves.c const struct keypoint *points) \ keypoint 410 libavfilter/vf_curves.c struct keypoint *comp_points[NB_COMP + 1], keypoint 454 libavfilter/vf_curves.c const struct keypoint *point = comp_points[i]; keypoint 657 libavfilter/vf_curves.c struct keypoint *comp_points[NB_COMP + 1] = {0}; keypoint 693 libavfilter/vf_curves.c const struct keypoint *point = comp_points[i]; keypoint 706 libavfilter/vf_curves.c struct keypoint *point = comp_points[i]; keypoint 708 libavfilter/vf_curves.c struct keypoint *next = point->next;