ColorFloat        733 libavfilter/avf_showcqt.c static void rgb_from_cqt(ColorFloat *c, const FFTComplex *v, float g, int len, float cscheme[6])
ColorFloat        743 libavfilter/avf_showcqt.c static void yuv_from_cqt(ColorFloat *c, const FFTComplex *v, float gamma, int len, float cm[3][3], float cscheme[6])
ColorFloat        758 libavfilter/avf_showcqt.c                          const ColorFloat *c, int bar_h, float bar_t)
ColorFloat        811 libavfilter/avf_showcqt.c                          const ColorFloat *c, int bar_h, float bar_t)
ColorFloat        861 libavfilter/avf_showcqt.c static void draw_axis_rgb(AVFrame *out, AVFrame *axis, const ColorFloat *c, int off)
ColorFloat        963 libavfilter/avf_showcqt.c static void draw_axis_yuv(AVFrame *out, AVFrame *axis, const ColorFloat *c, int off)
ColorFloat       1052 libavfilter/avf_showcqt.c static void update_sono_rgb(AVFrame *sono, const ColorFloat *c, int idx)
ColorFloat       1064 libavfilter/avf_showcqt.c static void update_sono_yuv(AVFrame *sono, const ColorFloat *c, int idx)
ColorFloat         71 libavfilter/avf_showcqt.h     ColorFloat          *c_buf;
ColorFloat         83 libavfilter/avf_showcqt.h                                     const ColorFloat *c, int bar_h, float bar_t);
ColorFloat         84 libavfilter/avf_showcqt.h     void                (*draw_axis)(AVFrame *out, AVFrame *axis, const ColorFloat *c, int off);
ColorFloat         86 libavfilter/avf_showcqt.h     void                (*update_sono)(AVFrame *sono, const ColorFloat *c, int idx);