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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 63 milliseconds