Home
last modified time | relevance | path

Searched refs:MBContext (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvsrc_mandelbrot.c60 typedef struct MBContext { struct
84 } MBContext; argument
86 #define OFFSET(x) offsetof(MBContext, x)
124 MBContext *s = ctx->priv; in init()
142 MBContext *s = ctx->priv; in uninit()
165 MBContext *s = ctx->priv; in config_props()
178 MBContext *s = ctx->priv; in fill_from_cache()
195 static int interpol(MBContext *s, uint32_t *color, int x, int y, int linesize) in interpol()
251 MBContext *s = ctx->priv; in draw_mandelbrot()
400 MBContext *s = link->src->priv; in request_frame()
[all …]
/third_party/skia/third_party/externals/libwebp/src/dec/
Didec_dec.c86 } MBContext; typedef
273 MBContext* const context) { in SaveContext()
279 static void RestoreContext(const MBContext* context, VP8Decoder* const dec, in RestoreContext()
473 MBContext context; in DecodeRemaining()