Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dbit_reader_utils.h160 static WEBP_INLINE void VP8LSetBitPos(VP8LBitReader* const br, int val) { in VP8LSetBitPos() function
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8l_dec.c190 VP8LSetBitPos(br, br->bit_pos_ + HUFFMAN_TABLE_BITS); in ReadSymbol()
195 VP8LSetBitPos(br, br->bit_pos_ + table->bits); in ReadSymbol()
209 VP8LSetBitPos(br, br->bit_pos_ + code.bits); in ReadPackedSymbols()
213 VP8LSetBitPos(br, br->bit_pos_ + code.bits - BITS_SPECIAL_MARKER); in ReadPackedSymbols()
281 VP8LSetBitPos(br, br->bit_pos_ + p->bits); in ReadHuffmanCodeLengths()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog462 16be192f VP8LSetBitPos: remove the eos_ setting
1773 d3242aee make VP8LSetBitPos() set br->eos_ flag

Completed in 12 milliseconds