FFV1Context 44 libavcodec/ffv1.c FFV1Context *s = avctx->priv_data; FFV1Context 67 libavcodec/ffv1.c av_cold int ffv1_init_slice_state(FFV1Context *f, FFV1Context *fs) FFV1Context 101 libavcodec/ffv1.c av_cold int ffv1_init_slices_state(FFV1Context *f) FFV1Context 105 libavcodec/ffv1.c FFV1Context *fs = f->slice_context[i]; FFV1Context 112 libavcodec/ffv1.c av_cold int ffv1_init_slice_contexts(FFV1Context *f) FFV1Context 120 libavcodec/ffv1.c FFV1Context *fs = av_mallocz(sizeof(*fs)); FFV1Context 148 libavcodec/ffv1.c int ffv1_allocate_initial_states(FFV1Context *f) FFV1Context 163 libavcodec/ffv1.c void ffv1_clear_slice_state(FFV1Context *f, FFV1Context *fs) FFV1Context 193 libavcodec/ffv1.c FFV1Context *s = avctx->priv_data; FFV1Context 205 libavcodec/ffv1.c FFV1Context *fs = s->slice_context[j]; FFV1Context 219 libavcodec/ffv1.c FFV1Context *sf = s->slice_context[i]; FFV1Context 91 libavcodec/ffv1.h struct FFV1Context *fsrc; FFV1Context 118 libavcodec/ffv1.h struct FFV1Context *slice_context[MAX_SLICES]; FFV1Context 133 libavcodec/ffv1.h int ffv1_init_slice_state(FFV1Context *f, FFV1Context *fs); FFV1Context 134 libavcodec/ffv1.h int ffv1_init_slices_state(FFV1Context *f); FFV1Context 135 libavcodec/ffv1.h int ffv1_init_slice_contexts(FFV1Context *f); FFV1Context 136 libavcodec/ffv1.h int ffv1_allocate_initial_states(FFV1Context *f); FFV1Context 137 libavcodec/ffv1.h void ffv1_clear_slice_state(FFV1Context *f, FFV1Context *fs); FFV1Context 97 libavcodec/ffv1dec.c static av_always_inline void decode_line(FFV1Context *s, int w, FFV1Context 181 libavcodec/ffv1dec.c static void decode_plane(FFV1Context *s, uint8_t *src, FFV1Context 223 libavcodec/ffv1dec.c static void decode_rgb_frame(FFV1Context *s, uint8_t *src[3], int w, int h, int stride[3]) FFV1Context 279 libavcodec/ffv1dec.c static int decode_slice_header(FFV1Context *f, FFV1Context *fs) FFV1Context 360 libavcodec/ffv1dec.c FFV1Context *fs = *(void **)arg; FFV1Context 361 libavcodec/ffv1dec.c FFV1Context *f = fs->avctx->priv_data; FFV1Context 374 libavcodec/ffv1dec.c FFV1Context *fssrc = f->fsrc->slice_context[si]; FFV1Context 375 libavcodec/ffv1dec.c FFV1Context *fsdst = f->slice_context[si]; FFV1Context 511 libavcodec/ffv1dec.c static int read_extra_header(FFV1Context *f) FFV1Context 613 libavcodec/ffv1dec.c static int read_header(FFV1Context *f) FFV1Context 781 libavcodec/ffv1dec.c FFV1Context *fs = f->slice_context[j]; FFV1Context 838 libavcodec/ffv1dec.c FFV1Context *f = avctx->priv_data; FFV1Context 859 libavcodec/ffv1dec.c FFV1Context *f = avctx->priv_data; FFV1Context 910 libavcodec/ffv1dec.c FFV1Context *fs = f->slice_context[i]; FFV1Context 955 libavcodec/ffv1dec.c FFV1Context *fs = f->slice_context[i]; FFV1Context 993 libavcodec/ffv1dec.c FFV1Context *f = avctx->priv_data; FFV1Context 1016 libavcodec/ffv1dec.c static void copy_fields(FFV1Context *fsdst, FFV1Context *fssrc, FFV1Context *fsrc) FFV1Context 1046 libavcodec/ffv1dec.c FFV1Context *fsrc = src->priv_data; FFV1Context 1047 libavcodec/ffv1dec.c FFV1Context *fdst = dst->priv_data; FFV1Context 1056 libavcodec/ffv1dec.c struct FFV1Context *slice_context[MAX_SLICES]; FFV1Context 1066 libavcodec/ffv1dec.c FFV1Context *fssrc = fsrc->slice_context[i]; FFV1Context 1067 libavcodec/ffv1dec.c FFV1Context *fsdst = fdst->slice_context[i]; FFV1Context 1093 libavcodec/ffv1dec.c .priv_data_size = sizeof(FFV1Context), FFV1Context 266 libavcodec/ffv1enc.c static av_always_inline int encode_line(FFV1Context *s, int w, FFV1Context 368 libavcodec/ffv1enc.c static int encode_plane(FFV1Context *s, uint8_t *src, int w, int h, FFV1Context 408 libavcodec/ffv1enc.c static int encode_rgb_frame(FFV1Context *s, const uint8_t *src[3], FFV1Context 493 libavcodec/ffv1enc.c static void write_header(FFV1Context *f) FFV1Context 521 libavcodec/ffv1enc.c FFV1Context *fs = f->slice_context[i]; FFV1Context 540 libavcodec/ffv1enc.c static int write_extradata(FFV1Context *f) FFV1Context 616 libavcodec/ffv1enc.c static int sort_stt(FFV1Context *s, uint8_t stt[256]) FFV1Context 666 libavcodec/ffv1enc.c FFV1Context *s = avctx->priv_data; FFV1Context 975 libavcodec/ffv1enc.c FFV1Context *sf = s->slice_context[j]; FFV1Context 987 libavcodec/ffv1enc.c static void encode_slice_header(FFV1Context *f, FFV1Context *fs) FFV1Context 1020 libavcodec/ffv1enc.c static void choose_rct_params(FFV1Context *fs, const uint8_t *src[3], const int stride[3], int w, int h) FFV1Context 1104 libavcodec/ffv1enc.c FFV1Context *fs = *(void **)arg; FFV1Context 1105 libavcodec/ffv1enc.c FFV1Context *f = fs->avctx->priv_data; FFV1Context 1178 libavcodec/ffv1enc.c FFV1Context *f = avctx->priv_data; FFV1Context 1199 libavcodec/ffv1enc.c FFV1Context *fs = f->slice_context[j]; FFV1Context 1266 libavcodec/ffv1enc.c FFV1Context *fs = f->slice_context[i]; FFV1Context 1276 libavcodec/ffv1enc.c FFV1Context *fs = f->slice_context[i]; FFV1Context 1324 libavcodec/ffv1enc.c #define OFFSET(x) offsetof(FFV1Context, x) FFV1Context 1348 libavcodec/ffv1enc.c .priv_data_size = sizeof(FFV1Context),