Home
last modified time | relevance | path

Searched refs:slice_context (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dffv1.c104 FFV1Context *fs = f->slice_context[i]; in ff_ffv1_init_slices_state()
129 f->slice_context[i++] = fs; in ff_ffv1_init_slice_contexts()
210 FFV1Context *fs = s->slice_context[j]; in ff_ffv1_close()
225 FFV1Context *sf = s->slice_context[i]; in ff_ffv1_close()
232 av_freep(&s->slice_context[i]); in ff_ffv1_close()
H A Dffv1dec.c264 for( si=0; fs != f->slice_context[si]; si ++) in decode_slice()
271 FFV1Context *fssrc = f->fsrc->slice_context[si]; in decode_slice()
272 FFV1Context *fsdst = f->slice_context[si]; in decode_slice()
551 RangeCoder *const c = &f->slice_context[0]->c; in read_header()
780 FFV1Context *fs = f->slice_context[j]; in read_header()
862 RangeCoder *const c = &f->slice_context[0]->c; in decode_frame()
928 FFV1Context *fs = f->slice_context[i]; in decode_frame()
972 &f->slice_context[0], in decode_frame()
978 FFV1Context *fs = f->slice_context[i]; in decode_frame()
1059 struct FFV1Context *slice_context[MAX_SLICE in update_thread_context() local
[all...]
H A Dffv1enc.c350 RangeCoder *const c = &f->slice_context[0]->c; in write_header()
374 FFV1Context *fs = f->slice_context[i]; in write_header()
892 FFV1Context *sf = s->slice_context[j]; in encode_init()
1100 RangeCoder *const c = &f->slice_context[0]->c; in encode_frame()
1120 FFV1Context *fs = f->slice_context[j]; in encode_frame()
1191 FFV1Context *fs = f->slice_context[i]; in encode_frame()
1202 avctx->execute(avctx, encode_slice, &f->slice_context[0], NULL, in encode_frame()
1207 FFV1Context *fs = f->slice_context[i]; in encode_frame()
H A Dffv1.h122 struct FFV1Context *slice_context[MAX_SLICES]; member

Completed in 5 milliseconds