open              146 source/dynamicHDR10/JsonHelper.cpp     tfile.open(path);
open              181 source/dynamicHDR10/JsonHelper.cpp     tfile.open(path);
open               69 source/input/input.h     static InputFile* open(InputFileInfo& info, bool bForceY4m);
open               44 source/output/output.h     static ReconFile* open(const char *fname, int width, int height, uint32_t bitdepth,
open               66 source/output/output.h     static OutputFile* open(const char* fname, InputFileInfo& inputInfo);
open               37 source/output/y4m.cpp     ofs.open(filename, ios::binary | ios::out);
open               38 source/output/yuv.cpp     ofs.open(filename, ios::binary | ios::out);
open              361 source/x265.cpp     this->input = InputFile::open(info, this->bForceY4m);
open              423 source/x265.cpp         this->recon = ReconFile::open(reconfn, param->sourceWidth, param->sourceHeight, reconFileBitDepth,
open              438 source/x265.cpp     this->output = OutputFile::open(outputfn, info);