Searched refs:LZ (Results 1 – 25 of 157) sorted by relevance
1234567
42 <Compile Include="..\LZ\IMatchFinder.cs">43 <Link>LZ\IMatchFinder.cs</Link>45 <Compile Include="..\LZ\LzBinTree.cs">46 <Link>LZ\LzBinTree.cs</Link>48 <Compile Include="..\LZ\LzInWindow.cs">49 <Link>LZ\LzInWindow.cs</Link>51 <Compile Include="..\LZ\LzOutWindow.cs">52 <Link>LZ\LzOutWindow.cs</Link>
422 opus_int32 frac_Q24, LZ; in silk_PLC_glue_frames() local425 LZ = silk_CLZ32( psPLC->conc_energy ); in silk_PLC_glue_frames()426 LZ = LZ - 1; in silk_PLC_glue_frames()427 psPLC->conc_energy = silk_LSHIFT( psPLC->conc_energy, LZ ); in silk_PLC_glue_frames()428 energy = silk_RSHIFT( energy, silk_max_32( 24 - LZ, 0 ) ); in silk_PLC_glue_frames()
5 namespace SevenZip.Compression.LZ
3 namespace SevenZip.Compression.LZ
1 # LZ4 - Fast LZ compression algorithm
19 method bar()LZ;:
3 package SevenZip.Compression.LZ;
135 LZ.OutWindow m_OutWindow = new LZ.OutWindow();
304 LZ.IMatchFinder _matchFinder = null;366 LZ.BinTree bt = new LZ.BinTree(); in Create()
168 LZ - files related to LZ (Lempel-Ziv) compression algorithm176 LZ - files related to LZ (Lempel-Ziv) compression algorithm
216 The LZMA compression algorithm uses LZ-based compression with Sliding Window568 LZ part of LZMA 571 LZ part of LZMA describes details about the decoding of MATCHES and LITERALS.729 that is used for LZ-window match is (2^32 - 1).1075 Also the decoder must return error, if the LZ window is empty:
5 import SevenZip.Compression.LZ.BinTree;304 SevenZip.Compression.LZ.BinTree _matchFinder = null;366 SevenZip.Compression.LZ.BinTree bt = new SevenZip.Compression.LZ.BinTree(); in Create()
5 import SevenZip.Compression.LZ.OutWindow;
24 …6)�t'�K\���B�!reǹf�oV��~.Γ�_�u��-��F��5`Ԑ��lN�$9ԧ��/#zV��tk@s0�N>LZ��c�o�Yݚ�ZBnLI¨|5�…
26 …z$�����Bg��1.1��*�㬐z��4S����0a �`U7?ҏ�(v����g��6�1!�.o*ʌ���h/��߀��(LZ��OT��ܟOC�r���:�ٛ��…
35 Y��3$�CLZ�j�x|�Z��}��F
55 …:c:�1gg�D�gk��dN�.�`m���X�]�h$6$��<L�]�%���<\X��e�{?��q)�pһ�葴��7�H����7�E��LZ!`}{ō[�H�MQ�97 …:c:�1gg�D�gk��dN�.�`m���X�]�h$6$��<L�]�%���<\X��e�{?��q)�pһ�葴��7�H����7�E��LZ!`}{ō[�H�MQ�
35 unsigned LZ = countLeadingZeros((uint64_t)Val); in getIntImmCost() local36 return (64 - LZ + 15) / 16; in getIntImmCost()
546 unsigned LZ = countLeadingZeros(Imm); in expandMOVImm() local548 Shift = ((63 - LZ) / 16) * 16; in expandMOVImm()