Lines Matching defs:ctx
39 av_cold void ff_videodsp_init(VideoDSPContext *ctx, int bpc)
41 ctx->prefetch = just_return;
43 ctx->emulated_edge_mc = ff_emulated_edge_mc_8;
45 ctx->emulated_edge_mc = ff_emulated_edge_mc_16;
49 ff_videodsp_init_aarch64(ctx, bpc);
51 ff_videodsp_init_arm(ctx, bpc);
53 ff_videodsp_init_ppc(ctx, bpc);
55 ff_videodsp_init_x86(ctx, bpc);
57 ff_videodsp_init_mips(ctx, bpc);
59 ff_videodsp_init_loongarch(ctx, bpc);