|
FFmpeg
|
LOCO codec. More...
#include "avcodec.h"#include "get_bits.h"#include "golomb.h"#include "internal.h"#include "mathops.h"Classes | |
| struct | LOCOContext |
| struct | RICEContext |
Macros | |
| #define | ADVANCE_BY_DECODED |
Typedefs | |
| typedef struct LOCOContext | LOCOContext |
| typedef struct RICEContext | RICEContext |
Enumerations | |
| enum | LOCO_MODE { LOCO_UNKN = 0, LOCO_CYUY2 = -1, LOCO_CRGB = -2, LOCO_CRGBA = -3, LOCO_CYV12 = -4, LOCO_YUY2 = 1, LOCO_UYVY = 2, LOCO_RGB = 3, LOCO_RGBA = 4, LOCO_YV12 = 5 } |
Variables | |
| AVCodec | ff_loco_decoder |
LOCO codec.
| #define ADVANCE_BY_DECODED |
| AVCodec ff_loco_decoder |
1.8.12