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

/external/zopfli/src/zopfli/
H A Dlz77.c383 unsigned prev_match = 0; local
405 prevlengthscore = GetLengthScore(prev_length, prev_match);
413 prev_match = dist;
419 dist = prev_match;
435 prev_match = dist;
/external/chromium_org/third_party/zlib/
H A Ddeflate.h159 IPos prev_match; /* previous match */ member in struct:internal_state
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Ddeflate.h157 IPos prev_match; /* previous match */ member in struct:internal_state
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.h157 IPos prev_match; /* previous match */ member in struct:internal_state
/external/zlib/src/
H A Ddeflate.h157 IPos prev_match; /* previous match */ member in struct:internal_state

Completed in 206 milliseconds