Unit 'PasVulkan.Compression.LZMA' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_pasvulkan]

TLZMALenPriceTableEncoder

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: PasVulkan.Compression.LZMA.pas line 448

type TLZMALenPriceTableEncoder = class(TLZMALenEncoder)

public

  _prices: array [0..kNumLenSymbolsshlkNumPosStatesBitsEncodingMax-1] of TpvInt32;

  

  _tableSize: TpvInt32;

  

  _counters: array [0..kNumPosStatesEncodingMax-1] of TpvInt32;

  

  procedure SetTableSize();

  

  function GetPrice();

  

  procedure UpdateTable();

  

  procedure UpdateTables();

  

  procedure Encode(); override;

  

end;

Inheritance

TLZMALenPriceTableEncoder

  

|

TLZMALenEncoder

  

|

TObject



CT Web help

CodeTyphon Studio