47 unsigned input_width,
unsigned input_height,
48 unsigned from_bitdepth,
unsigned to_bitdepth,
52 unsigned input_width,
unsigned input_height,
53 unsigned file_format);
57 unsigned output_width,
unsigned output_height);
Header that is included in every other header.
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