x265_atoi         536 source/common/param.cpp     return x265_atoi(arg, bError);
x265_atoi         542 source/common/param.cpp #define atoi(str) x265_atoi(str, bError)
x265_atoi        1027 source/common/param.cpp         cpu = x265_atoi(value, bError);
x265_atoi          34 source/common/param.h int   x265_atoi(const char *str, bool& bError);
x265_atoi         284 source/x265.cpp             OPT2("frame-skip", "seek") this->seek = (uint32_t)x265_atoi(optarg, bError);
x265_atoi         285 source/x265.cpp             OPT("frames") this->framesToBeEncoded = (uint32_t)x265_atoi(optarg, bError);
x265_atoi         290 source/x265.cpp             OPT("input-depth") inputBitDepth = (uint32_t)x265_atoi(optarg, bError);
x265_atoi         292 source/x265.cpp             OPT("recon-depth") reconFileBitDepth = (uint32_t)x265_atoi(optarg, bError);