Home
last modified time | relevance | path

Searched refs:SymbolDecoderContext (Results 1 – 10 of 10) sorted by relevance

/external/libgav1/libgav1/src/
Dsymbol_decoder_context.cc37 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()
Dbuffer_pool.h148 const SymbolDecoderContext& FrameContext() const { return frame_context_; } in FrameContext()
152 void SetFrameContext(const SymbolDecoderContext& context);
323 SymbolDecoderContext frame_context_;
Dsymbol_decoder_context.h93 struct SymbolDecoderContext { struct
94 SymbolDecoderContext() = default;
95 explicit SymbolDecoderContext(int base_quantizer_index) { in SymbolDecoderContext() function
Dframe_scratch_buffer.h55 SymbolDecoderContext symbol_decoder_context;
Dloop_restoration_info.h62 SymbolDecoderContext* symbol_decoder_context,
Dtile.h77 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_;
Dbuffer_pool.cc94 void RefCountedBuffer::SetFrameContext(const SymbolDecoderContext& context) { in SetFrameContext()
Dloop_restoration_info.cc137 SymbolDecoderContext* const symbol_decoder_context, Plane plane, in ReadUnitCoefficients()
Ddecoder_impl.cc218 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()
/external/libgav1/libgav1/src/tile/
Dtile.cc423 SymbolDecoderContext* const saved_symbol_decoder_context, in Tile()
1052 const int cdf_index = SymbolDecoderContext::TxTypeIndex(tx_set); in ReadTransformType()