Searched refs:InterplayACMContext (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | interplayacm.c | 39 typedef struct InterplayACMContext { struct 58 } InterplayACMContext; argument 78 InterplayACMContext *s = avctx->priv_data; in decode_init() 118 static int zero(InterplayACMContext *s, unsigned ind, unsigned col) in zero() 127 static int bad(InterplayACMContext *s, unsigned ind, unsigned col) in bad() 132 static int linear(InterplayACMContext *s, unsigned ind, unsigned col) in linear() 145 static int k13(InterplayACMContext *s, unsigned ind, unsigned col) in k13() 170 static int k12(InterplayACMContext *s, unsigned ind, unsigned col) in k12() 188 static int k24(InterplayACMContext *s, unsigned ind, unsigned col) in k24() 214 static int k23(InterplayACMContext *s, unsigned ind, unsigned col) in k23() [all …]
|