Searched defs:RG (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs33 CRandomGenerator RG = new CRandomGenerator(); field in class:SevenZip.LzmaBench.CBitRandomGenerator
53 Value = RG.GetRnd();
63 CBitRandomGenerator RG = new CBitRandomGenerator(); field in class:SevenZip.LzmaBench.CBenchRandomGenerator
78 UInt32 GetRndBit() { return RG.GetRnd(1); }
81 UInt32 len = RG.GetRnd(numBits);
82 return RG.GetRnd((int)len);
88 return (GetLogRandBits(4) << 10) | RG.GetRnd(10);
90 UInt32 GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); }
91 UInt32 GetLen2() { return RG
[all...]
/external/lzma/Java/SevenZip/
H A DLzmaBench.java28 CRandomGenerator RG = new CRandomGenerator(); field in class:LzmaBench.CBitRandomGenerator
48 Value = RG.GetRnd();
58 CBitRandomGenerator RG = new CBitRandomGenerator(); field in class:LzmaBench.CBenchRandomGenerator
72 int GetRndBit() { return RG.GetRnd(1); }
75 int len = RG.GetRnd(numBits);
76 return RG.GetRnd((int)len);
82 return (GetLogRandBits(4) << 10) | RG.GetRnd(10);
84 int GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); }
85 int GetLen2() { return RG
[all...]
/external/webp/src/dsp/
H A Dupsampling_msa.c225 RG = tmp0 | tmp1; \
235 RG = tmp0 | tmp1; \
460 v16u8 R, G, B, RG, BA, tmp0, tmp1; local
463 CALC_RGBA4444(y, u, v, BA, RG, 16, dst);
465 CALC_RGBA4444(y, u, v, RG, BA, 16, dst);
477 CALC_RGBA4444(temp, u, v, BA, RG, 16, temp);
479 CALC_RGBA4444(temp, u, v, RG, BA, 16, temp);
486 CALC_RGBA4444(temp, u, v, BA, RG, 8, temp);
488 CALC_RGBA4444(temp, u, v, RG, BA, 8, temp);
496 v16u8 R, G, B, RG, G local
[all...]
/external/deqp/framework/common/
H A DtcuTexture.hpp50 RG, enumerator in enum:tcu::TextureFormat::ChannelOrder
H A DtcuTexture.cpp541 case TextureFormat::RG:
582 return format.order == TextureFormat::RG;
661 case TextureFormat::RG: return 2;
778 static const TextureSwizzle RG = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ONE }}; local
795 case TextureFormat::RG: return RG;
803 case TextureFormat::sRG: return RG;
832 static const TextureSwizzle RG = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST }}; local
849 case TextureFormat::RG: return RG;
[all...]

Completed in 748 milliseconds