keypoint 41 libavfilter/vf_curves.c struct keypoint *next; keypoint 136 libavfilter/vf_curves.c static struct keypoint *make_point(double x, double y, struct keypoint *next) keypoint 138 libavfilter/vf_curves.c struct keypoint *point = av_mallocz(sizeof(*point)); keypoint 148 libavfilter/vf_curves.c static int parse_points_str(AVFilterContext *ctx, struct keypoint **points, const char *s) keypoint 151 libavfilter/vf_curves.c struct keypoint *last = NULL; keypoint 155 libavfilter/vf_curves.c struct keypoint *point = make_point(0, 0, NULL); keypoint 188 libavfilter/vf_curves.c struct keypoint *newfirst = make_point(0, 0, *points); keypoint 198 libavfilter/vf_curves.c struct keypoint *point = make_point(1, 1, NULL); keypoint 207 libavfilter/vf_curves.c static int get_nb_points(const struct keypoint *d) keypoint 222 libavfilter/vf_curves.c static int interpolate(AVFilterContext *ctx, uint8_t *y, const struct keypoint *points) keypoint 225 libavfilter/vf_curves.c const struct keypoint *point; keypoint 378 libavfilter/vf_curves.c struct keypoint *comp_points[NB_COMP + 1] = {0}; keypoint 431 libavfilter/vf_curves.c struct keypoint *point = comp_points[i]; keypoint 446 libavfilter/vf_curves.c struct keypoint *point = comp_points[i]; keypoint 448 libavfilter/vf_curves.c struct keypoint *next = point->next;