HueContext         85 libavfilter/vf_hue.c #define OFFSET(x) offsetof(HueContext, x)
HueContext        101 libavfilter/vf_hue.c static inline void compute_sin_and_cos(HueContext *hue)
HueContext        112 libavfilter/vf_hue.c static inline void create_luma_lut(HueContext *h)
HueContext        122 libavfilter/vf_hue.c static inline void create_chrominance_lut(HueContext *h, const int32_t c,
HueContext        184 libavfilter/vf_hue.c     HueContext *hue = ctx->priv;
HueContext        218 libavfilter/vf_hue.c     HueContext *hue = ctx->priv;
HueContext        244 libavfilter/vf_hue.c     HueContext *hue = inlink->dst->priv;
HueContext        258 libavfilter/vf_hue.c static void apply_luma_lut(HueContext *s,
HueContext        274 libavfilter/vf_hue.c static void apply_lut(HueContext *s,
HueContext        302 libavfilter/vf_hue.c     HueContext *hue = inlink->dst->priv;
HueContext        396 libavfilter/vf_hue.c     HueContext *hue = ctx->priv;
HueContext        444 libavfilter/vf_hue.c     .priv_size       = sizeof(HueContext),