Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dffv1dec.c272 FFV1Context *fsdst = f->slice_context[si]; in decode_slice() local
273 av_assert1(fsdst->plane_count == fssrc->plane_count); in decode_slice()
274 av_assert1(fsdst == fs); in decode_slice()
277 fsdst->slice_damaged |= fssrc->slice_damaged; in decode_slice()
281 PlaneContext *pdst = &fsdst->plane[i]; in decode_slice()
1018 static void copy_fields(FFV1Context *fsdst, const FFV1Context *fssrc, in copy_fields() argument
1021 fsdst->version = fsrc->version; in copy_fields()
1022 fsdst->micro_version = fsrc->micro_version; in copy_fields()
1023 fsdst->chroma_planes = fsrc->chroma_planes; in copy_fields()
1024 fsdst in copy_fields()
1070 FFV1Context *fsdst = fdst->slice_context[i]; update_thread_context() local
[all...]

Completed in 2 milliseconds