Searched defs:delta3 (Results 1 – 7 of 7) sorted by relevance
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/ |
D | HC4.java | 97 int delta3 = lzPos - hash.getHash3Pos(); in getMatches() local
|
D | BT4.java | 81 int delta3 = lzPos - hash.getHash3Pos(); in getMatches() local
|
/external/lzma/C/ |
D | LzFind.c | 543 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Bt4_MatchFinder_GetMatches() local 590 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Hc4_MatchFinder_GetMatches() local
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 352 inline deUint8 extend5Delta3To8 (deUint8 base5, deUint8 delta3) in extend5Delta3To8()
|
/external/skia/src/gpu/batches/ |
D | GrPLSPathRenderer.cpp | 324 GrGLSLVertToFrag delta3(kVec2f_GrSLType); in onEmitCode() local
|
/external/opencv3/modules/calib3d/src/ |
D | stereosgbm.cpp | 554 int delta2 = minLr[1][xm + 2] + P2, delta3 = minLr[1][xm + NR2 + 3] + P2; in computeDisparitySGBM() local
|
/external/webp/src/dsp/ |
D | dec_neon.c | 489 const int8x16_t delta3 = vshrq_n_s8(delta_p3, 3); in ApplyFilter2NoFlip() local 504 const int8x16_t delta3 = vshrq_n_s8(delta_p3, 3); in ApplyFilter2() local
|