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

  /external/webp/src/dec/
vp8l_dec.c 182 // to ReadSymbol, in order to pre-fetch enough bits.
183 static WEBP_INLINE int ReadSymbol(const HuffmanCode* table,
776 // call to ReadSymbol() for red/blue/alpha channels.
    [all...]
  /external/brotli/dec/
decode.c 314 static BROTLI_INLINE uint32_t ReadSymbol(const HuffmanCode* table,
810 code = ReadSymbol(table, br);
    [all...]

Completed in 82 milliseconds