Searched refs:VP8_BD_VALUE (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
H A Ddboolhuff.h27 typedef size_t VP8_BD_VALUE; typedef
29 #define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)
40 VP8_BD_VALUE value;
60 VP8_BD_VALUE value;
62 VP8_BD_VALUE bigsplit;
74 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
H A Ddboolhuff.c41 VP8_BD_VALUE value = br->value;
48 unsigned char decrypted[sizeof(VP8_BD_VALUE) + 1];
67 value |= (VP8_BD_VALUE)*bufptr << shift;
H A Ddetokenize.c62 VP8_BD_VALUE bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);

Completed in 87 milliseconds