x265_atobool 544 source/common/param.cpp #define atobool(str) (bNameWasBool = true, x265_atobool(str, bError)) x265_atobool 575 source/common/param.cpp value = !value || x265_atobool(value, bError) ? "false" : "true"; x265_atobool 580 source/common/param.cpp value = !value || x265_atobool(value, bError) ? "false" : "true"; x265_atobool 1029 source/common/param.cpp cpu = !strcmp(value, "auto") || x265_atobool(value, bError) ? X265_NS::cpu_detect() : 0;