Home
last modified time | relevance | path

Searched defs:delta3 (Results 1 – 6 of 6) sorted by relevance

/external/xz-java/src/org/tukaani/xz/lz/
DHC4.java107 int delta3 = lzPos - hash.getHash3Pos(); in getMatches() local
DBT4.java91 int delta3 = lzPos - hash.getHash3Pos(); in getMatches() local
/external/coreboot/util/cbfstool/lzma/C/
DLzFind.c541 uint32_t hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Bt4_MatchFinder_GetMatches() local
588 uint32_t hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Hc4_MatchFinder_GetMatches() local
/external/webp/src/dsp/
Ddec_neon.c477 const int8x16_t delta3 = vshrq_n_s8(delta_p3, 3); in ApplyFilter2NoFlip_NEON() local
492 const int8x16_t delta3 = vshrq_n_s8(delta_p3, 3); in ApplyFilter2_NEON() local
/external/libgav1/src/dsp/arm/
Dfilm_grain_neon.cc649 const int16x8_t delta3 = in InitializeScalingLookupTable_NEON() local
/external/deqp/framework/common/
DtcuCompressedTexture.cpp570 inline uint8_t extend5Delta3To8(uint8_t base5, uint8_t delta3) in extend5Delta3To8()