Searched refs:InterplayACMContext (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | interplayacm.c | 37 typedef struct InterplayACMContext { struct 55 } InterplayACMContext; argument 59 InterplayACMContext *s = avctx->priv_data; in decode_init() 107 static int zero(InterplayACMContext *s, unsigned ind, unsigned col) in zero() 116 static int bad(InterplayACMContext *s, unsigned ind, unsigned col) in bad() 121 static int linear(InterplayACMContext *s, unsigned ind, unsigned col) in linear() 134 static int k13(InterplayACMContext *s, unsigned ind, unsigned col) in k13() 159 static int k12(InterplayACMContext *s, unsigned ind, unsigned col) in k12() 177 static int k24(InterplayACMContext *s, unsigned ind, unsigned col) in k24() 203 static int k23(InterplayACMContext *s, unsigned ind, unsigned col) in k23() [all …]
|