x265_log_file     273 source/common/common.cpp         x265_log_file(NULL, X265_LOG_ERROR, "unable to open file %s\n", filename);
x265_log_file    1680 source/common/param.cpp         x265_log_file(param, X265_LOG_ERROR, "unable to read lambda file <%s>\n", param->rc.lambdaFileName);
x265_log_file     251 source/common/scalinglist.cpp         x265_log_file(NULL, X265_LOG_ERROR, "can't open scaling list file %s\n", filename);
x265_log_file     271 source/common/scalinglist.cpp                     x265_log_file(NULL, X265_LOG_ERROR, "can't read matrix from %s\n", filename);
x265_log_file     282 source/common/scalinglist.cpp                     x265_log_file(NULL, X265_LOG_ERROR, "can't read matrix from %s\n", filename);
x265_log_file     298 source/common/scalinglist.cpp                         x265_log_file(NULL, X265_LOG_ERROR, "can't read DC from %s\n", filename);
x265_log_file     307 source/common/scalinglist.cpp                     x265_log_file(NULL, X265_LOG_ERROR, "can't read matrix from %s\n", filename);
x265_log_file     353 source/encoder/encoder.cpp             x265_log_file(NULL, X265_LOG_ERROR, "Analysis load/save: failed to open file %s\n", name);
x265_log_file     375 source/encoder/encoder.cpp                 x265_log_file(NULL, X265_LOG_ERROR, "Analysis 2 pass: failed to open file %s.temp\n", name);
x265_log_file     384 source/encoder/encoder.cpp                 x265_log_file(NULL, X265_LOG_ERROR, "Analysis 2 pass: failed to open file %s\n", name);
x265_log_file     501 source/encoder/encoder.cpp             x265_log_file(m_param, X265_LOG_ERROR, "failed to rename analysis stats file to \"%s\"\n", name);
x265_log_file     412 source/encoder/ratecontrol.cpp                     x265_log_file(m_param, X265_LOG_ERROR, "can't open stats file %s.cutree\n", fileName);
x265_log_file     645 source/encoder/ratecontrol.cpp                 x265_log_file(m_param, X265_LOG_ERROR, "can't open stats file %s.temp\n", fileName);
x265_log_file     661 source/encoder/ratecontrol.cpp                     x265_log_file(m_param, X265_LOG_ERROR, "can't open mbtree stats file %s.cutree.temp\n", fileName);
x265_log_file    2872 source/encoder/ratecontrol.cpp             x265_log_file(m_param, X265_LOG_ERROR, "failed to rename output stats file to \"%s\"\n", fileName);
x265_log_file    2890 source/encoder/ratecontrol.cpp             x265_log_file(m_param, X265_LOG_ERROR, "failed to rename cutree output stats file to \"%s\"\n", newFileName);
x265_log_file     303 source/x265.cpp                     x265_log_file(param, X265_LOG_ERROR, "%s qpfile not found or error in opening qp file\n", optarg);
x265_log_file     364 source/x265.cpp         x265_log_file(param, X265_LOG_ERROR, "unable to open input file <%s>\n", inputfn);
x265_log_file     441 source/x265.cpp         x265_log_file(param, X265_LOG_ERROR, "failed to open output file <%s> for writing\n", outputfn);