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

  /external/libvpx/vp8/decoder/
dboolhuff.h 20 typedef size_t VP8_BD_VALUE;
22 # define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)
36 VP8_BD_VALUE value;
133 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
148 VP8_BD_VALUE value;
150 VP8_BD_VALUE bigsplit;
159 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
dboolhuff.c 52 VP8_BD_VALUE value;
78 VP8_BD_VALUE value;
80 VP8_BD_VALUE bigsplit;
89 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
detokenize.c 124 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
144 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
160 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
191 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
255 VP8_BD_VALUE value;
259 VP8_BD_VALUE bigsplit;

Completed in 44 milliseconds