Entropy           191 source/common/quant.cpp bool Quant::init(double psyScale, const ScalingList& scalingList, Entropy& entropy)
Entropy            36 source/common/quant.h class Entropy;
Entropy            82 source/common/quant.h     Entropy*           m_entropyCoder;
Entropy           103 source/common/quant.h     bool init(double psyScale, const ScalingList& scalingList, Entropy& entropy);
Entropy           133 source/encoder/analysis.cpp Mode& Analysis::compressCTU(CUData& ctu, Frame& frame, const CUGeom& cuGeom, const Entropy& initialContext)
Entropy           561 source/encoder/analysis.cpp         Entropy* nextContext = &m_rqt[depth].cur;
Entropy           863 source/encoder/analysis.cpp         Entropy* nextContext = &m_rqt[depth].cur;
Entropy          1283 source/encoder/analysis.cpp         Entropy* nextContext = &m_rqt[depth].cur;
Entropy          1910 source/encoder/analysis.cpp         Entropy* nextContext = &m_rqt[depth].cur;
Entropy          2358 source/encoder/analysis.cpp         Entropy* nextContext = &m_rqt[depth].cur;
Entropy            42 source/encoder/analysis.h class Entropy;
Entropy           118 source/encoder/analysis.h     Mode& compressCTU(CUData& ctu, Frame& frame, const CUGeom& cuGeom, const Entropy& initialContext);
Entropy           151 source/encoder/api.cpp         Entropy sbacCoder;
Entropy          1893 source/encoder/encoder.cpp void Encoder::getStreamHeaders(NALList& list, Entropy& sbacCoder, Bitstream& bs)
Entropy            42 source/encoder/encoder.h class Entropy;
Entropy           206 source/encoder/encoder.h     void getStreamHeaders(NALList& list, Entropy& sbacCoder, Bitstream& bs);
Entropy           224 source/encoder/entropy.cpp Entropy::Entropy()
Entropy           233 source/encoder/entropy.cpp void Entropy::codeVPS(const VPS& vps)
Entropy           259 source/encoder/entropy.cpp void Entropy::codeSPS(const SPS& sps, const ScalingList& scalingList, const ProfileTierLevel& ptl)
Entropy           330 source/encoder/entropy.cpp void Entropy::codePPS( const PPS& pps, bool filerAcross, int iPPSInitQpMinus26 )
Entropy           380 source/encoder/entropy.cpp void Entropy::codeProfileTier(const ProfileTierLevel& ptl, int maxTempSubLayers)
Entropy           428 source/encoder/entropy.cpp void Entropy::codeVUI(const VUI& vui, int maxSubTLayers, bool bEmitVUITimingInfo, bool bEmitVUIHRDInfo)
Entropy           501 source/encoder/entropy.cpp void Entropy::codeScalingList(const ScalingList& scalingList)
Entropy           517 source/encoder/entropy.cpp void Entropy::codeScalingList(const ScalingList& scalingList, uint32_t sizeId, uint32_t listId)
Entropy           538 source/encoder/entropy.cpp void Entropy::codeHrdParameters(const HRDInfo& hrd, int maxSubTLayers)
Entropy           563 source/encoder/entropy.cpp void Entropy::codeAUD(const Slice& slice)
Entropy           586 source/encoder/entropy.cpp void Entropy::codeSliceHeader(const Slice& slice, FrameData& encData, uint32_t slice_addr, uint32_t slice_addr_bits, int sliceQp)
Entropy           714 source/encoder/entropy.cpp void Entropy::codeSliceHeaderWPPEntryPoints(const uint32_t *substreamSizes, uint32_t numSubStreams, uint32_t maxOffset)
Entropy           731 source/encoder/entropy.cpp void Entropy::codeShortTermRefPicSet(const RPS& rps, int idx)
Entropy           755 source/encoder/entropy.cpp void Entropy::encodeCTU(const CUData& ctu, const CUGeom& cuGeom)
Entropy           762 source/encoder/entropy.cpp void Entropy::encodeCU(const CUData& ctu, const CUGeom& cuGeom, uint32_t absPartIdx, uint32_t depth, bool& bEncodeDQP)
Entropy           836 source/encoder/entropy.cpp uint32_t Entropy::bitsInterMode(const CUData& cu, uint32_t absPartIdx, uint32_t depth) const
Entropy           884 source/encoder/entropy.cpp void Entropy::finishCU(const CUData& ctu, uint32_t absPartIdx, uint32_t depth, bool bCodeDQP)
Entropy           917 source/encoder/entropy.cpp void Entropy::encodeTransform(const CUData& cu, uint32_t absPartIdx, uint32_t curDepth, uint32_t log2CurSize,
Entropy          1052 source/encoder/entropy.cpp void Entropy::encodeTransformLuma(const CUData& cu, uint32_t absPartIdx, uint32_t curDepth, uint32_t log2CurSize,
Entropy          1125 source/encoder/entropy.cpp void Entropy::codePredInfo(const CUData& cu, uint32_t absPartIdx)
Entropy          1154 source/encoder/entropy.cpp void Entropy::codePUWise(const CUData& cu, uint32_t absPartIdx)
Entropy          1186 source/encoder/entropy.cpp void Entropy::codeRefFrmIdxPU(const CUData& cu, uint32_t absPartIdx, int list)
Entropy          1194 source/encoder/entropy.cpp void Entropy::codeCoeff(const CUData& cu, uint32_t absPartIdx, bool& bCodeDQP, const uint32_t depthRange[2])
Entropy          1211 source/encoder/entropy.cpp void Entropy::codeSaoOffset(const SaoCtuParam& ctuParam, int plane)
Entropy          1248 source/encoder/entropy.cpp void Entropy::codeSaoOffsetEO(int *offset, int typeIdx, int plane)
Entropy          1266 source/encoder/entropy.cpp void Entropy::codeSaoOffsetBO(int *offset, int bandPos, int plane)
Entropy          1308 source/encoder/entropy.cpp void Entropy::resetEntropy(const Slice& slice)
Entropy          1345 source/encoder/entropy.cpp void Entropy::codePredWeightTable(const Slice& slice)
Entropy          1418 source/encoder/entropy.cpp void Entropy::writeUnaryMaxSymbol(uint32_t symbol, uint8_t* scmModel, int offset, uint32_t maxSymbol)
Entropy          1436 source/encoder/entropy.cpp void Entropy::writeEpExGolomb(uint32_t symbol, uint32_t count)
Entropy          1460 source/encoder/entropy.cpp void Entropy::writeCoefRemainExGolomb(uint32_t codeNumber, uint32_t absGoRice)
Entropy          1492 source/encoder/entropy.cpp void Entropy::loadIntraDirModeLuma(const Entropy& src)
Entropy          1499 source/encoder/entropy.cpp void Entropy::copyFrom(const Entropy& src)
Entropy          1509 source/encoder/entropy.cpp void Entropy::codePartSize(const CUData& cu, uint32_t absPartIdx, uint32_t depth)
Entropy          1559 source/encoder/entropy.cpp void Entropy::codeMergeIndex(const CUData& cu, uint32_t absPartIdx)
Entropy          1579 source/encoder/entropy.cpp void Entropy::codeIntraDirLumaAng(const CUData& cu, uint32_t absPartIdx, bool isMultiple)
Entropy          1631 source/encoder/entropy.cpp void Entropy::codeIntraDirChroma(const CUData& cu, uint32_t absPartIdx, uint32_t *chromaDirMode)
Entropy          1653 source/encoder/entropy.cpp void Entropy::codeInterDir(const CUData& cu, uint32_t absPartIdx)
Entropy          1664 source/encoder/entropy.cpp void Entropy::codeRefFrmIdx(const CUData& cu, uint32_t absPartIdx, int list)
Entropy          1687 source/encoder/entropy.cpp void Entropy::codeMvd(const CUData& cu, uint32_t absPartIdx, int list)
Entropy          1724 source/encoder/entropy.cpp void Entropy::codeDeltaQP(const CUData& cu, uint32_t absPartIdx)
Entropy          1745 source/encoder/entropy.cpp void Entropy::codeQtCbfChroma(const CUData& cu, uint32_t absPartIdx, TextType ttype, uint32_t tuDepth, bool lowestLevel)
Entropy          1815 source/encoder/entropy.cpp void Entropy::codeCoeffNxN(const CUData& cu, const coeff_t* coeff, uint32_t absPartIdx, uint32_t log2TrSize, TextType ttype)
Entropy          2188 source/encoder/entropy.cpp void Entropy::codeSaoMaxUvlc(uint32_t code, uint32_t maxSymbol)
Entropy          2207 source/encoder/entropy.cpp void Entropy::estBit(EstBitsSbac& estBitsSbac, uint32_t log2TrSize, bool bIsLuma) const
Entropy          2221 source/encoder/entropy.cpp void Entropy::estCBFBit(EstBitsSbac& estBitsSbac) const
Entropy          2238 source/encoder/entropy.cpp void Entropy::estSignificantCoeffGroupMapBit(EstBitsSbac& estBitsSbac, bool bIsLuma) const
Entropy          2248 source/encoder/entropy.cpp void Entropy::estSignificantMapBit(EstBitsSbac& estBitsSbac, uint32_t log2TrSize, bool bIsLuma) const
Entropy          2339 source/encoder/entropy.cpp void Entropy::estSignificantCoefficientsBit(EstBitsSbac& estBitsSbac, bool bIsLuma) const
Entropy          2378 source/encoder/entropy.cpp void Entropy::copyContextsFrom(const Entropy& src)
Entropy          2386 source/encoder/entropy.cpp void Entropy::start()
Entropy          2395 source/encoder/entropy.cpp void Entropy::finish()
Entropy          2422 source/encoder/entropy.cpp void Entropy::copyState(const Entropy& other)
Entropy          2432 source/encoder/entropy.cpp void Entropy::resetBits()
Entropy          2444 source/encoder/entropy.cpp void Entropy::encodeBin(uint32_t binValue, uint8_t &ctxModel)
Entropy          2493 source/encoder/entropy.cpp void Entropy::encodeBinEP(uint32_t binValue)
Entropy          2510 source/encoder/entropy.cpp void Entropy::encodeBinsEP(uint32_t binValues, int numBins)
Entropy          2540 source/encoder/entropy.cpp void Entropy::encodeBinTrm(uint32_t binValue)
Entropy          2570 source/encoder/entropy.cpp void Entropy::writeOut()
Entropy            99 source/encoder/entropy.h class Entropy : public SyntaxElementWriter
Entropy           116 source/encoder/entropy.h     Entropy();
Entropy           138 source/encoder/entropy.h     void load(const Entropy& src)            { copyFrom(src); }
Entropy           139 source/encoder/entropy.h     void store(Entropy& dest) const          { dest.copyFrom(*this); }
Entropy           140 source/encoder/entropy.h     void loadContexts(const Entropy& src)    { copyContextsFrom(src); }
Entropy           141 source/encoder/entropy.h     void loadIntraDirModeLuma(const Entropy& src);
Entropy           142 source/encoder/entropy.h     void copyState(const Entropy& other);
Entropy           256 source/encoder/entropy.h     void copyFrom(const Entropy& src);
Entropy           257 source/encoder/entropy.h     void copyContextsFrom(const Entropy& src);
Entropy          1247 source/encoder/frameencoder.cpp     Entropy& rowCoder = m_param->bEnableWavefront ? curRow.rowGoOnCoder : m_rows[0].rowGoOnCoder;
Entropy            74 source/encoder/frameencoder.h     Entropy           bufferedEntropy;  /* store CTU2 context for next row CTU0 */
Entropy            75 source/encoder/frameencoder.h     Entropy           rowGoOnCoder;     /* store context between CTUs, code bitstream if !SAO */
Entropy           101 source/encoder/frameencoder.h     void init(Entropy& initContext, unsigned int sid)
Entropy           197 source/encoder/frameencoder.h     Entropy                  m_entropyCoder;
Entropy           198 source/encoder/frameencoder.h     Entropy                  m_initSliceContext;
Entropy           229 source/encoder/framefilter.cpp void FrameFilter::start(Frame *frame, Entropy& initState)
Entropy            38 source/encoder/framefilter.h class Entropy;
Entropy           132 source/encoder/framefilter.h     void start(Frame *pic, Entropy& initState);
Entropy           227 source/encoder/sao.cpp void SAO::startSlice(Frame* frame, Entropy& initState)
Entropy            96 source/encoder/sao.h         Entropy cur;
Entropy            97 source/encoder/sao.h         Entropy next;
Entropy            98 source/encoder/sao.h         Entropy temp;
Entropy           102 source/encoder/sao.h     Entropy     m_entropyCoder;
Entropy           117 source/encoder/sao.h     void startSlice(Frame* pic, Entropy& initState);
Entropy            57 source/encoder/search.h class Entropy;
Entropy            65 source/encoder/search.h     Entropy  cur;     /* starting context for current CU */
Entropy            71 source/encoder/search.h     Entropy  rqtRoot;      /* residual quad-tree start context */
Entropy            72 source/encoder/search.h     Entropy  rqtTemp;      /* residual quad-tree temp context */
Entropy            73 source/encoder/search.h     Entropy  rqtTest;      /* residual quad-tree test context */
Entropy           106 source/encoder/search.h     Entropy    contexts;
Entropy           264 source/encoder/search.h     Entropy         m_entropyCoder;
Entropy           394 source/encoder/search.h         Entropy rqtStore[NUM_SUBPART];