HomeSort by relevance Sort by last modified time
    Searched refs:VP8LSetBitPos (Results 1 - 2 of 2) sorted by null

  /external/webp/src/utils/
bit_reader_utils.h 160 static WEBP_INLINE void VP8LSetBitPos(VP8LBitReader* const br, int val) {
  /external/webp/src/dec/
vp8l_dec.c 190 VP8LSetBitPos(br, br->bit_pos_ + HUFFMAN_TABLE_BITS);
195 VP8LSetBitPos(br, br->bit_pos_ + table->bits);
209 VP8LSetBitPos(br, br->bit_pos_ + code.bits);
213 VP8LSetBitPos(br, br->bit_pos_ + code.bits - BITS_SPECIAL_MARKER);
281 VP8LSetBitPos(br, br->bit_pos_ + p->bits);
    [all...]

Completed in 43 milliseconds