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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddboolhuff.h29 #define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT) macro
74 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
125 if ((br->count > VP8_BD_VALUE_SIZE) && (br->count < VP8_LOTS_OF_BITS))
H A Ddboolhuff.c43 int shift = VP8_BD_VALUE_SIZE - CHAR_BIT - (count + CHAR_BIT);
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.h28 #define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT) macro
79 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
130 if ((br->count > VP8_BD_VALUE_SIZE) && (br->count < VP8_LOTS_OF_BITS))
H A Ddboolhuff.c42 int shift = VP8_BD_VALUE_SIZE - 8 - (count + 8);
H A Ddetokenize.c62 VP8_BD_VALUE bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);

Completed in 2820 milliseconds