HomeSort by relevance Sort by last modified time
    Searched refs:kContextLookup (Results 1 - 2 of 2) sorted by null

  /external/brotli/dec/
context.h 18 context = kContextLookup[p1] | kContextLookup[p2 + 256].
89 context = (kContextLookup[512 + p1] << 3) | kContextLookup[512 + p2].
94 context = kContextLookup[offset1 + p1] | kContextLookup[offset2 + p2].
112 static const uint8_t kContextLookup[1792] = {
decode.c     [all...]

Completed in 51 milliseconds