int64_t            44 source/common/common.cpp int64_t x265_mdate(void)
int64_t            49 source/common/common.cpp     return ((int64_t)tb.time * 1000 + (int64_t)tb.millitm) * 1000;
int64_t            53 source/common/common.cpp     return (int64_t)tv_date.tv_sec * 1000000 + (int64_t)tv_date.tv_usec;
int64_t           131 source/common/common.h typedef int64_t  ssum2_t;
int64_t           414 source/common/common.h int64_t  x265_mdate(void);
int64_t            67 source/common/frame.h     int64_t  totalBits;
int64_t            68 source/common/frame.h     int64_t  encodedBits;
int64_t            88 source/common/frame.h     int64_t                m_pts;                // user provided presentation time stamp
int64_t            89 source/common/frame.h     int64_t                m_reorderedPts;
int64_t            90 source/common/frame.h     int64_t                m_dts;
int64_t           118 source/common/frame.h     int64_t                m_encodeStartTime;
int64_t            73 source/common/framedata.h     int64_t     ssimEnergy;
int64_t           124 source/common/lowres.h     int64_t   costEst[X265_BFRAME_MAX + 2][X265_BFRAME_MAX + 2];
int64_t           125 source/common/lowres.h     int64_t   costEstAq[X265_BFRAME_MAX + 2][X265_BFRAME_MAX + 2];
int64_t           130 source/common/lowres.h     int64_t   satdCost;
int64_t           142 source/common/lowres.h     int64_t   plannedSatd[X265_LOOKAHEAD_MAX + 1];
int64_t            43 source/common/quant.cpp     int64_t codedLevelAndDist; /* distortion and level cost of coded coefficients */
int64_t            44 source/common/quant.cpp     int64_t uncodedDist;       /* uncoded distortion cost of coded coefficients */
int64_t            45 source/common/quant.cpp     int64_t sigCost;           /* cost of signaling significant coeff bitmap */
int64_t            46 source/common/quant.cpp     int64_t sigCost0;          /* cost of signaling sig coeff bit of coeff 0 */
int64_t           649 source/common/quant.cpp     int64_t lambda2 = m_qpParam[ttype].lambda2;
int64_t           650 source/common/quant.cpp     const int64_t psyScale = ((int64_t)m_psyRdoqScale * m_qpParam[ttype].lambda);
int64_t           662 source/common/quant.cpp #define RDCOST(d, bits) ((((int64_t)d * d) << scaleBits) + SIGCOST(bits))
int64_t           665 source/common/quant.cpp     int64_t costCoeff[trSize * trSize];   /* d*d + lambda * bits */
int64_t           666 source/common/quant.cpp     int64_t costUncoded[trSize * trSize]; /* d*d + lambda * 0    */
int64_t           667 source/common/quant.cpp     int64_t costSig[trSize * trSize];     /* lambda * bits       */
int64_t           673 source/common/quant.cpp     int64_t costCoeffGroupSig[MLS_GRP_NUM]; /* lambda * bits of group coding cost */
int64_t           680 source/common/quant.cpp     int64_t totalUncodedCost = 0;
int64_t           685 source/common/quant.cpp     int64_t totalRdCost = 0;
int64_t           717 source/common/quant.cpp     memset(&costCoeff[(cgLastScanPos + 1) << MLS_CG_SIZE], 0, zeroCG * MLS_CG_BLK_SIZE * sizeof(int64_t));
int64_t           718 source/common/quant.cpp     memset(&costSig[(cgLastScanPos + 1) << MLS_CG_SIZE], 0, zeroCG * MLS_CG_BLK_SIZE * sizeof(int64_t));
int64_t           740 source/common/quant.cpp                     costUncoded[blkPos + x] = ((int64_t)signCoef * signCoef) << scaleBits;
int64_t           767 source/common/quant.cpp                     costUncoded[blkPos + x] = ((int64_t)signCoef * signCoef) << scaleBits;
int64_t           847 source/common/quant.cpp                         costUncoded[blkPos + x] = ((int64_t)signCoef * signCoef) << scaleBits;
int64_t           875 source/common/quant.cpp                         costUncoded[blkPos + x] = ((int64_t)signCoef * signCoef) << scaleBits;
int64_t           925 source/common/quant.cpp             costUncoded[blkPos] = ((int64_t)signCoef * signCoef) << scaleBits;
int64_t          1010 source/common/quant.cpp                     int64_t curCost = RDCOST(d, sigCoefBits + levelBits);
int64_t          1036 source/common/quant.cpp                     int64_t curCost0 = RDCOST(d0, sigCoefBits + levelBits0);
int64_t          1041 source/common/quant.cpp                     int64_t curCost1 = RDCOST(d1, sigCoefBits + levelBits1);
int64_t          1177 source/common/quant.cpp             int64_t costZeroCG = totalRdCost + SIGCOST(estBitsSbac.significantCoeffGroupBits[sigCtx][0]);
int64_t          1212 source/common/quant.cpp     int64_t bestCost;
int64_t          1280 source/common/quant.cpp                 int64_t costAsLast = totalRdCost - costSig[scanPos] + SIGCOST(bitsLastNZ);
int64_t          1368 source/common/quant.cpp                     int64_t minCostInc = MAX_INT64, curCost = MAX_INT64;
int64_t          1386 source/common/quant.cpp                         const int64_t origDist = (((int64_t)d * d));
int64_t          1388 source/common/quant.cpp #define DELTARDCOST(d0, d, deltabits) ((((int64_t)d * d - d0) << scaleBits) + ((lambda2 * (int64_t)(deltabits)) >> 8))
int64_t          1395 source/common/quant.cpp                             int64_t costUp = DELTARDCOST(origDist, d, rateIncUp[blkPos]);
int64_t          1402 source/common/quant.cpp                             int64_t costDown = DELTARDCOST(origDist, d, downBits);
int64_t            44 source/common/quant.h     int64_t lambda2; /* FIX8 */
int64_t            56 source/common/quant.h             lambda2 = (int64_t)(x265_lambda2_tab[qp - QP_BD_OFFSET] * 256. + 0.5);
int64_t           474 source/common/threading.h     ScopedElapsedTime(int64_t& accum) : accumlatedTime(accum) { startTime = x265_mdate(); }
int64_t           480 source/common/threading.h     int64_t  startTime;
int64_t           481 source/common/threading.h     int64_t& accumlatedTime;
int64_t           529 source/encoder/encoder.cpp             int64_t bits = m_param->rc.bEnableConstVbv ? (int64_t)encoder->m_rce.frameSizePlanned : (int64_t)X265_MAX(encoder->m_rce.frameSizeEstimated, encoder->m_rce.frameSizePlanned);
int64_t           701 source/encoder/encoder.cpp             inFrame->m_lowres.satdCost = (int64_t)-1;
int64_t          1070 source/encoder/encoder.cpp                     int64_t iLeastCost = m_iBitsCostSum[0];
int64_t          1099 source/encoder/encoder.cpp                 int64_t *prevReorderedPts = m_prevReorderedPts;
int64_t          1438 source/encoder/encoder.cpp     int64_t  batchElapsedTime, coopSliceElapsedTime;
int64_t          1441 source/encoder/encoder.cpp     int64_t lookaheadWorkerTime = m_lookahead->m_slicetypeDecideElapsedTime + m_lookahead->m_preLookaheadElapsedTime +
int64_t          1444 source/encoder/encoder.cpp     int64_t totalWorkerTime = cuStats.totalCTUTime + cuStats.loopFilterElapsedTime + cuStats.pmodeTime +
int64_t          1446 source/encoder/encoder.cpp     int64_t elapsedEncodeTime = x265_mdate() - m_encodeStartTime;
int64_t          1448 source/encoder/encoder.cpp     int64_t interRDOTotalTime = 0, intraRDOTotalTime = 0;
int64_t          1459 source/encoder/encoder.cpp     int64_t unaccounted = (cuStats.totalCTUTime + cuStats.pmodeTime) -
int64_t          2918 source/encoder/encoder.cpp     X265_FREAD(&analysis->satdCost, sizeof(int64_t), 1, m_analysisFile, &(picData->satdCost));
int64_t          3383 source/encoder/encoder.cpp     X265_FWRITE(&analysis->satdCost, sizeof(int64_t), 1, m_analysisFile);
int64_t           108 source/encoder/encoder.h     int64_t            m_firstPts;
int64_t           109 source/encoder/encoder.h     int64_t            m_bframeDelayTime;
int64_t           110 source/encoder/encoder.h     int64_t            m_prevReorderedPts[2];
int64_t           111 source/encoder/encoder.h     int64_t            m_encodeStartTime;
int64_t           167 source/encoder/encoder.h     int64_t            m_iBitsCostSum[QP_MAX_MAX + 1];
int64_t          1195 source/encoder/frameencoder.cpp     int64_t startTime = x265_mdate();
int64_t           169 source/encoder/frameencoder.h     int64_t                  m_startCompressTime;        // timestamp when frame encoder is given a frame
int64_t           170 source/encoder/frameencoder.h     int64_t                  m_row0WaitTime;             // timestamp when row 0 is allowed to start
int64_t           171 source/encoder/frameencoder.h     int64_t                  m_allRowsAvailableTime;     // timestamp when all reference dependencies are resolved
int64_t           172 source/encoder/frameencoder.h     int64_t                  m_endCompressTime;          // timestamp after all CTUs are compressed
int64_t           173 source/encoder/frameencoder.h     int64_t                  m_endFrameTime;             // timestamp after RCEnd, NR updates, etc
int64_t           174 source/encoder/frameencoder.h     int64_t                  m_stallStartTime;           // timestamp when worker count becomes 0
int64_t           175 source/encoder/frameencoder.h     int64_t                  m_prevOutputTime;           // timestamp when prev frame was retrieved by API thread
int64_t           176 source/encoder/frameencoder.h     int64_t                  m_slicetypeWaitTime;        // total elapsed time waiting for decided frame
int64_t           177 source/encoder/frameencoder.h     int64_t                  m_totalWorkerElapsedTime;   // total elapsed time spent by worker threads processing CTUs
int64_t           178 source/encoder/frameencoder.h     int64_t                  m_totalNoWorkerTime;        // total elapsed time without any active worker threads
int64_t          1122 source/encoder/ratecontrol.cpp     while ((expectedBits < .995 * allAvailableBits) && ((int64_t)(expectedBits+.5) > (int64_t)(prevBits+.5)) && !(m_param->rc.rateControlMode == X265_RC_CRF));
int64_t          1586 source/encoder/ratecontrol.cpp         int64_t encodedBits = m_totalBits;
int64_t          1783 source/encoder/ratecontrol.cpp             int64_t diff;
int64_t          1788 source/encoder/ratecontrol.cpp                     m_predictedBits += (int64_t)(rce->encodeOrder * m_bitrate / m_fps);
int64_t          1790 source/encoder/ratecontrol.cpp                     m_predictedBits += (int64_t)(m_param->frameNumThreads * m_bitrate / m_fps);
int64_t          1800 source/encoder/ratecontrol.cpp             diff = m_predictedBits - (int64_t)rce->expectedBits;
int64_t          2061 source/encoder/ratecontrol.cpp             int64_t shrtTermWantedBits = (int64_t) (X265_MIN(pos, s_slidingWindowFrames) * m_bitrate * m_frameDuration);
int64_t          2062 source/encoder/ratecontrol.cpp             int64_t shrtTermTotalBitsSum = 0;
int64_t          2091 source/encoder/ratecontrol.cpp     int64_t cpbState = (int64_t)m_bufferFillFinal;
int64_t          2092 source/encoder/ratecontrol.cpp     int64_t cpbSize = (int64_t)hrd->cpbSizeValue << (hrd->cpbSizeScale + CPB_SHIFT);
int64_t          2154 source/encoder/ratecontrol.cpp                     int64_t satd = curFrame->m_lowres.plannedSatd[j] >> (X265_DEPTH - 8);
int64_t          2535 source/encoder/ratecontrol.cpp int RateControl::updateVbv(int64_t bits, RateControlEntry* rce)
int64_t          2578 source/encoder/ratecontrol.cpp int RateControl::rateControlEnd(Frame* curFrame, int64_t bits, RateControlEntry* rce, int *filler)
int64_t          2593 source/encoder/ratecontrol.cpp     int64_t actualBits = bits;
int64_t            71 source/encoder/ratecontrol.h     int64_t lastSatd;      /* Contains the picture cost of the previous frame, required for resetAbr and VBV */
int64_t            72 source/encoder/ratecontrol.h     int64_t leadingNoBSatd;
int64_t            73 source/encoder/ratecontrol.h     int64_t rowTotalBits;  /* update cplxrsum and totalbits at the end of 2 rows */
int64_t           153 source/encoder/ratecontrol.h     int64_t m_leadingNoBSatd;
int64_t           157 source/encoder/ratecontrol.h     int64_t m_bframeBits;
int64_t           158 source/encoder/ratecontrol.h     int64_t m_currentSatd;
int64_t           175 source/encoder/ratecontrol.h     int64_t m_totalBits;        /* total bits used for already encoded frames (after ammortization) */
int64_t           176 source/encoder/ratecontrol.h     int64_t m_encodedBits;      /* bits used for encoded frames (without ammortization) */
int64_t           178 source/encoder/ratecontrol.h     int64_t m_satdCostWindow[50];
int64_t           179 source/encoder/ratecontrol.h     int64_t m_encodedBitsWindow[50];
int64_t           181 source/encoder/ratecontrol.h     int64_t m_lastRemovedSatdCost;
int64_t           185 source/encoder/ratecontrol.h     int64_t m_lastBsliceSatdCost;
int64_t           224 source/encoder/ratecontrol.h     int64_t m_predictedBits;
int64_t           246 source/encoder/ratecontrol.h     int  rateControlEnd(Frame* curFrame, int64_t bits, RateControlEntry* rce, int *filler);
int64_t           273 source/encoder/ratecontrol.h     int    updateVbv(int64_t bits, RateControlEntry* rce);
int64_t            56 source/encoder/sao.cpp inline int64_t estSaoDist(int32_t count, int32_t offset, int32_t offsetOrg)
int64_t          1230 source/encoder/sao.cpp     int64_t lambda[2] = { 0 };
int64_t          1237 source/encoder/sao.cpp     lambda[0] = (int64_t)floor(256.0 * x265_lambda2_tab[qp]);
int64_t          1238 source/encoder/sao.cpp     lambda[1] = (int64_t)floor(256.0 * x265_lambda2_tab[qpCb]); // Use Cb QP for SAO chroma
int64_t          1273 source/encoder/sao.cpp     int64_t bestCost = 0;
int64_t          1274 source/encoder/sao.cpp     int64_t rateDist = 0;
int64_t          1318 source/encoder/sao.cpp             int64_t mergeDist = 0; 
int64_t          1321 source/encoder/sao.cpp                 int64_t estDist = 0;
int64_t          1344 source/encoder/sao.cpp             int64_t mergeCost = mergeDist + estRate;
int64_t          1435 source/encoder/sao.cpp inline int64_t SAO::calcSaoRdoCost(int64_t distortion, uint32_t bits, int64_t lambda)
int64_t          1449 source/encoder/sao.cpp void SAO::estIterOffset(int typeIdx, int64_t lambda, int32_t count, int32_t offsetOrg, int32_t& offset, int32_t& distClasses, int64_t& costClasses)
int64_t          1456 source/encoder/sao.cpp     int64_t bestCost = calcSaoRdoCost(0, 1, lambda);
int64_t          1465 source/encoder/sao.cpp         int64_t dist = estSaoDist(count, offset << SAO_BIT_INC, offsetOrg);
int64_t          1466 source/encoder/sao.cpp         int64_t cost  = calcSaoRdoCost(dist, rate, lambda);
int64_t          1479 source/encoder/sao.cpp void SAO::saoLumaComponentParamDist(SAOParam* saoParam, int32_t addr, int64_t& rateDist, int64_t* lambda, int64_t &bestCost)
int64_t          1483 source/encoder/sao.cpp     int64_t bestDist = 0;
int64_t          1488 source/encoder/sao.cpp     int64_t costClasses[MAX_NUM_SAO_CLASS];
int64_t          1494 source/encoder/sao.cpp     int64_t costPartBest = calcSaoRdoCost(0, m_entropyCoder.getNumberOfWrittenBits(), lambda[0]);
int64_t          1509 source/encoder/sao.cpp         int64_t estDist = 0;
int64_t          1525 source/encoder/sao.cpp         int64_t cost = calcSaoRdoCost(estDist, m_entropyCoder.getNumberOfWrittenBits(), lambda[0]);
int64_t          1545 source/encoder/sao.cpp     int64_t estDist = 0;
int64_t          1557 source/encoder/sao.cpp     int64_t currentRDCost = costClasses[0];
int64_t          1561 source/encoder/sao.cpp     int64_t bestRDCostBO = currentRDCost;
int64_t          1583 source/encoder/sao.cpp     int64_t cost = calcSaoRdoCost(estDist, m_entropyCoder.getNumberOfWrittenBits(), lambda[0]);
int64_t          1607 source/encoder/sao.cpp void SAO::saoChromaComponentParamDist(SAOParam* saoParam, int32_t addr, int64_t& rateDist, int64_t* lambda, int64_t &bestCost)
int64_t          1611 source/encoder/sao.cpp     int64_t bestDist = 0;
int64_t          1615 source/encoder/sao.cpp     int64_t costClasses[MAX_NUM_SAO_CLASS];
int64_t          1624 source/encoder/sao.cpp     int64_t costPartBest = calcSaoRdoCost(0, bits, lambda[1]);
int64_t          1639 source/encoder/sao.cpp         int64_t estDist[2] = {0, 0};
int64_t          1661 source/encoder/sao.cpp         int64_t cost = calcSaoRdoCost((estDist[0] + estDist[1]), estRate, lambda[1]);
int64_t          1684 source/encoder/sao.cpp     int64_t estDist[2];
int64_t          1689 source/encoder/sao.cpp         int64_t bestRDCostBO = MAX_INT64;
int64_t          1702 source/encoder/sao.cpp             int64_t currentRDCost = 0;
int64_t          1725 source/encoder/sao.cpp     int64_t cost = calcSaoRdoCost((estDist[0] + estDist[1]), estRate, lambda[1]);
int64_t           129 source/encoder/sao.h     void saoLumaComponentParamDist(SAOParam* saoParam, int addr, int64_t& rateDist, int64_t* lambda, int64_t& bestCost);
int64_t           130 source/encoder/sao.h     void saoChromaComponentParamDist(SAOParam* saoParam, int addr, int64_t& rateDist, int64_t* lambda, int64_t& bestCost);
int64_t           132 source/encoder/sao.h     void estIterOffset(int typeIdx, int64_t lambda, int32_t count, int32_t offsetOrg, int32_t& offset, int32_t& distClasses, int64_t& costClasses);
int64_t           135 source/encoder/sao.h     int64_t calcSaoRdoCost(int64_t distortion, uint32_t bits, int64_t lambda);
int64_t           171 source/encoder/search.h     int64_t  intraRDOElapsedTime[NUM_CU_DEPTH]; // elapsed worker time in intra RDO per CU depth
int64_t           172 source/encoder/search.h     int64_t  interRDOElapsedTime[NUM_CU_DEPTH]; // elapsed worker time in inter RDO per CU depth
int64_t           173 source/encoder/search.h     int64_t  intraAnalysisElapsedTime;          // elapsed worker time in intra sa8d analysis
int64_t           174 source/encoder/search.h     int64_t  motionEstimationElapsedTime;       // elapsed worker time in predInterSearch()
int64_t           175 source/encoder/search.h     int64_t  loopFilterElapsedTime;             // elapsed worker time in deblock and SAO and PSNR/SSIM
int64_t           176 source/encoder/search.h     int64_t  pmeTime;                           // elapsed worker time processing ME slave jobs
int64_t           177 source/encoder/search.h     int64_t  pmeBlockTime;                      // elapsed worker time blocked for pme batch completion
int64_t           178 source/encoder/search.h     int64_t  pmodeTime;                         // elapsed worker time processing pmode slave jobs
int64_t           179 source/encoder/search.h     int64_t  pmodeBlockTime;                    // elapsed worker time blocked for pmode batch completion
int64_t           180 source/encoder/search.h     int64_t  weightAnalyzeTime;                 // elapsed worker time analyzing reference weights
int64_t           181 source/encoder/search.h     int64_t  totalCTUTime;                      // elapsed worker time in compressCTU (includes pmode master)
int64_t           660 source/encoder/slicetype.cpp void Lookahead::getWorkerStats(int64_t& batchElapsedTime, uint64_t& batchCount, int64_t& coopSliceElapsedTime, uint64_t& coopSliceCount)
int64_t          1166 source/encoder/slicetype.cpp     int64_t pts[X265_BFRAME_MAX + 1];
int64_t          1264 source/encoder/slicetype.cpp             int64_t satdCost = 0;
int64_t          1303 source/encoder/slicetype.cpp int64_t Lookahead::vbvFrameCost(Lowres **frames, int p0, int p1, int b)
int64_t          1306 source/encoder/slicetype.cpp     int64_t cost = estGroup.singleCost(p0, p1, b);
int64_t          1462 source/encoder/slicetype.cpp             int64_t cost1p0, cost2p0, cost1b1, cost2p1;
int64_t          1494 source/encoder/slicetype.cpp                     int64_t pthresh = X265_MAX(INTER_THRESH - P_SENS_BIAS * (j - i - 1), INTER_THRESH / 10);
int64_t          1495 source/encoder/slicetype.cpp                     int64_t pcost = estGroup.singleCost(i + 0, j + 1, j + 1, true);
int64_t          1576 source/encoder/slicetype.cpp         int64_t avgSatdCost = 0;
int64_t          1619 source/encoder/slicetype.cpp                 int64_t curCost  = frames[i]->costEst[i - p0][0];
int64_t          1620 source/encoder/slicetype.cpp                 int64_t prevCost = frames[i - 1]->costEst[i - 1 - p0][0];
int64_t          1643 source/encoder/slicetype.cpp         int64_t icost = frames[p1]->costEst[0][0];
int64_t          1644 source/encoder/slicetype.cpp         int64_t pcost = frames[p1]->costEst[p1 - p0][0];
int64_t          1665 source/encoder/slicetype.cpp     int64_t icost = frame->costEst[0][0];
int64_t          1666 source/encoder/slicetype.cpp     int64_t pcost = frame->costEst[p1 - p0][0];
int64_t          1704 source/encoder/slicetype.cpp     int64_t best_cost = 1LL << 62;
int64_t          1717 source/encoder/slicetype.cpp         int64_t cost = slicetypePathCost(frames, paths[idx], best_cost);
int64_t          1729 source/encoder/slicetype.cpp int64_t Lookahead::slicetypePathCost(Lowres **frames, char *path, int64_t threshold)
int64_t          1731 source/encoder/slicetype.cpp     int64_t cost = 0;
int64_t          2115 source/encoder/slicetype.cpp int64_t Lookahead::frameCostRecalculate(Lowres** frames, int p0, int p1, int b)
int64_t          2120 source/encoder/slicetype.cpp     int64_t score = 0;
int64_t          2155 source/encoder/slicetype.cpp int64_t CostEstimateGroup::singleCost(int p0, int p1, int b, bool intraPenalty)
int64_t          2233 source/encoder/slicetype.cpp int64_t CostEstimateGroup::estimateFrameCost(LookaheadTLD& tld, int p0, int p1, int b, bool bIntraPenalty)
int64_t          2237 source/encoder/slicetype.cpp     int64_t     score = 0;
int64_t            55 source/encoder/slicetype.h     int64_t         batchElapsedTime;
int64_t            56 source/encoder/slicetype.h     int64_t         coopSliceElapsedTime;
int64_t           136 source/encoder/slicetype.h     int64_t       m_slicetypeDecideElapsedTime;
int64_t           137 source/encoder/slicetype.h     int64_t       m_preLookaheadElapsedTime;
int64_t           140 source/encoder/slicetype.h     void          getWorkerStats(int64_t& batchElapsedTime, uint64_t& batchCount, int64_t& coopSliceElapsedTime, uint64_t& coopSliceCount);
int64_t           166 source/encoder/slicetype.h     int64_t slicetypePathCost(Lowres **frames, char *path, int64_t threshold);
int64_t           167 source/encoder/slicetype.h     int64_t vbvFrameCost(Lowres **frames, int p0, int p1, int b);
int64_t           178 source/encoder/slicetype.h     int64_t frameCostRecalculate(Lowres **frames, int p0, int p1, int b);
int64_t           222 source/encoder/slicetype.h     int64_t singleCost(int p0, int p1, int b, bool intraPenalty = false);
int64_t           240 source/encoder/slicetype.h     int64_t estimateFrameCost(LookaheadTLD& tld, int p0, int p1, int b, bool intraPenalty);
int64_t           126 source/input/y4m.cpp                 info.frameCount = (int)((size.QuadPart - (int64_t)cur) / estFrameSize);
int64_t           116 source/input/yuv.cpp                 info.frameCount = (int)((size.QuadPart - (int64_t)cur) / framesize);
int64_t            82 source/output/output.h     virtual void closeFile(int64_t largest_pts, int64_t second_largest_pts) = 0;
int64_t            76 source/output/raw.cpp void RAWOutput::closeFile(int64_t, int64_t)
int64_t            60 source/output/raw.h     void closeFile(int64_t largest_pts, int64_t second_largest_pts);
int64_t            85 source/x265.cpp     int64_t startTime;
int64_t            86 source/x265.cpp     int64_t prevUpdateTime;
int64_t           134 source/x265.cpp     int64_t time = x265_mdate();
int64_t           139 source/x265.cpp     int64_t elapsed = time - startTime;
int64_t           144 source/x265.cpp         int eta = (int)(elapsed * (framesToBeEncoded - frameNum) / ((int64_t)frameNum * 1000000));
int64_t           584 source/x265.cpp     std::priority_queue<int64_t>* pts_queue = cliopt.output->needPTS() ? new std::priority_queue<int64_t>() : NULL;
int64_t           724 source/x265.cpp     int64_t second_largest_pts = 0;
int64_t           725 source/x265.cpp     int64_t largest_pts = 0;
int64_t            94 source/x265.h      int64_t          satdCost;
int64_t           260 source/x265.h      int64_t pts;
int64_t           264 source/x265.h      int64_t dts;