Searched defs:ReadSymbol (Results 1 – 4 of 4) sorted by relevance
/external/brotli/csharp/org/brotli/dec/ | ||
D | Decode.cs | 115 private static int ReadSymbol(int[] table, int offset, Org.Brotli.Dec.BitReader br) in ReadSymbol() method in Org.Brotli.Dec.Decode |
/external/libgav1/libgav1/src/utils/ | ||
D | entropy_decoder.cc | 646 int DaalaBitReader::ReadSymbol(uint16_t* const cdf, int symbol_count) { in ReadSymbol() function in libgav1::DaalaBitReader |
/external/brotli/c/dec/ | ||
D | decode.c | 368 static BROTLI_INLINE uint32_t ReadSymbol(const HuffmanCode* table, in ReadSymbol() function |
/external/webp/src/dec/ | ||
D | vp8l_dec.c | 183 static WEBP_INLINE int ReadSymbol(const HuffmanCode* table, in ReadSymbol() function |