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

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

Completed in 1264 milliseconds