Buffering of input for reordering.
#include "global.h"
#include "kvazaar.h"
Go to the source code of this file.
◆ input_frame_buffer_t
typedef struct input_frame_buffer_t input_frame_buffer_t |
◆ kvz_encoder_feed_frame()
Returns the image that should be encoded next if there is a suitable image available.
The caller must not modify img_in after calling this function.
- Parameters
-
buf | an input frame buffer |
state | a main encoder state |
img_in | input frame or NULL |
first_done | whether the first frame has been done, needed for the OBA rc |
- Returns
- pointer to the next picture, or NULL if no picture is available
◆ kvz_init_input_frame_buffer()