Searched refs:SymbolDecoderContext (Results 1 – 10 of 10) sorted by relevance
37 void ResetPartitionCounters(SymbolDecoderContext* const context) { in ResetPartitionCounters()41 SymbolDecoderContext::PartitionCdfSize(block_size_log2++); in ResetPartitionCounters()48 void ResetPaletteColorIndexCounters(SymbolDecoderContext* const context) { in ResetPaletteColorIndexCounters()60 void ResetTxTypeCounters(SymbolDecoderContext* const context) { in ResetTxTypeCounters()78 void ResetTxDepthCounters(SymbolDecoderContext* const context) { in ResetTxDepthCounters()89 void ResetUVModeCounters(SymbolDecoderContext* const context) { in ResetUVModeCounters()105 void SymbolDecoderContext::Initialize(int base_quantizer_index) { in Initialize()189 void SymbolDecoderContext::ResetIntraFrameYModeCdf() { in ResetIntraFrameYModeCdf()229 void SymbolDecoderContext::ResetCounters() { in ResetCounters()308 int SymbolDecoderContext::PartitionCdfSize(int block_size_log2) { in PartitionCdfSize()
148 const SymbolDecoderContext& FrameContext() const { return frame_context_; } in FrameContext()152 void SetFrameContext(const SymbolDecoderContext& context);323 SymbolDecoderContext frame_context_;
93 struct SymbolDecoderContext { struct94 SymbolDecoderContext() = default;95 explicit SymbolDecoderContext(int base_quantizer_index) { in SymbolDecoderContext() function
55 SymbolDecoderContext symbol_decoder_context;
62 SymbolDecoderContext* symbol_decoder_context,
77 SymbolDecoderContext* const saved_symbol_decoder_context, in Create()247 SymbolDecoderContext* saved_symbol_decoder_context,653 SymbolDecoderContext symbol_decoder_context_;654 SymbolDecoderContext* const saved_symbol_decoder_context_;
94 void RefCountedBuffer::SetFrameContext(const SymbolDecoderContext& context) { in SetFrameContext()
137 SymbolDecoderContext* const symbol_decoder_context, Plane plane, in ReadUnitCoefficients()
218 const SymbolDecoderContext& saved_symbol_decoder_context, in DecodeTilesFrameParallel()417 const SymbolDecoderContext& saved_symbol_decoder_context, in DecodeTilesThreadedFrameParallel()1480 SymbolDecoderContext saved_symbol_decoder_context; in DecodeTiles()
423 SymbolDecoderContext* const saved_symbol_decoder_context, in Tile()1052 const int cdf_index = SymbolDecoderContext::TxTypeIndex(tx_set); in ReadTransformType()