shithub: treason

ref: 9bbed008d94cd67aacccfcb7128a2510a77a16b2
dir: /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;
extern uvlong yuv→rgb;