Home
last modified time | relevance | path

Searched refs:VP8LSetBitPos (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/utils/
Dbit_reader.h158 static WEBP_INLINE void VP8LSetBitPos(VP8LBitReader* const br, int val) { in VP8LSetBitPos() function
/external/webp/src/dec/
Dvp8l.c189 VP8LSetBitPos(br, br->bit_pos_ + HUFFMAN_TABLE_BITS); in ReadSymbol()
194 VP8LSetBitPos(br, br->bit_pos_ + table->bits); in ReadSymbol()
208 VP8LSetBitPos(br, br->bit_pos_ + code.bits); in ReadPackedSymbols()
212 VP8LSetBitPos(br, br->bit_pos_ + code.bits - BITS_SPECIAL_MARKER); in ReadPackedSymbols()
280 VP8LSetBitPos(br, br->bit_pos_ + p->bits); in ReadHuffmanCodeLengths()