FFV1Context 43 libavcodec/ffv1.c FFV1Context *s = avctx->priv_data; FFV1Context 66 libavcodec/ffv1.c av_cold int ff_ffv1_init_slice_state(FFV1Context *f, FFV1Context *fs) FFV1Context 105 libavcodec/ffv1.c av_cold int ff_ffv1_init_slices_state(FFV1Context *f) FFV1Context 109 libavcodec/ffv1.c FFV1Context *fs = f->slice_context[i]; FFV1Context 116 libavcodec/ffv1.c av_cold int ff_ffv1_init_slice_contexts(FFV1Context *f) FFV1Context 130 libavcodec/ffv1.c FFV1Context *fs = av_mallocz(sizeof(*fs)); FFV1Context 166 libavcodec/ffv1.c int ff_ffv1_allocate_initial_states(FFV1Context *f) FFV1Context 181 libavcodec/ffv1.c void ff_ffv1_clear_slice_state(FFV1Context *f, FFV1Context *fs) FFV1Context 211 libavcodec/ffv1.c FFV1Context *s = avctx->priv_data; FFV1Context 223 libavcodec/ffv1.c FFV1Context *fs = s->slice_context[j]; FFV1Context 238 libavcodec/ffv1.c FFV1Context *sf = s->slice_context[i]; FFV1Context 96 libavcodec/ffv1.h struct FFV1Context *fsrc; FFV1Context 127 libavcodec/ffv1.h struct FFV1Context *slice_context[MAX_SLICES]; FFV1Context 143 libavcodec/ffv1.h int ff_ffv1_init_slice_state(FFV1Context *f, FFV1Context *fs); FFV1Context 144 libavcodec/ffv1.h int ff_ffv1_init_slices_state(FFV1Context *f); FFV1Context 145 libavcodec/ffv1.h int ff_ffv1_init_slice_contexts(FFV1Context *f); FFV1Context 146 libavcodec/ffv1.h int ff_ffv1_allocate_initial_states(FFV1Context *f); FFV1Context 147 libavcodec/ffv1.h void ff_ffv1_clear_slice_state(FFV1Context *f, FFV1Context *fs); FFV1Context 95 libavcodec/ffv1dec.c static int is_input_end(FFV1Context *s) FFV1Context 118 libavcodec/ffv1dec.c static int decode_plane(FFV1Context *s, uint8_t *src, FFV1Context 164 libavcodec/ffv1dec.c static int decode_slice_header(FFV1Context *f, FFV1Context *fs) FFV1Context 245 libavcodec/ffv1dec.c FFV1Context *fs = *(void **)arg; FFV1Context 246 libavcodec/ffv1dec.c FFV1Context *f = fs->avctx->priv_data; FFV1Context 259 libavcodec/ffv1dec.c FFV1Context *fssrc = f->fsrc->slice_context[si]; FFV1Context 260 libavcodec/ffv1dec.c FFV1Context *fsdst = f->slice_context[si]; FFV1Context 410 libavcodec/ffv1dec.c static int read_extra_header(FFV1Context *f) FFV1Context 527 libavcodec/ffv1dec.c static int read_header(FFV1Context *f) FFV1Context 760 libavcodec/ffv1dec.c FFV1Context *fs = f->slice_context[j]; FFV1Context 817 libavcodec/ffv1dec.c FFV1Context *f = avctx->priv_data; FFV1Context 836 libavcodec/ffv1dec.c FFV1Context *f = avctx->priv_data; FFV1Context 887 libavcodec/ffv1dec.c FFV1Context *fs = f->slice_context[i]; FFV1Context 936 libavcodec/ffv1dec.c FFV1Context *fs = f->slice_context[i]; FFV1Context 980 libavcodec/ffv1dec.c static void copy_fields(FFV1Context *fsdst, FFV1Context *fssrc, FFV1Context *fsrc) FFV1Context 1011 libavcodec/ffv1dec.c FFV1Context *fsrc = src->priv_data; FFV1Context 1012 libavcodec/ffv1dec.c FFV1Context *fdst = dst->priv_data; FFV1Context 1021 libavcodec/ffv1dec.c struct FFV1Context *slice_context[MAX_SLICES]; FFV1Context 1031 libavcodec/ffv1dec.c FFV1Context *fssrc = fsrc->slice_context[i]; FFV1Context 1032 libavcodec/ffv1dec.c FFV1Context *fsdst = fdst->slice_context[i]; FFV1Context 1059 libavcodec/ffv1dec.c .priv_data_size = sizeof(FFV1Context), FFV1Context 23 libavcodec/ffv1dec_template.c static av_always_inline int RENAME(decode_line)(FFV1Context *s, int w, FFV1Context 128 libavcodec/ffv1dec_template.c static int RENAME(decode_rgb_frame)(FFV1Context *s, uint8_t *src[4], int w, int h, int stride[4]) FFV1Context 273 libavcodec/ffv1enc.c static int encode_plane(FFV1Context *s, uint8_t *src, int w, int h, FFV1Context 346 libavcodec/ffv1enc.c static void write_header(FFV1Context *f) FFV1Context 374 libavcodec/ffv1enc.c FFV1Context *fs = f->slice_context[i]; FFV1Context 393 libavcodec/ffv1enc.c static int write_extradata(FFV1Context *f) FFV1Context 466 libavcodec/ffv1enc.c static int sort_stt(FFV1Context *s, uint8_t stt[256]) FFV1Context 516 libavcodec/ffv1enc.c FFV1Context *s = avctx->priv_data; FFV1Context 915 libavcodec/ffv1enc.c FFV1Context *sf = s->slice_context[j]; FFV1Context 927 libavcodec/ffv1enc.c static void encode_slice_header(FFV1Context *f, FFV1Context *fs) FFV1Context 960 libavcodec/ffv1enc.c static void choose_rct_params(FFV1Context *fs, const uint8_t *src[3], const int stride[3], int w, int h) FFV1Context 1044 libavcodec/ffv1enc.c FFV1Context *fs = *(void **)arg; FFV1Context 1045 libavcodec/ffv1enc.c FFV1Context *f = fs->avctx->priv_data; FFV1Context 1122 libavcodec/ffv1enc.c FFV1Context *f = avctx->priv_data; FFV1Context 1143 libavcodec/ffv1enc.c FFV1Context *fs = f->slice_context[j]; FFV1Context 1219 libavcodec/ffv1enc.c FFV1Context *fs = f->slice_context[i]; FFV1Context 1235 libavcodec/ffv1enc.c FFV1Context *fs = f->slice_context[i]; FFV1Context 1286 libavcodec/ffv1enc.c #define OFFSET(x) offsetof(FFV1Context, x) FFV1Context 1325 libavcodec/ffv1enc.c .priv_data_size = sizeof(FFV1Context), FFV1Context 23 libavcodec/ffv1enc_template.c static av_always_inline int RENAME(encode_line)(FFV1Context *s, int w, FFV1Context 125 libavcodec/ffv1enc_template.c static int RENAME(encode_rgb_frame)(FFV1Context *s, const uint8_t *src[4],