CHECKED_MALLOC 360 source/common/cudata.h CHECKED_MALLOC(trCoeffMemBlock, coeff_t, (sizeL) * numInstances); CHECKED_MALLOC 365 source/common/cudata.h CHECKED_MALLOC(trCoeffMemBlock, coeff_t, (sizeL + sizeC * 2) * numInstances); CHECKED_MALLOC 367 source/common/cudata.h CHECKED_MALLOC(charMemBlock, uint8_t, numPartition * numInstances * CUData::BytesPerPartition); CHECKED_MALLOC 369 source/common/cudata.h CHECKED_MALLOC(distortionMemBlock, sse_t, numPartition * numInstances); CHECKED_MALLOC 49 source/common/framedata.cpp CHECKED_MALLOC(m_rowStat, RCStatRow, sps.numCuInHeight); CHECKED_MALLOC 66 source/common/lowres.cpp CHECKED_MALLOC(propagateCost, uint16_t, cuCount); CHECKED_MALLOC 80 source/common/lowres.cpp CHECKED_MALLOC(intraCost, int32_t, cuCount); CHECKED_MALLOC 81 source/common/lowres.cpp CHECKED_MALLOC(intraMode, uint8_t, cuCount); CHECKED_MALLOC 87 source/common/lowres.cpp CHECKED_MALLOC(rowSatds[i][j], int32_t, maxBlocksInCol); CHECKED_MALLOC 88 source/common/lowres.cpp CHECKED_MALLOC(lowresCosts[i][j], uint16_t, cuCount); CHECKED_MALLOC 94 source/common/lowres.cpp CHECKED_MALLOC(lowresMvs[0][i], MV, cuCount); CHECKED_MALLOC 95 source/common/lowres.cpp CHECKED_MALLOC(lowresMvs[1][i], MV, cuCount); CHECKED_MALLOC 96 source/common/lowres.cpp CHECKED_MALLOC(lowresMvCosts[0][i], int32_t, cuCount); CHECKED_MALLOC 97 source/common/lowres.cpp CHECKED_MALLOC(lowresMvCosts[1][i], int32_t, cuCount); CHECKED_MALLOC 96 source/common/picyuv.cpp CHECKED_MALLOC(m_picBuf[0], pixel, m_stride * (maxHeight + (m_lumaMarginY * 2))); CHECKED_MALLOC 106 source/common/picyuv.cpp CHECKED_MALLOC(m_picBuf[1], pixel, m_strideC * ((maxHeight >> m_vChromaShift) + (m_chromaMarginY * 2))); CHECKED_MALLOC 107 source/common/picyuv.cpp CHECKED_MALLOC(m_picBuf[2], pixel, m_strideC * ((maxHeight >> m_vChromaShift) + (m_chromaMarginY * 2))); CHECKED_MALLOC 153 source/common/picyuv.cpp CHECKED_MALLOC(m_cuOffsetY, intptr_t, sps.numCuInWidth * sps.numCuInHeight); CHECKED_MALLOC 154 source/common/picyuv.cpp CHECKED_MALLOC(m_cuOffsetC, intptr_t, sps.numCuInWidth * sps.numCuInHeight); CHECKED_MALLOC 164 source/common/picyuv.cpp CHECKED_MALLOC(m_buOffsetY, intptr_t, (size_t)numPartitions); CHECKED_MALLOC 165 source/common/picyuv.cpp CHECKED_MALLOC(m_buOffsetC, intptr_t, (size_t)numPartitions); CHECKED_MALLOC 176 source/common/picyuv.cpp CHECKED_MALLOC(m_cuOffsetY, intptr_t, sps.numCuInWidth * sps.numCuInHeight); CHECKED_MALLOC 181 source/common/picyuv.cpp CHECKED_MALLOC(m_buOffsetY, intptr_t, (size_t)numPartitions); CHECKED_MALLOC 54 source/common/shortyuv.cpp CHECKED_MALLOC(m_buf[0], int16_t, sizeL + sizeC * 2); CHECKED_MALLOC 60 source/common/shortyuv.cpp CHECKED_MALLOC(m_buf[0], int16_t, sizeL); CHECKED_MALLOC 57 source/common/yuv.cpp CHECKED_MALLOC(m_buf[0], pixel, size * size + 8); CHECKED_MALLOC 72 source/common/yuv.cpp CHECKED_MALLOC(m_buf[0], pixel, sizeL + sizeC * 2 + 8); CHECKED_MALLOC 1226 source/encoder/encoder.cpp CHECKED_MALLOC(curFrame->m_ctuInfo, x265_ctu_info_t*, 1); CHECKED_MALLOC 1227 source/encoder/encoder.cpp CHECKED_MALLOC(*curFrame->m_ctuInfo, x265_ctu_info_t, numCUsInFrame); CHECKED_MALLOC 1232 source/encoder/encoder.cpp CHECKED_MALLOC(frameCTU, int32_t, maxNum8x8Partitions); CHECKED_MALLOC 1259 source/encoder/encoder.cpp CHECKED_MALLOC(curFrame->m_ctuInfo, x265_ctu_info_t*, 1); CHECKED_MALLOC 1260 source/encoder/encoder.cpp CHECKED_MALLOC(*curFrame->m_ctuInfo, x265_ctu_info_t, numCUsInFrame); CHECKED_MALLOC 1265 source/encoder/encoder.cpp CHECKED_MALLOC(frameCTU, int32_t, maxNum8x8Partitions); CHECKED_MALLOC 2683 source/encoder/encoder.cpp CHECKED_MALLOC(intraData->depth, uint8_t, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2684 source/encoder/encoder.cpp CHECKED_MALLOC(intraData->modes, uint8_t, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2685 source/encoder/encoder.cpp CHECKED_MALLOC(intraData->partSizes, char, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2686 source/encoder/encoder.cpp CHECKED_MALLOC(intraData->chromaModes, uint8_t, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2699 source/encoder/encoder.cpp CHECKED_MALLOC(interData->depth, uint8_t, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2700 source/encoder/encoder.cpp CHECKED_MALLOC(interData->modes, uint8_t, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2703 source/encoder/encoder.cpp CHECKED_MALLOC(interData->partSize, uint8_t, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2704 source/encoder/encoder.cpp CHECKED_MALLOC(interData->mergeFlag, uint8_t, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2709 source/encoder/encoder.cpp CHECKED_MALLOC(interData->interDir, uint8_t, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2712 source/encoder/encoder.cpp CHECKED_MALLOC(interData->mvpIdx[dir], uint8_t, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2713 source/encoder/encoder.cpp CHECKED_MALLOC(interData->refIdx[dir], int8_t, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2714 source/encoder/encoder.cpp CHECKED_MALLOC(interData->mv[dir], MV, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2722 source/encoder/encoder.cpp CHECKED_MALLOC(intraData->modes, uint8_t, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2723 source/encoder/encoder.cpp CHECKED_MALLOC(intraData->chromaModes, uint8_t, analysis->numPartitions * analysis->numCUsInFrame); CHECKED_MALLOC 2823 source/encoder/encoder.cpp CHECKED_MALLOC(analysisFrameData->modes, uint8_t, m_param->num4x4Partitions * numCUsInFrame); CHECKED_MALLOC 815 source/encoder/ratecontrol.cpp CHECKED_MALLOC(qScale, double, m_numEntries); CHECKED_MALLOC 818 source/encoder/ratecontrol.cpp CHECKED_MALLOC(blurredQscale, double, m_numEntries); CHECKED_MALLOC 1091 source/encoder/ratecontrol.cpp CHECKED_MALLOC(fills, double, m_numEntries + 1); CHECKED_MALLOC 110 source/encoder/sao.cpp CHECKED_MALLOC(m_tmpL1[i], pixel, m_param->maxCUSize + 1); CHECKED_MALLOC 111 source/encoder/sao.cpp CHECKED_MALLOC(m_tmpL2[i], pixel, m_param->maxCUSize + 1); CHECKED_MALLOC 115 source/encoder/sao.cpp CHECKED_MALLOC(m_tmpU[i], pixel, m_numCuInWidth * m_param->maxCUSize + 2 + 32); CHECKED_MALLOC 123 source/encoder/sao.cpp CHECKED_MALLOC(m_countPreDblk, PerPlane, numCtu); CHECKED_MALLOC 124 source/encoder/sao.cpp CHECKED_MALLOC(m_offsetOrgPreDblk, PerPlane, numCtu); CHECKED_MALLOC 126 source/encoder/sao.cpp CHECKED_MALLOC(m_depthSaoRate, double, 2 * SAO_DEPTHRATE_SIZE); CHECKED_MALLOC 137 source/encoder/sao.cpp CHECKED_MALLOC(m_clipTableBase, pixel, maxY + 2 * rangeExt); CHECKED_MALLOC 120 source/encoder/search.cpp CHECKED_MALLOC(m_rqt[i].coeffRQT[0], coeff_t, sizeL + sizeC * 2); CHECKED_MALLOC 131 source/encoder/search.cpp CHECKED_MALLOC(m_rqt[i].coeffRQT[0], coeff_t, sizeL); CHECKED_MALLOC 150 source/encoder/search.cpp CHECKED_MALLOC(m_qtTempCbf[0], uint8_t, numPartitions * 3); CHECKED_MALLOC 153 source/encoder/search.cpp CHECKED_MALLOC(m_qtTempTransformSkipFlag[0], uint8_t, numPartitions * 3); CHECKED_MALLOC 159 source/encoder/search.cpp CHECKED_MALLOC(m_qtTempCbf[0], uint8_t, numPartitions); CHECKED_MALLOC 161 source/encoder/search.cpp CHECKED_MALLOC(m_qtTempTransformSkipFlag[0], uint8_t, numPartitions); CHECKED_MALLOC 165 source/encoder/search.cpp CHECKED_MALLOC(m_intraPred, pixel, (32 * 32) * (33 + 3)); CHECKED_MALLOC 170 source/encoder/search.cpp CHECKED_MALLOC(m_tsCoeff, coeff_t, MAX_TS_SIZE * MAX_TS_SIZE); CHECKED_MALLOC 171 source/encoder/search.cpp CHECKED_MALLOC(m_tsResidual, int16_t, MAX_TS_SIZE * MAX_TS_SIZE); CHECKED_MALLOC 172 source/encoder/search.cpp CHECKED_MALLOC(m_tsRecon, pixel, MAX_TS_SIZE * MAX_TS_SIZE); CHECKED_MALLOC 69 source/output/reconplay.cpp CHECKED_MALLOC(frameData[i], pixel, frameSize);