53 unsigned file_format);
Header that is included in every other header.
#define MAX_TILES_PER_DIM
Definition global.h:232
This file defines the public API of Kvazaar when used as a library.
Struct which contains all picture data.
Definition kvazaar.h:504
int yuv_io_seek(FILE *file, unsigned frames, unsigned input_width, unsigned input_height, unsigned file_format)
Seek forward in a YUV file.
Definition yuv_io.c:294
int yuv_io_write(FILE *file, const kvz_picture *img, unsigned output_width, unsigned output_height)
Write a single frame to a file.
Definition yuv_io.c:338
int yuv_io_read(FILE *file, unsigned input_width, unsigned input_height, unsigned from_bitdepth, unsigned to_bitdepth, kvz_picture *img_out, unsigned file_format)
Read a single frame from a file.
Definition yuv_io.c:235