CONST             387 libavfilter/af_dynaudnorm.c     const double CONST = 0.8862269254527580136490837416705725913987747280611935; //sqrt(PI) / 2.0
CONST             388 libavfilter/af_dynaudnorm.c     return erf(CONST * (val / threshold)) * threshold;
CONST             377 libavfilter/vf_bwdif.c     CONST("send_frame", "send one frame for each frame", YADIF_MODE_SEND_FRAME, "mode"),
CONST             378 libavfilter/vf_bwdif.c     CONST("send_field", "send one frame for each field", YADIF_MODE_SEND_FIELD, "mode"),
CONST             381 libavfilter/vf_bwdif.c     CONST("tff",  "assume top field first",    YADIF_PARITY_TFF,  "parity"),
CONST             382 libavfilter/vf_bwdif.c     CONST("bff",  "assume bottom field first", YADIF_PARITY_BFF,  "parity"),
CONST             383 libavfilter/vf_bwdif.c     CONST("auto", "auto detect parity",        YADIF_PARITY_AUTO, "parity"),
CONST             386 libavfilter/vf_bwdif.c     CONST("all",        "deinterlace all frames",                       YADIF_DEINT_ALL,        "deint"),
CONST             387 libavfilter/vf_bwdif.c     CONST("interlaced", "only deinterlace frames marked as interlaced", YADIF_DEINT_INTERLACED, "deint"),
CONST              62 libavfilter/vf_codecview.c         CONST("pf", "forward predicted MVs of P-frames",  MV_P_FOR,  "mv"),
CONST              63 libavfilter/vf_codecview.c         CONST("bf", "forward predicted MVs of B-frames",  MV_B_FOR,  "mv"),
CONST              64 libavfilter/vf_codecview.c         CONST("bb", "backward predicted MVs of B-frames", MV_B_BACK, "mv"),
CONST              68 libavfilter/vf_codecview.c         CONST("fp", "forward predicted MVs",  MV_TYPE_FOR,  "mv_type"),
CONST              69 libavfilter/vf_codecview.c         CONST("bp", "backward predicted MVs", MV_TYPE_BACK, "mv_type"),
CONST              72 libavfilter/vf_codecview.c         CONST("if", "I-frames", FRAME_TYPE_I, "frame_type"),
CONST              73 libavfilter/vf_codecview.c         CONST("pf", "P-frames", FRAME_TYPE_P, "frame_type"),
CONST              74 libavfilter/vf_codecview.c         CONST("bf", "B-frames", FRAME_TYPE_B, "frame_type"),
CONST              77 libavfilter/vf_histeq.c     CONST("none",    "apply no antibanding",     HISTEQ_ANTIBANDING_NONE,   "antibanding"),
CONST              78 libavfilter/vf_histeq.c     CONST("weak",    "apply weak antibanding",   HISTEQ_ANTIBANDING_WEAK,   "antibanding"),
CONST              79 libavfilter/vf_histeq.c     CONST("strong",  "apply strong antibanding", HISTEQ_ANTIBANDING_STRONG, "antibanding"),
CONST              86 libavfilter/vf_mcdeint.c     CONST("fast",       NULL, MODE_FAST,       "mode"),
CONST              87 libavfilter/vf_mcdeint.c     CONST("medium",     NULL, MODE_MEDIUM,     "mode"),
CONST              88 libavfilter/vf_mcdeint.c     CONST("slow",       NULL, MODE_SLOW,       "mode"),
CONST              89 libavfilter/vf_mcdeint.c     CONST("extra_slow", NULL, MODE_EXTRA_SLOW, "mode"),
CONST              92 libavfilter/vf_mcdeint.c     CONST("tff", "assume top field first",    PARITY_TFF, "parity"),
CONST              93 libavfilter/vf_mcdeint.c     CONST("bff", "assume bottom field first", PARITY_BFF, "parity"),
CONST              55 libavfilter/vf_mestimate.c         CONST("esa",   "exhaustive search",                  AV_ME_METHOD_ESA,      "method"),
CONST              56 libavfilter/vf_mestimate.c         CONST("tss",   "three step search",                  AV_ME_METHOD_TSS,      "method"),
CONST              57 libavfilter/vf_mestimate.c         CONST("tdls",  "two dimensional logarithmic search", AV_ME_METHOD_TDLS,     "method"),
CONST              58 libavfilter/vf_mestimate.c         CONST("ntss",  "new three step search",              AV_ME_METHOD_NTSS,     "method"),
CONST              59 libavfilter/vf_mestimate.c         CONST("fss",   "four step search",                   AV_ME_METHOD_FSS,      "method"),
CONST              60 libavfilter/vf_mestimate.c         CONST("ds",    "diamond search",                     AV_ME_METHOD_DS,       "method"),
CONST              61 libavfilter/vf_mestimate.c         CONST("hexbs", "hexagon-based search",               AV_ME_METHOD_HEXBS,    "method"),
CONST              62 libavfilter/vf_mestimate.c         CONST("epzs",  "enhanced predictive zonal search",   AV_ME_METHOD_EPZS,     "method"),
CONST              63 libavfilter/vf_mestimate.c         CONST("umh",   "uneven multi-hexagon search",        AV_ME_METHOD_UMH,      "method"),
CONST             208 libavfilter/vf_minterpolate.c         CONST("dup",    "duplicate frames",                     MI_MODE_DUP,            "mi_mode"),
CONST             209 libavfilter/vf_minterpolate.c         CONST("blend",  "blend frames",                         MI_MODE_BLEND,          "mi_mode"),
CONST             210 libavfilter/vf_minterpolate.c         CONST("mci",    "motion compensated interpolation",     MI_MODE_MCI,            "mi_mode"),
CONST             212 libavfilter/vf_minterpolate.c         CONST("obmc",   "overlapped block motion compensation", MC_MODE_OBMC,           "mc_mode"),
CONST             213 libavfilter/vf_minterpolate.c         CONST("aobmc",  "adaptive overlapped block motion compensation", MC_MODE_AOBMC, "mc_mode"),
CONST             215 libavfilter/vf_minterpolate.c         CONST("bidir",  "bidirectional motion estimation",      ME_MODE_BIDIR,          "me_mode"),
CONST             216 libavfilter/vf_minterpolate.c         CONST("bilat",  "bilateral motion estimation",          ME_MODE_BILAT,          "me_mode"),
CONST             218 libavfilter/vf_minterpolate.c         CONST("esa",    "exhaustive search",                    AV_ME_METHOD_ESA,       "me"),
CONST             219 libavfilter/vf_minterpolate.c         CONST("tss",    "three step search",                    AV_ME_METHOD_TSS,       "me"),
CONST             220 libavfilter/vf_minterpolate.c         CONST("tdls",   "two dimensional logarithmic search",   AV_ME_METHOD_TDLS,      "me"),
CONST             221 libavfilter/vf_minterpolate.c         CONST("ntss",   "new three step search",                AV_ME_METHOD_NTSS,      "me"),
CONST             222 libavfilter/vf_minterpolate.c         CONST("fss",    "four step search",                     AV_ME_METHOD_FSS,       "me"),
CONST             223 libavfilter/vf_minterpolate.c         CONST("ds",     "diamond search",                       AV_ME_METHOD_DS,        "me"),
CONST             224 libavfilter/vf_minterpolate.c         CONST("hexbs",  "hexagon-based search",                 AV_ME_METHOD_HEXBS,     "me"),
CONST             225 libavfilter/vf_minterpolate.c         CONST("epzs",   "enhanced predictive zonal search",     AV_ME_METHOD_EPZS,      "me"),
CONST             226 libavfilter/vf_minterpolate.c         CONST("umh",    "uneven multi-hexagon search",          AV_ME_METHOD_UMH,       "me"),
CONST             231 libavfilter/vf_minterpolate.c         CONST("none",   "disable detection",                    SCD_METHOD_NONE,        "scene"),
CONST             232 libavfilter/vf_minterpolate.c         CONST("fdiff",  "frame difference",                     SCD_METHOD_FDIFF,       "scene"),
CONST              82 libavfilter/vf_phase.c     CONST("p", "progressive",          PROGRESSIVE,          "mode"),
CONST              83 libavfilter/vf_phase.c     CONST("t", "top first",            TOP_FIRST,            "mode"),
CONST              84 libavfilter/vf_phase.c     CONST("b", "bottom first",         BOTTOM_FIRST,         "mode"),
CONST              85 libavfilter/vf_phase.c     CONST("T", "top first analyze",    TOP_FIRST_ANALYZE,    "mode"),
CONST              86 libavfilter/vf_phase.c     CONST("B", "bottom first analyze", BOTTOM_FIRST_ANALYZE, "mode"),
CONST              87 libavfilter/vf_phase.c     CONST("u", "analyze",              ANALYZE,              "mode"),
CONST              88 libavfilter/vf_phase.c     CONST("U", "full analyze",         FULL_ANALYZE,         "mode"),
CONST              89 libavfilter/vf_phase.c     CONST("a", "auto",                 AUTO,                 "mode"),
CONST              90 libavfilter/vf_phase.c     CONST("A", "auto analyze",         AUTO_ANALYZE,         "mode"),
CONST              57 libavfilter/vf_w3fdif.c     CONST("simple",  NULL, 0, "filter"),
CONST              58 libavfilter/vf_w3fdif.c     CONST("complex", NULL, 1, "filter"),
CONST              60 libavfilter/vf_w3fdif.c     CONST("all",        "deinterlace all frames",                       0, "deint"),
CONST              61 libavfilter/vf_w3fdif.c     CONST("interlaced", "only deinterlace frames marked as interlaced", 1, "deint"),
CONST             200 libavfilter/yadif_common.c     CONST("send_frame",           "send one frame for each frame",                                     YADIF_MODE_SEND_FRAME,           "mode"),
CONST             201 libavfilter/yadif_common.c     CONST("send_field",           "send one frame for each field",                                     YADIF_MODE_SEND_FIELD,           "mode"),
CONST             202 libavfilter/yadif_common.c     CONST("send_frame_nospatial", "send one frame for each frame, but skip spatial interlacing check", YADIF_MODE_SEND_FRAME_NOSPATIAL, "mode"),
CONST             203 libavfilter/yadif_common.c     CONST("send_field_nospatial", "send one frame for each field, but skip spatial interlacing check", YADIF_MODE_SEND_FIELD_NOSPATIAL, "mode"),
CONST             206 libavfilter/yadif_common.c     CONST("tff",  "assume top field first",    YADIF_PARITY_TFF,  "parity"),
CONST             207 libavfilter/yadif_common.c     CONST("bff",  "assume bottom field first", YADIF_PARITY_BFF,  "parity"),
CONST             208 libavfilter/yadif_common.c     CONST("auto", "auto detect parity",        YADIF_PARITY_AUTO, "parity"),
CONST             211 libavfilter/yadif_common.c     CONST("all",        "deinterlace all frames",                       YADIF_DEINT_ALL,         "deint"),
CONST             212 libavfilter/yadif_common.c     CONST("interlaced", "only deinterlace frames marked as interlaced", YADIF_DEINT_INTERLACED,  "deint"),