Searched refs:avctx_from (Results 1 – 2 of 2) sorted by relevance
156 …tic int mimic_decode_update_thread_context(AVCodecContext *avctx, const AVCodecContext *avctx_from) in mimic_decode_update_thread_context() argument158 MimicContext *dst = avctx->priv_data, *src = avctx_from->priv_data; in mimic_decode_update_thread_context()161 if (avctx == avctx_from) in mimic_decode_update_thread_context()
1076 const AVCodecContext *avctx_from) in mpeg_decode_update_thread_context() argument1078 Mpeg1Context *ctx = avctx->priv_data, *ctx_from = avctx_from->priv_data; in mpeg_decode_update_thread_context()1082 if (avctx == avctx_from || in mpeg_decode_update_thread_context()1087 err = ff_mpeg_update_thread_context(avctx, avctx_from); in mpeg_decode_update_thread_context()