#include "utvideo.h"
Go to the source code of this file.
Functions | |
int | ff_ut_huff_cmp_len (const void *a, const void *b) |
Variables | |
const int | ff_ut_pred_order [5] |
const int | ff_ut_rgb_order [4] = { 1, 2, 0, 3 } |
Definition in file utvideo.c.
int ff_ut_huff_cmp_len | ( | const void * | a, | |
const void * | b | |||
) |
const int ff_ut_pred_order[5] |
Initial value:
{ PRED_LEFT, PRED_MEDIAN, PRED_MEDIAN, PRED_NONE, PRED_GRADIENT }
Definition at line 29 of file utvideo.c.
Referenced by utvideo_encode_init().
const int ff_ut_rgb_order[4] = { 1, 2, 0, 3 } |