Container for a list of reference pictures.
More...
#include "cu.h"
#include "global.h"
#include "kvazaar.h"
Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
REF_PIC_LIST_0 | |
REF_PIC_LIST_1 | |
REF_PIC_LIST_X | |
◆ kvz_image_list_add()
- Parameters
-
pic | picture pointer to add |
picture_list | list to use |
- Returns
- 1 on success
◆ kvz_image_list_alloc()
- Parameters
-
- Returns
- image_list pointer, NULL on failure
◆ kvz_image_list_copy_contents()
◆ kvz_image_list_destroy()
- Parameters
-
- Returns
- 1 on success, 0 on failure
◆ kvz_image_list_rem()
int kvz_image_list_rem |
( |
image_list_t *const |
list, |
|
|
const unsigned |
n |
|
) |
| |
- Parameters
-
list | list to use |
n | index to remove |
- Returns
- 1 on success
◆ kvz_image_list_resize()
int kvz_image_list_resize |
( |
image_list_t * |
list, |
|
|
unsigned |
size |
|
) |
| |
- Parameters
-
list | image_list pointer |
size | new array size |
- Returns
- 1 on success, 0 on failure