1 /********************************************************************
3 * THIS FILE IS PART OF THE OggGhost SOFTWARE CODEC SOURCE CODE. *
4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
8 * THE OggGhost SOURCE CODE IS (C) COPYRIGHT 2007-2011 *
9 * by the Xiph.Org Foundation http://www.xiph.org/ *
11 ********************************************************************
13 function: research-grade chirp extraction code
16 ********************************************************************/
18 #include <cairo/cairo.h>
19 #define DT_iterations 0
25 extern void set_error_color(cairo_t
*c
, float err
,float a
);
26 extern void set_iter_color(cairo_t
*cC
, int ret
, float a
);
27 extern void to_png(cairo_t
*c
,char *base
, char *name
);
28 extern void destroy_page(cairo_t
*c
);
29 extern cairo_t
*draw_page(char *title
,
38 extern void setup_graphs(int start_x_step
,
39 int end_x_step
, /* inclusive; not one past */
44 int end_y_step
, /* inclusive; not one past */