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

/external/chromium_org/third_party/libvpx/source/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);
/external/libvpx/libvpx/vp8/decoder/
H A Ddboolhuff.h26 typedef size_t VP8_BD_VALUE; typedef
28 #define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)
45 VP8_BD_VALUE value;
65 VP8_BD_VALUE value;
67 VP8_BD_VALUE bigsplit;
79 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
H A Ddboolhuff.c40 VP8_BD_VALUE value = br->value;
47 unsigned char decrypted[sizeof(VP8_BD_VALUE) + 1];
66 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 118 milliseconds