Home
last modified time | relevance | path

Searched defs:in_window (Results 1 – 4 of 4) sorted by relevance

/external/brotli/c/enc/
Dliteral_cost.c63 size_t in_window = BROTLI_MIN(size_t, window_half, len); in EstimateBitCostsForLiteralsUTF8() local
135 size_t in_window = BROTLI_MIN(size_t, window_half, len); in BrotliEstimateBitCostsForLiterals() local
/external/cronet/third_party/brotli/enc/
Dliteral_cost.c65 size_t in_window = BROTLI_MIN(size_t, window_half, len); in EstimateBitCostsForLiteralsUTF8() local
138 size_t in_window = BROTLI_MIN(size_t, window_half, len); in BrotliEstimateBitCostsForLiterals() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEReductionOperationKernel.cpp353 Window in_window(window); in reduceY() local
364 Window in_window(window); in reduceZ() local
375 Window in_window(window); in reduceW() local
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dssl.h1362 uint64_t in_window; /*!< bitmask for replay detection */ member