FFmpeg
Functions | Variables
utvideo.c File Reference

Common Ut Video code. More...

#include "utvideo.h"

Functions

int ff_ut_huff_cmp_len (const void *a, const void *b)
 
int ff_ut10_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 }
 

Detailed Description

Common Ut Video code.

Variable Documentation

§ ff_ut_pred_order

const int ff_ut_pred_order[5]
Initial value:
= {
PRED_LEFT, PRED_MEDIAN, PRED_MEDIAN, PRED_NONE, PRED_GRADIENT
}