shithub: treason

ref: 204f2bbcf45dfda4cdfda322153b7b31ea63f167
dir: treason/misc.h

View raw version
int str2fmt(char *s);
uvlong nanosec(void);
void yuv420_rgb24(
	int width, int height,
	u8int *y, u8int *u, u8int *v,
	u32int ystride, u32int uvstride,
	u8int *rgb, u32int rgbstride);

extern int nproc;
extern int debug;