tonemap 66 libavfilter/vf_tonemap.c enum TonemapAlgorithm tonemap; tonemap 89 libavfilter/vf_tonemap.c switch(s->tonemap) { tonemap 161 libavfilter/vf_tonemap.c switch(s->tonemap) { tonemap 213 libavfilter/vf_tonemap.c tonemap(s, out, in, desc, x, y, peak); tonemap 304 libavfilter/vf_tonemap.c { "tonemap", "tonemap algorithm selection", OFFSET(tonemap), AV_OPT_TYPE_INT, {.i64 = TONEMAP_NONE}, TONEMAP_NONE, TONEMAP_MAX - 1, FLAGS, "tonemap" }, tonemap 318 libavfilter/vf_tonemap.c AVFILTER_DEFINE_CLASS(tonemap); tonemap 61 libavfilter/vf_tonemap_opencl.c enum TonemapAlgorithm tonemap; tonemap 132 libavfilter/vf_tonemap_opencl.c switch(ctx->tonemap) { tonemap 184 libavfilter/vf_tonemap_opencl.c av_bprintf(&header, "#define TONE_FUNC %s\n", tonemap_func[ctx->tonemap]); tonemap 488 libavfilter/vf_tonemap_opencl.c { "tonemap", "tonemap algorithm selection", OFFSET(tonemap), AV_OPT_TYPE_INT, {.i64 = TONEMAP_NONE}, TONEMAP_NONE, TONEMAP_MAX - 1, FLAGS, "tonemap" },