OPT2 622 source/common/param.cpp OPT2("level-idc", "level") OPT2 636 source/common/param.cpp OPT2("log-level", "log") OPT2 670 source/common/param.cpp OPT2("constrained-intra", "cip") p->bEnableConstrainedIntra = atobool(value); OPT2 716 source/common/param.cpp OPT2("rdoq", "rdoq-level") OPT2 777 source/common/param.cpp OPT2("ipratio", "ip-factor") p->rc.ipFactor = atof(value); OPT2 778 source/common/param.cpp OPT2("pbratio", "pb-factor") p->rc.pbFactor = atof(value); OPT2 900 source/common/param.cpp OPT2("display-window", "crop-rect") OPT2 919 source/common/param.cpp OPT2("pools", "numa-pools") p->numaPools = strdup(value); OPT2 284 source/x265.cpp OPT2("frame-skip", "seek") this->seek = (uint32_t)x265_atoi(optarg, bError);