NULL 38 source/common/bitstream.cpp x265_log(NULL, X265_LOG_ERROR, "Unable to realloc bitstream buffer"); NULL 144 source/common/bitstream.h SyntaxElementWriter() : m_bitIf(NULL) {} NULL 52 source/common/common.cpp gettimeofday(&tv_date, NULL); NULL 84 source/common/common.cpp return NULL; NULL 191 source/common/common.cpp WriteConsoleW(console, buf_utf16, length_utf16, &mode, NULL); NULL 206 source/common/common.cpp return NULL; NULL 264 source/common/common.cpp return NULL; NULL 268 source/common/common.cpp char *buf = NULL; NULL 273 source/common/common.cpp x265_log_file(NULL, X265_LOG_ERROR, "unable to open file %s\n", filename); NULL 274 source/common/common.cpp return NULL; NULL 286 source/common/common.cpp x265_log(NULL, X265_LOG_ERROR, "unable to allocate memory\n"); NULL 298 source/common/common.cpp x265_log(NULL, X265_LOG_ERROR, "unable to read the file\n"); NULL 300 source/common/common.cpp buf = NULL; NULL 306 source/common/common.cpp return NULL; NULL 114 source/common/common.h x265_log(NULL, X265_LOG_ERROR, __VA_ARGS__); \ NULL 146 source/common/common.h #ifndef NULL NULL 219 source/common/common.h #define X265_FREE_ZERO(ptr) x265_free(ptr); (ptr) = NULL NULL 225 source/common/common.h x265_log(NULL, X265_LOG_ERROR, "malloc of size %d failed\n", sizeof(type) * (count)); \ NULL 236 source/common/common.h x265_log(NULL, X265_LOG_ERROR, "malloc of size %d failed\n", sizeof(type) * (count)); \ NULL 375 source/common/common.h ctuParam[i] = NULL; NULL 314 source/common/cpu.cpp x265_log(NULL, X265_LOG_WARNING, "unable to determine cacheline size\n"); NULL 144 source/common/cudata.cpp s_partSet[4] = NULL; NULL 150 source/common/cudata.cpp s_partSet[3] = NULL; NULL 151 source/common/cudata.cpp s_partSet[4] = NULL; NULL 182 source/common/cudata.cpp m_subPartCopy = NULL; NULL 183 source/common/cudata.cpp m_subPartSet = NULL; NULL 311 source/common/cudata.cpp m_cuLeft = (m_cuAddr % widthInCU) ? m_encData->getPicCTU(m_cuAddr - 1) : NULL; NULL 312 source/common/cudata.cpp m_cuAbove = (m_cuAddr >= widthInCU) && !m_bFirstRowInSlice ? m_encData->getPicCTU(m_cuAddr - widthInCU) : NULL; NULL 313 source/common/cudata.cpp m_cuAboveLeft = (m_cuLeft && m_cuAbove) ? m_encData->getPicCTU(m_cuAddr - widthInCU - 1) : NULL; NULL 314 source/common/cudata.cpp m_cuAboveRight = (m_cuAbove && ((m_cuAddr % widthInCU) < (widthInCU - 1))) ? m_encData->getPicCTU(m_cuAddr - widthInCU + 1) : NULL; NULL 665 source/common/cudata.cpp return NULL; NULL 685 source/common/cudata.cpp return NULL; NULL 692 source/common/cudata.cpp return NULL; NULL 701 source/common/cudata.cpp return NULL; NULL 721 source/common/cudata.cpp return NULL; NULL 727 source/common/cudata.cpp return NULL; NULL 733 source/common/cudata.cpp return NULL; NULL 753 source/common/cudata.cpp return NULL; NULL 759 source/common/cudata.cpp return NULL; NULL 765 source/common/cudata.cpp return NULL; NULL 785 source/common/cudata.cpp return NULL; NULL 792 source/common/cudata.cpp return NULL; NULL 806 source/common/cudata.cpp return NULL; NULL 823 source/common/cudata.cpp return NULL; NULL 907 source/common/cudata.cpp tempCU = g_zscanToPelY[m_absIdxInCTU + absPartIdx] > 0 ? getPUAbove(tempPartIdx, m_absIdxInCTU + absPartIdx) : NULL; NULL 1866 source/common/cudata.cpp const CUData* tmpCU = NULL; NULL 351 source/common/cudata.h CUDataMemPool() { charMemBlock = NULL; trCoeffMemBlock = NULL; mvMemBlock = NULL; distortionMemBlock = NULL; } NULL 36 source/common/frame.cpp m_reconRowFlag = NULL; NULL 37 source/common/frame.cpp m_reconColCount = NULL; NULL 39 source/common/frame.cpp m_encData = NULL; NULL 40 source/common/frame.cpp m_reconPic = NULL; NULL 41 source/common/frame.cpp m_quantOffsets = NULL; NULL 42 source/common/frame.cpp m_next = NULL; NULL 43 source/common/frame.cpp m_prev = NULL; NULL 44 source/common/frame.cpp m_param = NULL; NULL 46 source/common/frame.cpp m_userSEI.payloads = NULL; NULL 48 source/common/frame.cpp m_rcData = NULL; NULL 51 source/common/frame.cpp m_ctuInfo = NULL; NULL 52 source/common/frame.cpp m_prevCtuInfoChange = NULL; NULL 53 source/common/frame.cpp m_addOnDepth = NULL; NULL 54 source/common/frame.cpp m_addOnCtuInfo = NULL; NULL 55 source/common/frame.cpp m_addOnPrevChange = NULL; NULL 82 source/common/frame.cpp X265_CHECK((m_reconColCount == NULL), "m_reconColCount was initialized"); NULL 148 source/common/frame.cpp m_encData = NULL; NULL 155 source/common/frame.cpp m_fencPic = NULL; NULL 162 source/common/frame.cpp m_reconPic = NULL; NULL 168 source/common/frame.cpp m_reconRowFlag = NULL; NULL 174 source/common/frame.cpp m_reconColCount = NULL; NULL 197 source/common/frame.cpp (*m_ctuInfo + i)->ctuInfo = NULL; NULL 199 source/common/frame.cpp m_addOnDepth[i] = NULL; NULL 201 source/common/frame.cpp m_addOnCtuInfo[i] = NULL; NULL 203 source/common/frame.cpp m_addOnPrevChange[i] = NULL; NULL 206 source/common/frame.cpp *m_ctuInfo = NULL; NULL 208 source/common/frame.cpp m_ctuInfo = NULL; NULL 210 source/common/frame.cpp m_prevCtuInfoChange = NULL; NULL 212 source/common/frame.cpp m_addOnDepth = NULL; NULL 214 source/common/frame.cpp m_addOnCtuInfo = NULL; NULL 216 source/common/frame.cpp m_addOnPrevChange = NULL; NULL 54 source/common/framedata.cpp m_meBuffer[i] = NULL; NULL 55 source/common/framedata.cpp m_meIntegral[i] = NULL; NULL 84 source/common/framedata.cpp if (m_meBuffer[i] != NULL) NULL 87 source/common/framedata.cpp m_meBuffer[i] = NULL; NULL 64 source/common/param.cpp return NULL; NULL 114 source/common/param.cpp param->csvfn = NULL; NULL 115 source/common/param.cpp param->rc.lambdaFileName = NULL; NULL 201 source/common/param.cpp param->analysisReuseFileName = NULL; NULL 230 source/common/param.cpp param->rc.statFileName = NULL; NULL 234 source/common/param.cpp param->rc.zones = NULL; NULL 278 source/common/param.cpp param->toneMapFile = NULL; NULL 287 source/common/param.cpp param->csvfpt = NULL; NULL 1034 source/common/param.cpp char *tok, *saveptr = NULL, *init; NULL 1037 source/common/param.cpp for (init = buf; (tok = strtok_r(init, ",", &saveptr)); init = NULL) NULL 1464 source/common/param.cpp TOOLOPT(param->toneMapFile != NULL, "dhdr10-info"); NULL 1476 source/common/param.cpp return NULL; NULL 1685 source/common/param.cpp char *toksave = NULL, *tok = NULL, *buf = NULL; NULL 1720 source/common/param.cpp buf = NULL; NULL 34 source/common/piclist.cpp curFrame.m_prev = NULL; NULL 51 source/common/piclist.cpp curFrame.m_next = NULL; NULL 76 source/common/piclist.cpp m_start->m_prev = NULL; NULL 80 source/common/piclist.cpp m_start = m_end = NULL; NULL 82 source/common/piclist.cpp temp->m_next = temp->m_prev = NULL; NULL 86 source/common/piclist.cpp return NULL; NULL 107 source/common/piclist.cpp m_end->m_next = NULL; NULL 111 source/common/piclist.cpp m_start = m_end = NULL; NULL 113 source/common/piclist.cpp temp->m_next = temp->m_prev = NULL; NULL 117 source/common/piclist.cpp return NULL; NULL 147 source/common/piclist.cpp m_start = m_end = NULL; NULL 150 source/common/piclist.cpp curFrame.m_next = curFrame.m_prev = NULL; NULL 45 source/common/piclist.h m_start = NULL; NULL 46 source/common/piclist.h m_end = NULL; NULL 34 source/common/picyuv.cpp m_picBuf[0] = NULL; NULL 35 source/common/picyuv.cpp m_picBuf[1] = NULL; NULL 36 source/common/picyuv.cpp m_picBuf[2] = NULL; NULL 38 source/common/picyuv.cpp m_picOrg[0] = NULL; NULL 39 source/common/picyuv.cpp m_picOrg[1] = NULL; NULL 40 source/common/picyuv.cpp m_picOrg[2] = NULL; NULL 42 source/common/picyuv.cpp m_cuOffsetY = NULL; NULL 43 source/common/picyuv.cpp m_cuOffsetC = NULL; NULL 44 source/common/picyuv.cpp m_buOffsetY = NULL; NULL 45 source/common/picyuv.cpp m_buOffsetC = NULL; NULL 114 source/common/picyuv.cpp m_picBuf[1] = m_picBuf[2] = NULL; NULL 115 source/common/picyuv.cpp m_picOrg[1] = m_picOrg[2] = NULL; NULL 78 source/common/picyuv.h bool create(x265_param* param, pixel *pixelbuf = NULL); NULL 1134 source/common/pixel.cpp p.chroma[X265_CSP_I420].pu[CHROMA_420_2x2].satd = NULL; NULL 1140 source/common/pixel.cpp p.chroma[X265_CSP_I420].pu[CHROMA_420_4x2].satd = NULL; NULL 1141 source/common/pixel.cpp p.chroma[X265_CSP_I420].pu[CHROMA_420_2x4].satd = NULL; NULL 1149 source/common/pixel.cpp p.chroma[X265_CSP_I420].pu[CHROMA_420_8x6].satd = NULL; NULL 1150 source/common/pixel.cpp p.chroma[X265_CSP_I420].pu[CHROMA_420_6x8].satd = NULL; NULL 1151 source/common/pixel.cpp p.chroma[X265_CSP_I420].pu[CHROMA_420_8x2].satd = NULL; NULL 1152 source/common/pixel.cpp p.chroma[X265_CSP_I420].pu[CHROMA_420_2x8].satd = NULL; NULL 1211 source/common/pixel.cpp p.chroma[X265_CSP_I422].pu[CHROMA_422_2x4].satd = NULL; NULL 1218 source/common/pixel.cpp p.chroma[X265_CSP_I422].pu[CHROMA_422_2x8].satd = NULL; NULL 1227 source/common/pixel.cpp p.chroma[X265_CSP_I422].pu[CHROMA_422_6x16].satd = NULL; NULL 1229 source/common/pixel.cpp p.chroma[X265_CSP_I422].pu[CHROMA_422_2x16].satd = NULL; NULL 133 source/common/predict.cpp pwp0 = refIdx0 >= 0 ? cu.m_slice->m_weightPredTable[0][refIdx0] : NULL; NULL 134 source/common/predict.cpp pwp1 = refIdx1 >= 0 ? cu.m_slice->m_weightPredTable[1][refIdx1] : NULL; NULL 166 source/common/predict.cpp pwp0 = pwp1 = NULL; NULL 97 source/common/primitives.cpp p.chroma[X265_CSP_I444].cu[BLOCK_4x4].sa8d = NULL; NULL 166 source/common/primitives.cpp p.chroma[X265_CSP_I420].cu[BLOCK_420_2x2].sa8d = NULL; NULL 172 source/common/primitives.cpp p.chroma[X265_CSP_I422].cu[BLOCK_422_2x4].sa8d = NULL; NULL 184 source/common/primitives.cpp p.chroma[X265_CSP_I420].cu[BLOCK_420_2x2].sse_pp = NULL; NULL 190 source/common/primitives.cpp p.chroma[X265_CSP_I422].cu[BLOCK_422_2x4].sse_pp = NULL; NULL 240 source/common/primitives.cpp primitives.cu[i].intra_pred_allangs = NULL; NULL 184 source/common/quant.cpp m_resiDctCoeff = NULL; NULL 185 source/common/quant.cpp m_fencDctCoeff = NULL; NULL 186 source/common/quant.cpp m_fencShortBuf = NULL; NULL 187 source/common/quant.cpp m_frameNr = NULL; NULL 188 source/common/quant.cpp m_nr = NULL; NULL 223 source/common/quant.cpp m_nr = m_frameNr ? &m_frameNr[ctu.m_encData->m_frameEncoderID] : NULL; NULL 228 source/common/scalinglist.cpp return NULL; NULL 251 source/common/scalinglist.cpp x265_log_file(NULL, X265_LOG_ERROR, "can't open scaling list file %s\n", filename); NULL 256 source/common/scalinglist.cpp int32_t *src = NULL; NULL 271 source/common/scalinglist.cpp x265_log_file(NULL, X265_LOG_ERROR, "can't read matrix from %s\n", filename); NULL 282 source/common/scalinglist.cpp x265_log_file(NULL, X265_LOG_ERROR, "can't read matrix from %s\n", filename); NULL 298 source/common/scalinglist.cpp x265_log_file(NULL, X265_LOG_ERROR, "can't read DC from %s\n", filename); NULL 307 source/common/scalinglist.cpp x265_log_file(NULL, X265_LOG_ERROR, "can't read matrix from %s\n", filename); NULL 35 source/common/shortyuv.cpp m_buf[0] = NULL; NULL 36 source/common/shortyuv.cpp m_buf[1] = NULL; NULL 37 source/common/shortyuv.cpp m_buf[2] = NULL; NULL 61 source/common/shortyuv.cpp m_buf[1] = m_buf[2] = NULL; NULL 43 source/common/slice.cpp Frame* refPic = NULL; NULL 107 source/common/threading.cpp thread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)ThreadShim, this, 0, &threadId); NULL 133 source/common/threading.cpp return NULL; NULL 138 source/common/threading.cpp if (pthread_create(&thread, NULL, ThreadShim, this)) NULL 150 source/common/threading.cpp pthread_join(thread, NULL); NULL 140 source/common/threading.h this->handle = CreateEvent(NULL, FALSE, FALSE, NULL); NULL 258 source/common/threading.h pthread_mutex_init(&this->handle, NULL); NULL 288 source/common/threading.h if (pthread_mutex_init(&m_mutex, NULL) || NULL 289 source/common/threading.h pthread_cond_init(&m_cond, NULL)) NULL 291 source/common/threading.h x265_log(NULL, X265_LOG_ERROR, "fatal: unable to initialize conditional variable\n"); NULL 323 source/common/threading.h gettimeofday(&tv, NULL); NULL 376 source/common/threading.h if (pthread_mutex_init(&m_mutex, NULL) || NULL 377 source/common/threading.h pthread_cond_init(&m_cond, NULL)) NULL 379 source/common/threading.h x265_log(NULL, X265_LOG_ERROR, "fatal: unable to initialize conditional variable\n"); NULL 128 source/common/threadpool.cpp m_bondMaster = NULL; NULL 140 source/common/threadpool.cpp m_bondMaster = NULL; NULL 410 source/common/threadpool.cpp return NULL; NULL 447 source/common/threadpool.cpp return NULL; NULL 498 source/common/threadpool.cpp x265_log(NULL, X265_LOG_ERROR, "unable to get NUMA node mask for %lx\n", nodeMask); NULL 578 source/common/threadpool.cpp if (SetThreadGroupAffinity(GetCurrentThread(), affinityPointer, NULL)) NULL 581 source/common/threadpool.cpp x265_log(NULL, X265_LOG_ERROR, "unable to set thread affinity for NUMA node mask\n"); NULL 590 source/common/threadpool.cpp x265_log(NULL, X265_LOG_ERROR, "unable to set thread affinity for NUMA node mask\n"); NULL 646 source/common/threadpool.cpp sysctl(nm, 2, &count, &len, NULL, 0); NULL 651 source/common/threadpool.cpp sysctl(nm, 2, &count, &len, NULL, 0); NULL 61 source/common/threadpool.h : m_pool(NULL) NULL 58 source/common/wavefront.h : m_internalDependencyBitmap(NULL) NULL 59 source/common/wavefront.h , m_externalDependencyBitmap(NULL) NULL 33 source/common/winxp.cpp cond->semaphore = CreateSemaphore(NULL, 0, 0x7fffffff, NULL); NULL 36 source/common/winxp.cpp cond->waitersDone = CreateEvent(NULL, FALSE, FALSE, NULL); NULL 62 source/common/winxp.cpp ReleaseSemaphore(cond->semaphore, cond->waiterCount, NULL); NULL 82 source/common/winxp.cpp ReleaseSemaphore(cond->semaphore, 1, NULL); NULL 36 source/common/yuv.cpp m_buf[0] = NULL; NULL 37 source/common/yuv.cpp m_buf[1] = NULL; NULL 38 source/common/yuv.cpp m_buf[2] = NULL; NULL 53 source/common/yuv.cpp m_integral[i][j][k] = NULL; NULL 321 source/compat/getopt/getopt.c if (new_str == NULL) NULL 395 source/compat/getopt/getopt.c nextchar = NULL; NULL 411 source/compat/getopt/getopt.c else if (posixly_correct != NULL) NULL 417 source/compat/getopt/getopt.c if (posixly_correct == NULL NULL 422 source/compat/getopt/getopt.c if (__getopt_nonoption_flags == NULL NULL 433 source/compat/getopt/getopt.c if (__getopt_nonoption_flags == NULL) NULL 521 source/compat/getopt/getopt.c optarg = NULL; NULL 543 source/compat/getopt/getopt.c if (nextchar == NULL || *nextchar == '\0') NULL 617 source/compat/getopt/getopt.c + (longopts != NULL && argv[optind][1] == '-')); NULL 635 source/compat/getopt/getopt.c if (longopts != NULL NULL 641 source/compat/getopt/getopt.c const struct option *pfound = NULL; NULL 664 source/compat/getopt/getopt.c else if (pfound == NULL) NULL 689 source/compat/getopt/getopt.c if (pfound != NULL) NULL 737 source/compat/getopt/getopt.c if (longind != NULL) NULL 752 source/compat/getopt/getopt.c || my_index (optstring, *nextchar) == NULL) NULL 782 source/compat/getopt/getopt.c if (temp == NULL || c == ':') NULL 802 source/compat/getopt/getopt.c const struct option *pfound = NULL; NULL 855 source/compat/getopt/getopt.c else if (pfound == NULL) NULL 874 source/compat/getopt/getopt.c if (pfound != NULL) NULL 909 source/compat/getopt/getopt.c if (longind != NULL) NULL 918 source/compat/getopt/getopt.c nextchar = NULL; NULL 932 source/compat/getopt/getopt.c optarg = NULL; NULL 933 source/compat/getopt/getopt.c nextchar = NULL; NULL 964 source/compat/getopt/getopt.c nextchar = NULL; NULL 575 source/dynamicHDR10/metadataFromJson.cpp metadata = NULL; NULL 75 source/encoder/analysis.cpp m_reuseInterDataCTU = NULL; NULL 76 source/encoder/analysis.cpp m_reuseRef = NULL; NULL 427 source/encoder/analysis.cpp md.bestMode = NULL; NULL 492 source/encoder/analysis.cpp md.bestMode = NULL; NULL 821 source/encoder/analysis.cpp md.bestMode = NULL; NULL 1109 source/encoder/analysis.cpp md.bestMode = NULL; NULL 1738 source/encoder/analysis.cpp md.bestMode = NULL; NULL 2236 source/encoder/analysis.cpp md.bestMode = NULL; NULL 69 source/encoder/api.cpp return NULL; NULL 82 source/encoder/api.cpp return NULL; NULL 85 source/encoder/api.cpp Encoder* encoder = NULL; NULL 143 source/encoder/api.cpp return NULL; NULL 257 source/encoder/api.cpp pic_in->analysisData.wt = NULL; NULL 258 source/encoder/api.cpp pic_in->analysisData.intraData = NULL; NULL 259 source/encoder/api.cpp pic_in->analysisData.interData = NULL; NULL 260 source/encoder/api.cpp pic_in->analysis2Pass.analysisFramedata = NULL; NULL 351 source/encoder/api.cpp pic->quantOffsets = NULL; NULL 352 source/encoder/api.cpp pic->userSEI.payloads = NULL; NULL 441 source/encoder/api.cpp const char* libname = NULL; NULL 452 source/encoder/api.cpp return NULL; NULL 454 source/encoder/api.cpp const x265_api* api = NULL; NULL 458 source/encoder/api.cpp return NULL; NULL 494 source/encoder/api.cpp x265_log(NULL, X265_LOG_WARNING, "%s does not support requested bitDepth %d\n", libname, bitDepth); NULL 495 source/encoder/api.cpp return NULL; NULL 510 source/encoder/api.cpp return NULL; NULL 527 source/encoder/api.cpp const char* libname = NULL; NULL 540 source/encoder/api.cpp return NULL; NULL 543 source/encoder/api.cpp const x265_api* api = NULL; NULL 550 source/encoder/api.cpp return NULL; NULL 589 source/encoder/api.cpp x265_log(NULL, X265_LOG_WARNING, "%s does not support requested bitDepth %d\n", libname, bitDepth); NULL 591 source/encoder/api.cpp return NULL; NULL 47 source/encoder/bitcost.cpp x265_log(NULL, X265_LOG_ERROR, "BitCost s_costs buffer allocation failure\n"); NULL 67 source/encoder/bitcost.cpp x265_log(NULL, X265_LOG_ERROR, "BitCost s_fpelMvCosts buffer allocation failure\n"); NULL 102 source/encoder/bitcost.cpp x265_log(NULL, X265_LOG_ERROR, "BitCost s_bitsizes buffer allocation failure\n"); NULL 120 source/encoder/bitcost.cpp s_costs[i] = NULL; NULL 130 source/encoder/bitcost.cpp s_fpelMvCosts[i][j] = NULL; NULL 138 source/encoder/bitcost.cpp s_bitsizes = NULL; NULL 78 source/encoder/dpb.cpp X265_CHECK(curFrame->m_reconRowFlag != NULL, "curFrame->m_reconRowFlag check failure"); NULL 79 source/encoder/dpb.cpp X265_CHECK(curFrame->m_reconColCount != NULL, "curFrame->m_reconColCount check failure"); NULL 100 source/encoder/dpb.cpp if (curFrame->m_encData->m_meBuffer[i] != NULL) NULL 103 source/encoder/dpb.cpp curFrame->m_encData->m_meBuffer[i] = NULL; NULL 108 source/encoder/dpb.cpp if (curFrame->m_ctuInfo != NULL) NULL 116 source/encoder/dpb.cpp (*curFrame->m_ctuInfo + i)->ctuInfo = NULL; NULL 119 source/encoder/dpb.cpp *(curFrame->m_ctuInfo) = NULL; NULL 121 source/encoder/dpb.cpp curFrame->m_ctuInfo = NULL; NULL 123 source/encoder/dpb.cpp curFrame->m_prevCtuInfoChange = NULL; NULL 125 source/encoder/dpb.cpp curFrame->m_encData = NULL; NULL 126 source/encoder/dpb.cpp curFrame->m_reconPic = NULL; NULL 54 source/encoder/dpb.h m_frameDataFreeList = NULL; NULL 67 source/encoder/encoder.cpp m_lookahead = NULL; NULL 68 source/encoder/encoder.cpp m_rateControl = NULL; NULL 69 source/encoder/encoder.cpp m_dpb = NULL; NULL 70 source/encoder/encoder.cpp m_exportedPic = NULL; NULL 73 source/encoder/encoder.cpp m_param = NULL; NULL 74 source/encoder/encoder.cpp m_latestParam = NULL; NULL 75 source/encoder/encoder.cpp m_threadPool = NULL; NULL 76 source/encoder/encoder.cpp m_analysisFile = NULL; NULL 77 source/encoder/encoder.cpp m_analysisFileIn = NULL; NULL 78 source/encoder/encoder.cpp m_analysisFileOut = NULL; NULL 79 source/encoder/encoder.cpp m_offsetEmergency = NULL; NULL 86 source/encoder/encoder.cpp m_frameEncoder[i] = NULL; NULL 92 source/encoder/encoder.cpp m_cim = NULL; NULL 95 source/encoder/encoder.cpp m_prevTonemapPayload.payload = NULL; NULL 102 source/encoder/encoder.cpp x265_log(NULL, X265_LOG_ERROR, "unable to allocate memory for filename\n"); NULL 103 source/encoder/encoder.cpp return NULL; NULL 353 source/encoder/encoder.cpp x265_log_file(NULL, X265_LOG_ERROR, "Analysis load/save: failed to open file %s\n", name); NULL 375 source/encoder/encoder.cpp x265_log_file(NULL, X265_LOG_ERROR, "Analysis 2 pass: failed to open file %s.temp\n", name); NULL 384 source/encoder/encoder.cpp x265_log_file(NULL, X265_LOG_ERROR, "Analysis 2 pass: failed to open file %s\n", name); NULL 442 source/encoder/encoder.cpp m_exportedPic = NULL; NULL 476 source/encoder/encoder.cpp if (m_latestParam != NULL && m_latestParam != m_param) NULL 607 source/encoder/encoder.cpp m_exportedPic = NULL; NULL 613 source/encoder/encoder.cpp toneMap.payload = NULL; NULL 726 source/encoder/encoder.cpp inFrame->m_userSEI.payloads[i].payload = NULL; NULL 745 source/encoder/encoder.cpp if (pic_in->quantOffsets != NULL) NULL 829 source/encoder/encoder.cpp Frame* outFrame = NULL; NULL 830 source/encoder/encoder.cpp Frame* frameEnc = NULL; NULL 842 source/encoder/encoder.cpp x265_frame_stats* frameData = NULL; NULL 1191 source/encoder/encoder.cpp Frame* prevFrame = NULL; NULL 1290 source/encoder/encoder.cpp (*curFrame->m_ctuInfo + i)->ctuInfo = NULL; NULL 1293 source/encoder/encoder.cpp *(curFrame->m_ctuInfo) = NULL; NULL 1295 source/encoder/encoder.cpp curFrame->m_ctuInfo = NULL; NULL 1297 source/encoder/encoder.cpp curFrame->m_prevCtuInfoChange = NULL; NULL 1420 source/encoder/encoder.cpp general_log(m_param, NULL, X265_LOG_INFO, buffer); NULL 1423 source/encoder/encoder.cpp general_log(m_param, NULL, X265_LOG_INFO, "\nencoded 0 frames\n"); NULL 2366 source/encoder/encoder.cpp const char *s = NULL; NULL 2475 source/encoder/encoder.cpp if (m_param->bDhdr10opt && m_param->toneMapFile == NULL) NULL 2487 source/encoder/encoder.cpp m_param->toneMapFile = NULL; NULL 2500 source/encoder/encoder.cpp m_param->toneMapFile = NULL; NULL 2675 source/encoder/encoder.cpp analysis->interData = analysis->intraData = NULL; NULL 2756 source/encoder/encoder.cpp analysis->intraData = NULL; NULL 2766 source/encoder/encoder.cpp analysis->intraData = NULL; NULL 2792 source/encoder/encoder.cpp analysis->interData = NULL; NULL 2799 source/encoder/encoder.cpp analysis->analysisFramedata = NULL; NULL 2872 source/encoder/encoder.cpp x265_log(NULL, X265_LOG_ERROR, "Error reading analysis data\n");\ NULL 2907 source/encoder/encoder.cpp x265_log(NULL, X265_LOG_WARNING, "Error reading analysis data: Cannot find POC %d\n", curPoc); NULL 2935 source/encoder/encoder.cpp uint8_t *tempBuf = NULL, *depthBuf = NULL, *modeBuf = NULL, *partSizes = NULL; NULL 2987 source/encoder/encoder.cpp uint8_t *tempBuf = NULL, *depthBuf = NULL, *modeBuf = NULL, *partSize = NULL, *mergeFlag = NULL; NULL 2988 source/encoder/encoder.cpp uint8_t *interDir = NULL, *chromaDir = NULL, *mvpIdx[2]; NULL 3118 source/encoder/encoder.cpp x265_log(NULL, X265_LOG_ERROR, "Error reading analysis 2 pass data\n"); \ NULL 3136 source/encoder/encoder.cpp x265_log(NULL, X265_LOG_WARNING, "Error reading analysis 2 pass data: Cannot find POC %d\n", curPoc); NULL 3142 source/encoder/encoder.cpp uint8_t* tempBuf = NULL, *depthBuf = NULL; NULL 3143 source/encoder/encoder.cpp sse_t *tempdistBuf = NULL, *distortionBuf = NULL; NULL 3187 source/encoder/encoder.cpp uint8_t* tempModeBuf = NULL, *modeBuf = NULL; NULL 3243 source/encoder/encoder.cpp x265_log(NULL, X265_LOG_ERROR, "Error writing analysis data\n");\ NULL 3433 source/encoder/encoder.cpp x265_log(NULL, X265_LOG_ERROR, "Error writing analysis 2 pass data\n"); \ NULL 3564 source/encoder/encoder.cpp RPSListNode* headRpsIdxList = NULL; NULL 3565 source/encoder/encoder.cpp RPSListNode* tailRpsIdxList = NULL; NULL 3566 source/encoder/encoder.cpp RPSListNode* rpsIdxListIter = NULL; NULL 3660 source/encoder/encoder.cpp rpsIdxListIter->prior = NULL; NULL 3672 source/encoder/encoder.cpp if (newIdxNode == NULL) NULL 3677 source/encoder/encoder.cpp newIdxNode->next = NULL; NULL 3678 source/encoder/encoder.cpp newIdxNode->prior = NULL; NULL 191 source/encoder/encoder.h if (m_prevTonemapPayload.payload != NULL) NULL 52 source/encoder/frameencoder.cpp m_outStreams = NULL; NULL 53 source/encoder/frameencoder.cpp m_backupStreams = NULL; NULL 54 source/encoder/frameencoder.cpp m_substreamSizes = NULL; NULL 55 source/encoder/frameencoder.cpp m_nr = NULL; NULL 56 source/encoder/frameencoder.cpp m_tld = NULL; NULL 57 source/encoder/frameencoder.cpp m_rows = NULL; NULL 58 source/encoder/frameencoder.cpp m_top = NULL; NULL 59 source/encoder/frameencoder.cpp m_param = NULL; NULL 60 source/encoder/frameencoder.cpp m_frame = NULL; NULL 61 source/encoder/frameencoder.cpp m_cuGeoms = NULL; NULL 62 source/encoder/frameencoder.cpp m_ctuGeomMap = NULL; NULL 133 source/encoder/frameencoder.cpp m_pool = NULL; NULL 289 source/encoder/frameencoder.cpp m_tld->analysis.create(NULL); NULL 390 source/encoder/frameencoder.cpp WeightParam* reuseWP = NULL; NULL 433 source/encoder/frameencoder.cpp WeightParam *w = NULL; NULL 465 source/encoder/frameencoder.cpp if (m_top->m_prevTonemapPayload.payload != NULL && payload->payloadSize == m_top->m_prevTonemapPayload.payloadSize) NULL 473 source/encoder/frameencoder.cpp if (m_top->m_prevTonemapPayload.payload != NULL) NULL 518 source/encoder/frameencoder.cpp m_tld[i].analysis.m_quant.m_frameNr[m_jpId].offset = NULL; NULL 1126 source/encoder/frameencoder.cpp SAOParam* saoParam = slice->m_sps->bUseSAO ? m_frame->m_encData->m_saoParam : NULL; NULL 1921 source/encoder/frameencoder.cpp m_frame = NULL; NULL 1927 source/encoder/frameencoder.cpp return NULL; NULL 173 source/encoder/framefilter.cpp m_parallelFilter = NULL; NULL 370 source/encoder/framefilter.cpp pixel *pixU = (m_frameFilter->m_param->internalCsp != X265_CSP_I400) ? reconPic->getCbAddr(lineStartCUAddr) : NULL; NULL 371 source/encoder/framefilter.cpp pixel *pixV = (m_frameFilter->m_param->internalCsp != X265_CSP_I400) ? reconPic->getCrAddr(lineStartCUAddr) : NULL; NULL 83 source/encoder/framefilter.h , m_frameFilter(NULL) NULL 84 source/encoder/framefilter.h , m_encData(NULL) NULL 85 source/encoder/framefilter.h , m_prevRow(NULL) NULL 116 source/encoder/framefilter.h : m_param(NULL) NULL 117 source/encoder/framefilter.h , m_frame(NULL) NULL 118 source/encoder/framefilter.h , m_frameEncoder(NULL) NULL 119 source/encoder/framefilter.h , m_ssimBuf(NULL) NULL 120 source/encoder/framefilter.h , m_parallelFilter(NULL) NULL 111 source/encoder/motion.cpp chromaSatd = NULL; NULL 113 source/encoder/motion.cpp integral[i] = NULL; NULL 1244 source/encoder/motion.cpp int16_t* meScratchBuffer = NULL; NULL 1307 source/encoder/motion.cpp uint32_t *sumsBase = NULL; NULL 33 source/encoder/nal.cpp , m_buffer(NULL) NULL 36 source/encoder/nal.cpp , m_extraBuffer(NULL) NULL 87 source/encoder/nal.cpp x265_log(NULL, X265_LOG_ERROR, "Unable to realloc access unit buffer\n"); NULL 195 source/encoder/nal.cpp x265_log(NULL, X265_LOG_ERROR, "Unable to realloc WPP substream concatenation buffer\n"); NULL 99 source/encoder/ratecontrol.cpp x265_log(NULL, X265_LOG_ERROR, "unable to allocate memory for filename\n"); NULL 100 source/encoder/ratecontrol.cpp return NULL; NULL 146 source/encoder/ratecontrol.cpp return NULL; NULL 209 source/encoder/ratecontrol.cpp m_statFileOut = NULL; NULL 210 source/encoder/ratecontrol.cpp m_cutreeStatFileOut = m_cutreeStatFileIn = NULL; NULL 211 source/encoder/ratecontrol.cpp m_rce2Pass = NULL; NULL 212 source/encoder/ratecontrol.cpp m_encOrder = NULL; NULL 311 source/encoder/ratecontrol.cpp m_cuTreeStats.qpBuffer[i] = NULL; NULL 895 source/encoder/ratecontrol.cpp rce->newQScale = clipQscale(NULL, rce, blurredQscale[i]); // check if needed NULL 37 source/encoder/reference.cpp weightBuffer[0] = NULL; NULL 38 source/encoder/reference.cpp weightBuffer[1] = NULL; NULL 39 source/encoder/reference.cpp weightBuffer[2] = NULL; NULL 40 source/encoder/reference.cpp numSliceWeightedRows = NULL; NULL 62 source/encoder/reference.cpp numSliceWeightedRows = NULL; NULL 76 source/encoder/sao.cpp m_countPreDblk = NULL; NULL 77 source/encoder/sao.cpp m_offsetOrgPreDblk = NULL; NULL 79 source/encoder/sao.cpp m_param = NULL; NULL 80 source/encoder/sao.cpp m_clipTable = NULL; NULL 81 source/encoder/sao.cpp m_clipTableBase = NULL; NULL 82 source/encoder/sao.cpp m_tmpU[0] = NULL; NULL 83 source/encoder/sao.cpp m_tmpU[1] = NULL; NULL 84 source/encoder/sao.cpp m_tmpU[2] = NULL; NULL 85 source/encoder/sao.cpp m_tmpL1[0] = NULL; NULL 86 source/encoder/sao.cpp m_tmpL1[1] = NULL; NULL 87 source/encoder/sao.cpp m_tmpL1[2] = NULL; NULL 88 source/encoder/sao.cpp m_tmpL2[0] = NULL; NULL 89 source/encoder/sao.cpp m_tmpL2[1] = NULL; NULL 90 source/encoder/sao.cpp m_tmpL2[2] = NULL; NULL 91 source/encoder/sao.cpp m_depthSaoRate = NULL; NULL 155 source/encoder/sao.cpp m_countPreDblk = NULL; NULL 156 source/encoder/sao.cpp m_offsetOrgPreDblk = NULL; NULL 157 source/encoder/sao.cpp m_clipTableBase = NULL; NULL 158 source/encoder/sao.cpp m_clipTable = NULL; NULL 169 source/encoder/sao.cpp X265_CHECK(m_countPreDblk == NULL, "duplicate initialize on m_countPreDblk"); NULL 170 source/encoder/sao.cpp X265_CHECK(m_offsetOrgPreDblk == NULL, "duplicate initialize on m_offsetOrgPreDblk"); NULL 171 source/encoder/sao.cpp X265_CHECK(m_depthSaoRate == NULL, "duplicate initialize on m_depthSaoRate"); NULL 172 source/encoder/sao.cpp X265_CHECK(m_clipTableBase == NULL, "duplicate initialize on m_clipTableBase"); NULL 173 source/encoder/sao.cpp X265_CHECK(m_clipTable == NULL, "duplicate initialize on m_clipTable"); NULL 189 source/encoder/sao.cpp m_tmpL1[i] = NULL; NULL 195 source/encoder/sao.cpp m_tmpL2[i] = NULL; NULL 201 source/encoder/sao.cpp m_tmpU[i] = NULL; NULL 55 source/encoder/search.cpp m_qtTempTransformSkipFlag[i] = NULL; NULL 56 source/encoder/search.cpp m_qtTempCbf[i] = NULL; NULL 60 source/encoder/search.cpp m_intraPred = NULL; NULL 61 source/encoder/search.cpp m_intraPredAngs = NULL; NULL 62 source/encoder/search.cpp m_fencScaled = NULL; NULL 63 source/encoder/search.cpp m_fencTransposed = NULL; NULL 64 source/encoder/search.cpp m_tsCoeff = NULL; NULL 65 source/encoder/search.cpp m_tsResidual = NULL; NULL 66 source/encoder/search.cpp m_tsRecon = NULL; NULL 67 source/encoder/search.cpp m_param = NULL; NULL 68 source/encoder/search.cpp m_slice = NULL; NULL 69 source/encoder/search.cpp m_frame = NULL; NULL 132 source/encoder/search.cpp m_rqt[i].coeffRQT[1] = m_rqt[i].coeffRQT[2] = NULL; NULL 160 source/encoder/search.cpp m_qtTempCbf[1] = m_qtTempCbf[2] = NULL; NULL 162 source/encoder/search.cpp m_qtTempTransformSkipFlag[1] = m_qtTempTransformSkipFlag[2] = NULL; NULL 53 source/encoder/sei.h SEIuserDataUnregistered() : m_userData(NULL) NULL 269 source/encoder/slicetype.cpp if (quantOffsets != NULL) NULL 584 source/encoder/slicetype.cpp m_lastNonB = NULL; NULL 586 source/encoder/slicetype.cpp m_scratch = NULL; NULL 587 source/encoder/slicetype.cpp m_tld = NULL; NULL 849 source/encoder/slicetype.cpp return NULL; NULL 1220 source/encoder/slicetype.cpp frames[j + 1] = NULL; NULL 1342 source/encoder/slicetype.cpp frames[framecnt + 1] = NULL; NULL 2411 source/encoder/slicetype.cpp fencCost = tld.me.motionEstimate(fref, mvmin, mvmax, mvp, 0, NULL, s_merange, *fencMV, m_lookahead.m_param->maxSlices); NULL 66 source/encoder/slicetype.h wbuffer[i] = NULL; NULL 292 source/encoder/weightPrediction.cpp MV *mvs = NULL; NULL 406 source/encoder/weightPrediction.cpp uint32_t origscore = weightCost(orig, fref, weightTemp, stride, cache, width, height, NULL, !plane); NULL 47 source/input/y4m.cpp buf[i] = NULL; NULL 60 source/input/y4m.cpp ifs = NULL; NULL 86 source/input/y4m.cpp x265_log(NULL, X265_LOG_ERROR, "y4m: buffer allocation failure, aborting"); NULL 96 source/input/y4m.cpp ifs = NULL; NULL 120 source/input/y4m.cpp FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, NULL 121 source/input/y4m.cpp FILE_ATTRIBUTE_NORMAL, NULL); NULL 390 source/input/y4m.cpp x265_log(NULL, X265_LOG_ERROR, "y4m: frame header missing\n"); NULL 45 source/input/yuv.cpp buf[i] = NULL; NULL 52 source/input/yuv.cpp ifs = NULL; NULL 65 source/input/yuv.cpp x265_log(NULL, X265_LOG_ERROR, "yuv: width, height, and FPS must be specified\n"); NULL 85 source/input/yuv.cpp ifs = NULL; NULL 92 source/input/yuv.cpp if (buf[i] == NULL) NULL 94 source/input/yuv.cpp x265_log(NULL, X265_LOG_ERROR, "yuv: buffer allocation failure, aborting\n"); NULL 110 source/input/yuv.cpp FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, NULL 111 source/input/yuv.cpp FILE_ATTRIBUTE_NORMAL, NULL); NULL 46 source/output/reconplay.cpp general_log(NULL, "exec", X265_LOG_ERROR, "pipe closed\n"); NULL 67 source/output/y4m.cpp x265_log(NULL, X265_LOG_WARNING, "y4m: down-shifting reconstructed pixels to 8 bits\n"); NULL 70 source/output/y4m.cpp x265_log(NULL, X265_LOG_WARNING, "y4m: forcing reconstructed pixels to 8 bits\n"); NULL 140 source/test/testbench.cpp int seed = (int)time(NULL); NULL 93 source/x265.cpp input = NULL; NULL 94 source/x265.cpp recon = NULL; NULL 95 source/x265.cpp output = NULL; NULL 96 source/x265.cpp qpfile = NULL; NULL 97 source/x265.cpp reconPlayCmd = NULL; NULL 98 source/x265.cpp api = NULL; NULL 99 source/x265.cpp param = NULL; NULL 119 source/x265.cpp input = NULL; NULL 122 source/x265.cpp recon = NULL; NULL 125 source/x265.cpp qpfile = NULL; NULL 128 source/x265.cpp output = NULL; NULL 165 source/x265.cpp const char *inputfn = NULL; NULL 166 source/x265.cpp const char *reconfn = NULL; NULL 167 source/x265.cpp const char *outputfn = NULL; NULL 168 source/x265.cpp const char *preset = NULL; NULL 169 source/x265.cpp const char *tune = NULL; NULL 170 source/x265.cpp const char *profile = NULL; NULL 174 source/x265.cpp x265_log(NULL, X265_LOG_ERROR, "No input file. Run x265 --help for a list of options.\n"); NULL 181 source/x265.cpp int c = getopt_long(argc, argv, short_options, long_options, NULL); NULL 210 source/x265.cpp x265_log(NULL, X265_LOG_WARNING, "falling back to default bit-depth\n"); NULL 217 source/x265.cpp x265_log(NULL, X265_LOG_ERROR, "param alloc failed\n"); NULL 223 source/x265.cpp x265_log(NULL, X265_LOG_ERROR, "preset or tune unrecognized\n"); NULL 268 source/x265.cpp x265_log(NULL, X265_LOG_WARNING, "internal error: short option '%c' has no long option\n", c); NULL 274 source/x265.cpp x265_log(NULL, X265_LOG_WARNING, "short option '%c' unrecognized\n", c); NULL 311 source/x265.cpp x265_log(NULL, X265_LOG_ERROR, "invalid argument: %s = %s\n", name, optarg); NULL 497 source/x265.cpp size += WideCharToMultiByte(CP_UTF8, 0, argv_utf16[i], -1, NULL, 0, NULL, NULL); NULL 505 source/x265.cpp offset += WideCharToMultiByte(CP_UTF8, 0, argv_utf16[i], -1, argv[i], size - offset, NULL, NULL); NULL 507 source/x265.cpp argv[argc] = NULL; NULL 540 source/x265.cpp ReconPlay* reconPlay = NULL; NULL 584 source/x265.cpp std::priority_queue<int64_t>* pts_queue = cliopt.output->needPTS() ? new std::priority_queue<int64_t>() : NULL; NULL 585 source/x265.cpp x265_picture *pic_recon = (cliopt.recon || !!param->analysisReuseMode || pts_queue || reconPlay || param->csvLogLevel) ? &pic_out : NULL; NULL 591 source/x265.cpp int16_t *errorBuf = NULL; NULL 625 source/x265.cpp x265_log(NULL, X265_LOG_ERROR, "can't parse qpfile for frame %d\n", pic_in->poc); NULL 627 source/x265.cpp cliopt.qpfile = NULL; NULL 632 source/x265.cpp pic_in = NULL; NULL 636 source/x265.cpp pic_in = NULL; NULL 681 source/x265.cpp int numEncoded = api->encoder_encode(encoder, &p_nal, &nal, NULL, pic_recon); NULL 733 source/x265.cpp pts_queue = NULL; NULL 738 source/x265.cpp general_log(param, NULL, X265_LOG_INFO, "aborted at input frame %d, output frame %d\n", NULL 40 source/x265cli.h { "help", no_argument, NULL, 'h' }, NULL 41 source/x265cli.h { "version", no_argument, NULL, 'V' }, NULL 42 source/x265cli.h { "asm", required_argument, NULL, 0 }, NULL 43 source/x265cli.h { "no-asm", no_argument, NULL, 0 }, NULL 44 source/x265cli.h { "pools", required_argument, NULL, 0 }, NULL 45 source/x265cli.h { "numa-pools", required_argument, NULL, 0 }, NULL 46 source/x265cli.h { "preset", required_argument, NULL, 'p' }, NULL 47 source/x265cli.h { "tune", required_argument, NULL, 't' }, NULL 48 source/x265cli.h { "frame-threads", required_argument, NULL, 'F' }, NULL 49 source/x265cli.h { "no-pmode", no_argument, NULL, 0 }, NULL 50 source/x265cli.h { "pmode", no_argument, NULL, 0 }, NULL 51 source/x265cli.h { "no-pme", no_argument, NULL, 0 }, NULL 52 source/x265cli.h { "pme", no_argument, NULL, 0 }, NULL 53 source/x265cli.h { "log-level", required_argument, NULL, 0 }, NULL 54 source/x265cli.h { "profile", required_argument, NULL, 'P' }, NULL 55 source/x265cli.h { "level-idc", required_argument, NULL, 0 }, NULL 56 source/x265cli.h { "high-tier", no_argument, NULL, 0 }, NULL 57 source/x265cli.h { "uhd-bd", no_argument, NULL, 0 }, NULL 58 source/x265cli.h { "no-high-tier", no_argument, NULL, 0 }, NULL 59 source/x265cli.h { "allow-non-conformance",no_argument, NULL, 0 }, NULL 60 source/x265cli.h { "no-allow-non-conformance",no_argument, NULL, 0 }, NULL 61 source/x265cli.h { "csv", required_argument, NULL, 0 }, NULL 62 source/x265cli.h { "csv-log-level", required_argument, NULL, 0 }, NULL 63 source/x265cli.h { "no-cu-stats", no_argument, NULL, 0 }, NULL 64 source/x265cli.h { "cu-stats", no_argument, NULL, 0 }, NULL 65 source/x265cli.h { "y4m", no_argument, NULL, 0 }, NULL 66 source/x265cli.h { "no-progress", no_argument, NULL, 0 }, NULL 67 source/x265cli.h { "output", required_argument, NULL, 'o' }, NULL 68 source/x265cli.h { "output-depth", required_argument, NULL, 'D' }, NULL 69 source/x265cli.h { "input", required_argument, NULL, 0 }, NULL 70 source/x265cli.h { "input-depth", required_argument, NULL, 0 }, NULL 71 source/x265cli.h { "input-res", required_argument, NULL, 0 }, NULL 72 source/x265cli.h { "input-csp", required_argument, NULL, 0 }, NULL 73 source/x265cli.h { "interlace", required_argument, NULL, 0 }, NULL 74 source/x265cli.h { "no-interlace", no_argument, NULL, 0 }, NULL 75 source/x265cli.h { "fps", required_argument, NULL, 0 }, NULL 76 source/x265cli.h { "seek", required_argument, NULL, 0 }, NULL 77 source/x265cli.h { "frame-skip", required_argument, NULL, 0 }, NULL 78 source/x265cli.h { "frames", required_argument, NULL, 'f' }, NULL 79 source/x265cli.h { "recon", required_argument, NULL, 'r' }, NULL 80 source/x265cli.h { "recon-depth", required_argument, NULL, 0 }, NULL 81 source/x265cli.h { "no-wpp", no_argument, NULL, 0 }, NULL 82 source/x265cli.h { "wpp", no_argument, NULL, 0 }, NULL 83 source/x265cli.h { "ctu", required_argument, NULL, 's' }, NULL 84 source/x265cli.h { "min-cu-size", required_argument, NULL, 0 }, NULL 85 source/x265cli.h { "max-tu-size", required_argument, NULL, 0 }, NULL 86 source/x265cli.h { "tu-intra-depth", required_argument, NULL, 0 }, NULL 87 source/x265cli.h { "tu-inter-depth", required_argument, NULL, 0 }, NULL 88 source/x265cli.h { "limit-tu", required_argument, NULL, 0 }, NULL 89 source/x265cli.h { "me", required_argument, NULL, 0 }, NULL 90 source/x265cli.h { "subme", required_argument, NULL, 'm' }, NULL 91 source/x265cli.h { "merange", required_argument, NULL, 0 }, NULL 92 source/x265cli.h { "max-merge", required_argument, NULL, 0 }, NULL 93 source/x265cli.h { "no-temporal-mvp", no_argument, NULL, 0 }, NULL 94 source/x265cli.h { "temporal-mvp", no_argument, NULL, 0 }, NULL 95 source/x265cli.h { "rdpenalty", required_argument, NULL, 0 }, NULL 96 source/x265cli.h { "no-rect", no_argument, NULL, 0 }, NULL 97 source/x265cli.h { "rect", no_argument, NULL, 0 }, NULL 98 source/x265cli.h { "no-amp", no_argument, NULL, 0 }, NULL 99 source/x265cli.h { "amp", no_argument, NULL, 0 }, NULL 100 source/x265cli.h { "no-early-skip", no_argument, NULL, 0 }, NULL 101 source/x265cli.h { "early-skip", no_argument, NULL, 0 }, NULL 102 source/x265cli.h { "no-rskip", no_argument, NULL, 0 }, NULL 103 source/x265cli.h { "rskip", no_argument, NULL, 0 }, NULL 104 source/x265cli.h { "no-fast-cbf", no_argument, NULL, 0 }, NULL 105 source/x265cli.h { "fast-cbf", no_argument, NULL, 0 }, NULL 106 source/x265cli.h { "no-tskip", no_argument, NULL, 0 }, NULL 107 source/x265cli.h { "tskip", no_argument, NULL, 0 }, NULL 108 source/x265cli.h { "no-tskip-fast", no_argument, NULL, 0 }, NULL 109 source/x265cli.h { "tskip-fast", no_argument, NULL, 0 }, NULL 110 source/x265cli.h { "cu-lossless", no_argument, NULL, 0 }, NULL 111 source/x265cli.h { "no-cu-lossless", no_argument, NULL, 0 }, NULL 112 source/x265cli.h { "no-constrained-intra", no_argument, NULL, 0 }, NULL 113 source/x265cli.h { "constrained-intra", no_argument, NULL, 0 }, NULL 114 source/x265cli.h { "cip", no_argument, NULL, 0 }, NULL 115 source/x265cli.h { "no-cip", no_argument, NULL, 0 }, NULL 116 source/x265cli.h { "fast-intra", no_argument, NULL, 0 }, NULL 117 source/x265cli.h { "no-fast-intra", no_argument, NULL, 0 }, NULL 118 source/x265cli.h { "no-open-gop", no_argument, NULL, 0 }, NULL 119 source/x265cli.h { "open-gop", no_argument, NULL, 0 }, NULL 120 source/x265cli.h { "keyint", required_argument, NULL, 'I' }, NULL 121 source/x265cli.h { "min-keyint", required_argument, NULL, 'i' }, NULL 122 source/x265cli.h { "scenecut", required_argument, NULL, 0 }, NULL 123 source/x265cli.h { "no-scenecut", no_argument, NULL, 0 }, NULL 124 source/x265cli.h { "scenecut-bias", required_argument, NULL, 0 }, NULL 125 source/x265cli.h { "ctu-info", required_argument, NULL, 0 }, NULL 126 source/x265cli.h { "intra-refresh", no_argument, NULL, 0 }, NULL 127 source/x265cli.h { "rc-lookahead", required_argument, NULL, 0 }, NULL 128 source/x265cli.h { "lookahead-slices", required_argument, NULL, 0 }, NULL 129 source/x265cli.h { "lookahead-threads", required_argument, NULL, 0 }, NULL 130 source/x265cli.h { "bframes", required_argument, NULL, 'b' }, NULL 131 source/x265cli.h { "bframe-bias", required_argument, NULL, 0 }, NULL 132 source/x265cli.h { "b-adapt", required_argument, NULL, 0 }, NULL 133 source/x265cli.h { "no-b-adapt", no_argument, NULL, 0 }, NULL 134 source/x265cli.h { "no-b-pyramid", no_argument, NULL, 0 }, NULL 135 source/x265cli.h { "b-pyramid", no_argument, NULL, 0 }, NULL 136 source/x265cli.h { "ref", required_argument, NULL, 0 }, NULL 137 source/x265cli.h { "limit-refs", required_argument, NULL, 0 }, NULL 138 source/x265cli.h { "no-limit-modes", no_argument, NULL, 0 }, NULL 139 source/x265cli.h { "limit-modes", no_argument, NULL, 0 }, NULL 140 source/x265cli.h { "no-weightp", no_argument, NULL, 0 }, NULL 141 source/x265cli.h { "weightp", no_argument, NULL, 'w' }, NULL 142 source/x265cli.h { "no-weightb", no_argument, NULL, 0 }, NULL 143 source/x265cli.h { "weightb", no_argument, NULL, 0 }, NULL 144 source/x265cli.h { "crf", required_argument, NULL, 0 }, NULL 145 source/x265cli.h { "crf-max", required_argument, NULL, 0 }, NULL 146 source/x265cli.h { "crf-min", required_argument, NULL, 0 }, NULL 147 source/x265cli.h { "vbv-maxrate", required_argument, NULL, 0 }, NULL 148 source/x265cli.h { "vbv-bufsize", required_argument, NULL, 0 }, NULL 149 source/x265cli.h { "vbv-init", required_argument, NULL, 0 }, NULL 150 source/x265cli.h { "bitrate", required_argument, NULL, 0 }, NULL 151 source/x265cli.h { "qp", required_argument, NULL, 'q' }, NULL 152 source/x265cli.h { "aq-mode", required_argument, NULL, 0 }, NULL 153 source/x265cli.h { "aq-strength", required_argument, NULL, 0 }, NULL 154 source/x265cli.h { "rc-grain", no_argument, NULL, 0 }, NULL 155 source/x265cli.h { "no-rc-grain", no_argument, NULL, 0 }, NULL 156 source/x265cli.h { "ipratio", required_argument, NULL, 0 }, NULL 157 source/x265cli.h { "pbratio", required_argument, NULL, 0 }, NULL 158 source/x265cli.h { "qcomp", required_argument, NULL, 0 }, NULL 159 source/x265cli.h { "qpstep", required_argument, NULL, 0 }, NULL 160 source/x265cli.h { "qpmin", required_argument, NULL, 0 }, NULL 161 source/x265cli.h { "qpmax", required_argument, NULL, 0 }, NULL 162 source/x265cli.h { "const-vbv", no_argument, NULL, 0 }, NULL 163 source/x265cli.h { "no-const-vbv", no_argument, NULL, 0 }, NULL 164 source/x265cli.h { "ratetol", required_argument, NULL, 0 }, NULL 165 source/x265cli.h { "cplxblur", required_argument, NULL, 0 }, NULL 166 source/x265cli.h { "qblur", required_argument, NULL, 0 }, NULL 167 source/x265cli.h { "cbqpoffs", required_argument, NULL, 0 }, NULL 168 source/x265cli.h { "crqpoffs", required_argument, NULL, 0 }, NULL 169 source/x265cli.h { "rd", required_argument, NULL, 0 }, NULL 170 source/x265cli.h { "rdoq-level", required_argument, NULL, 0 }, NULL 171 source/x265cli.h { "no-rdoq-level", no_argument, NULL, 0 }, NULL 172 source/x265cli.h { "dynamic-rd", required_argument, NULL, 0 }, NULL 173 source/x265cli.h { "psy-rd", required_argument, NULL, 0 }, NULL 174 source/x265cli.h { "psy-rdoq", required_argument, NULL, 0 }, NULL 175 source/x265cli.h { "no-psy-rd", no_argument, NULL, 0 }, NULL 176 source/x265cli.h { "no-psy-rdoq", no_argument, NULL, 0 }, NULL 177 source/x265cli.h { "rd-refine", no_argument, NULL, 0 }, NULL 178 source/x265cli.h { "no-rd-refine", no_argument, NULL, 0 }, NULL 179 source/x265cli.h { "scaling-list", required_argument, NULL, 0 }, NULL 180 source/x265cli.h { "lossless", no_argument, NULL, 0 }, NULL 181 source/x265cli.h { "no-lossless", no_argument, NULL, 0 }, NULL 182 source/x265cli.h { "no-signhide", no_argument, NULL, 0 }, NULL 183 source/x265cli.h { "signhide", no_argument, NULL, 0 }, NULL 184 source/x265cli.h { "no-lft", no_argument, NULL, 0 }, /* DEPRECATED */ NULL 185 source/x265cli.h { "lft", no_argument, NULL, 0 }, /* DEPRECATED */ NULL 186 source/x265cli.h { "no-deblock", no_argument, NULL, 0 }, NULL 187 source/x265cli.h { "deblock", required_argument, NULL, 0 }, NULL 188 source/x265cli.h { "no-sao", no_argument, NULL, 0 }, NULL 189 source/x265cli.h { "sao", no_argument, NULL, 0 }, NULL 190 source/x265cli.h { "no-sao-non-deblock", no_argument, NULL, 0 }, NULL 191 source/x265cli.h { "sao-non-deblock", no_argument, NULL, 0 }, NULL 192 source/x265cli.h { "no-ssim", no_argument, NULL, 0 }, NULL 193 source/x265cli.h { "ssim", no_argument, NULL, 0 }, NULL 194 source/x265cli.h { "no-psnr", no_argument, NULL, 0 }, NULL 195 source/x265cli.h { "psnr", no_argument, NULL, 0 }, NULL 196 source/x265cli.h { "hash", required_argument, NULL, 0 }, NULL 197 source/x265cli.h { "no-strong-intra-smoothing", no_argument, NULL, 0 }, NULL 198 source/x265cli.h { "strong-intra-smoothing", no_argument, NULL, 0 }, NULL 199 source/x265cli.h { "no-cutree", no_argument, NULL, 0 }, NULL 200 source/x265cli.h { "cutree", no_argument, NULL, 0 }, NULL 201 source/x265cli.h { "no-hrd", no_argument, NULL, 0 }, NULL 202 source/x265cli.h { "hrd", no_argument, NULL, 0 }, NULL 203 source/x265cli.h { "sar", required_argument, NULL, 0 }, NULL 204 source/x265cli.h { "overscan", required_argument, NULL, 0 }, NULL 205 source/x265cli.h { "videoformat", required_argument, NULL, 0 }, NULL 206 source/x265cli.h { "range", required_argument, NULL, 0 }, NULL 207 source/x265cli.h { "colorprim", required_argument, NULL, 0 }, NULL 208 source/x265cli.h { "transfer", required_argument, NULL, 0 }, NULL 209 source/x265cli.h { "colormatrix", required_argument, NULL, 0 }, NULL 210 source/x265cli.h { "chromaloc", required_argument, NULL, 0 }, NULL 211 source/x265cli.h { "display-window", required_argument, NULL, 0 }, NULL 212 source/x265cli.h { "crop-rect", required_argument, NULL, 0 }, /* DEPRECATED */ NULL 213 source/x265cli.h { "master-display", required_argument, NULL, 0 }, NULL 214 source/x265cli.h { "max-cll", required_argument, NULL, 0 }, NULL 215 source/x265cli.h { "min-luma", required_argument, NULL, 0 }, NULL 216 source/x265cli.h { "max-luma", required_argument, NULL, 0 }, NULL 217 source/x265cli.h { "log2-max-poc-lsb", required_argument, NULL, 8 }, NULL 218 source/x265cli.h { "vui-timing-info", no_argument, NULL, 0 }, NULL 219 source/x265cli.h { "no-vui-timing-info", no_argument, NULL, 0 }, NULL 220 source/x265cli.h { "vui-hrd-info", no_argument, NULL, 0 }, NULL 221 source/x265cli.h { "no-vui-hrd-info", no_argument, NULL, 0 }, NULL 222 source/x265cli.h { "opt-qp-pps", no_argument, NULL, 0 }, NULL 223 source/x265cli.h { "no-opt-qp-pps", no_argument, NULL, 0 }, NULL 224 source/x265cli.h { "opt-ref-list-length-pps", no_argument, NULL, 0 }, NULL 225 source/x265cli.h { "no-opt-ref-list-length-pps", no_argument, NULL, 0 }, NULL 226 source/x265cli.h { "opt-cu-delta-qp", no_argument, NULL, 0 }, NULL 227 source/x265cli.h { "no-opt-cu-delta-qp", no_argument, NULL, 0 }, NULL 228 source/x265cli.h { "no-dither", no_argument, NULL, 0 }, NULL 229 source/x265cli.h { "dither", no_argument, NULL, 0 }, NULL 230 source/x265cli.h { "no-repeat-headers", no_argument, NULL, 0 }, NULL 231 source/x265cli.h { "repeat-headers", no_argument, NULL, 0 }, NULL 232 source/x265cli.h { "aud", no_argument, NULL, 0 }, NULL 233 source/x265cli.h { "no-aud", no_argument, NULL, 0 }, NULL 234 source/x265cli.h { "info", no_argument, NULL, 0 }, NULL 235 source/x265cli.h { "no-info", no_argument, NULL, 0 }, NULL 236 source/x265cli.h { "zones", required_argument, NULL, 0 }, NULL 237 source/x265cli.h { "qpfile", required_argument, NULL, 0 }, NULL 238 source/x265cli.h { "lambda-file", required_argument, NULL, 0 }, NULL 239 source/x265cli.h { "b-intra", no_argument, NULL, 0 }, NULL 240 source/x265cli.h { "no-b-intra", no_argument, NULL, 0 }, NULL 241 source/x265cli.h { "nr-intra", required_argument, NULL, 0 }, NULL 242 source/x265cli.h { "nr-inter", required_argument, NULL, 0 }, NULL 243 source/x265cli.h { "stats", required_argument, NULL, 0 }, NULL 244 source/x265cli.h { "pass", required_argument, NULL, 0 }, NULL 245 source/x265cli.h { "multi-pass-opt-analysis", no_argument, NULL, 0 }, NULL 246 source/x265cli.h { "no-multi-pass-opt-analysis", no_argument, NULL, 0 }, NULL 247 source/x265cli.h { "multi-pass-opt-distortion", no_argument, NULL, 0 }, NULL 248 source/x265cli.h { "no-multi-pass-opt-distortion", no_argument, NULL, 0 }, NULL 249 source/x265cli.h { "slow-firstpass", no_argument, NULL, 0 }, NULL 250 source/x265cli.h { "no-slow-firstpass", no_argument, NULL, 0 }, NULL 251 source/x265cli.h { "multi-pass-opt-rps", no_argument, NULL, 0 }, NULL 252 source/x265cli.h { "no-multi-pass-opt-rps", no_argument, NULL, 0 }, NULL 253 source/x265cli.h { "analysis-reuse-mode", required_argument, NULL, 0 }, NULL 254 source/x265cli.h { "analysis-reuse-file", required_argument, NULL, 0 }, NULL 255 source/x265cli.h { "analysis-reuse-level", required_argument, NULL, 0 }, NULL 256 source/x265cli.h { "scale-factor", required_argument, NULL, 0 }, NULL 257 source/x265cli.h { "refine-intra", required_argument, NULL, 0 }, NULL 258 source/x265cli.h { "refine-inter", no_argument, NULL, 0 }, NULL 259 source/x265cli.h { "no-refine-inter",no_argument, NULL, 0 }, NULL 260 source/x265cli.h { "strict-cbr", no_argument, NULL, 0 }, NULL 261 source/x265cli.h { "temporal-layers", no_argument, NULL, 0 }, NULL 262 source/x265cli.h { "no-temporal-layers", no_argument, NULL, 0 }, NULL 263 source/x265cli.h { "qg-size", required_argument, NULL, 0 }, NULL 264 source/x265cli.h { "recon-y4m-exec", required_argument, NULL, 0 }, NULL 265 source/x265cli.h { "analyze-src-pics", no_argument, NULL, 0 }, NULL 266 source/x265cli.h { "no-analyze-src-pics", no_argument, NULL, 0 }, NULL 267 source/x265cli.h { "slices", required_argument, NULL, 0 }, NULL 268 source/x265cli.h { "aq-motion", no_argument, NULL, 0 }, NULL 269 source/x265cli.h { "no-aq-motion", no_argument, NULL, 0 }, NULL 270 source/x265cli.h { "ssim-rd", no_argument, NULL, 0 }, NULL 271 source/x265cli.h { "no-ssim-rd", no_argument, NULL, 0 }, NULL 272 source/x265cli.h { "hdr", no_argument, NULL, 0 }, NULL 273 source/x265cli.h { "no-hdr", no_argument, NULL, 0 }, NULL 274 source/x265cli.h { "hdr-opt", no_argument, NULL, 0 }, NULL 275 source/x265cli.h { "no-hdr-opt", no_argument, NULL, 0 }, NULL 276 source/x265cli.h { "limit-sao", no_argument, NULL, 0 }, NULL 277 source/x265cli.h { "no-limit-sao", no_argument, NULL, 0 }, NULL 278 source/x265cli.h { "dhdr10-info", required_argument, NULL, 0 }, NULL 279 source/x265cli.h { "dhdr10-opt", no_argument, NULL, 0}, NULL 280 source/x265cli.h { "no-dhdr10-opt", no_argument, NULL, 0}, NULL 281 source/x265cli.h { "refine-mv", no_argument, NULL, 0 }, NULL 282 source/x265cli.h { "no-refine-mv", no_argument, NULL, 0 },