Home
last modified time | relevance | path

Searched refs:ReadSymbol (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DDecode.cs115 private static int ReadSymbol(int[] table, int offset, Org.Brotli.Dec.BitReader br) in ReadSymbol() method in Org.Brotli.Dec.Decode
136 int code = ReadSymbol(table, offset, br); in ReadBlockLength()
370 int code = ReadSymbol(table, 0, br); in DecodeContextMap()
410 …int blockType = ReadSymbol(state.blockTypeTrees, treeType * Org.Brotli.Dec.Huffman.HuffmanMaxTable… in DecodeBlockTypeAndLength()
714 int cmdCode = ReadSymbol(state.hGroup1.codes, state.treeCommandOffset, br); in Decompress()
745 … ringBuffer[state.pos] = unchecked((byte)ReadSymbol(state.hGroup0.codes, state.literalTree, br)); in Decompress()
772 prevByte1 = ReadSymbol(state.hGroup0.codes, state.hGroup0.trees[literalTreeIndex], br); in Decompress()
804 …state.distanceCode = ReadSymbol(state.hGroup2.codes, state.hGroup2.trees[state.distContextMap[stat… in Decompress()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c183 static WEBP_INLINE int ReadSymbol(const HuffmanCode* table, in ReadSymbol() function
1039 code = ReadSymbol(htree_group->htrees[GREEN], br); in DecodeAlphaData()
1055 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeAlphaData()
1163 code = ReadSymbol(htree_group->htrees[GREEN], br); in DecodeImageData()
1171 red = ReadSymbol(htree_group->htrees[RED], br); in DecodeImageData()
1173 blue = ReadSymbol(htree_group->htrees[BLUE], br); in DecodeImageData()
1174 alpha = ReadSymbol(htree_group->htrees[ALPHA], br); in DecodeImageData()
1199 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeImageData()
/third_party/node/deps/brotli/c/dec/
Ddecode.c368 static BROTLI_INLINE uint32_t ReadSymbol(const HuffmanCode* table, in ReadSymbol() function
877 code = ReadSymbol(table, br); in ReadBlockLength()
1136 block_type = ReadSymbol(type_tree, br); in DecodeBlockTypeAndLength()
1626 code = ReadSymbol(distance_tree, br); in ReadDistanceInternal()
1674 cmd_code = ReadSymbol(s->htree_command, br); in ReadCommandInternal()
1844 p1 = (uint8_t)ReadSymbol(hc, br); in ProcessCommandsInternal()
/third_party/skia/third_party/externals/brotli/c/dec/
Ddecode.c368 static BROTLI_INLINE uint32_t ReadSymbol(const HuffmanCode* table, in ReadSymbol() function
877 code = ReadSymbol(table, br); in ReadBlockLength()
1136 block_type = ReadSymbol(type_tree, br); in DecodeBlockTypeAndLength()
1626 code = ReadSymbol(distance_tree, br); in ReadDistanceInternal()
1674 cmd_code = ReadSymbol(s->htree_command, br); in ReadCommandInternal()
1844 p1 = (uint8_t)ReadSymbol(hc, br); in ProcessCommandsInternal()