HueContext         88 libavfilter/vf_hue.c #define OFFSET(x) offsetof(HueContext, x)
HueContext        104 libavfilter/vf_hue.c static inline void compute_sin_and_cos(HueContext *hue)
HueContext        115 libavfilter/vf_hue.c static inline void create_luma_lut(HueContext *h)
HueContext        128 libavfilter/vf_hue.c static inline void create_chrominance_lut(HueContext *h, const int32_t c,
HueContext        209 libavfilter/vf_hue.c     HueContext *hue = ctx->priv;
HueContext        243 libavfilter/vf_hue.c     HueContext *hue = ctx->priv;
HueContext        274 libavfilter/vf_hue.c     HueContext *hue = inlink->dst->priv;
HueContext        288 libavfilter/vf_hue.c static void apply_luma_lut(HueContext *s,
HueContext        304 libavfilter/vf_hue.c static void apply_luma_lut10(HueContext *s,
HueContext        320 libavfilter/vf_hue.c static void apply_lut(HueContext *s,
HueContext        343 libavfilter/vf_hue.c static void apply_lut10(HueContext *s,
HueContext        371 libavfilter/vf_hue.c     HueContext *hue = inlink->dst->priv;
HueContext        477 libavfilter/vf_hue.c     HueContext *hue = ctx->priv;
HueContext        525 libavfilter/vf_hue.c     .priv_size       = sizeof(HueContext),