Searched refs:VP8_BD_VALUE_SIZE (Results 1 – 3 of 3) sorted by relevance
28 #define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE) * CHAR_BIT) macro68 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in vp8dx_decode_bool()115 if ((br->count > VP8_BD_VALUE_SIZE) && (br->count < VP8_LOTS_OF_BITS)) { in vp8dx_bool_error()
38 int shift = VP8_BD_VALUE_SIZE - CHAR_BIT - (count + CHAR_BIT); in vp8dx_bool_decoder_fill()
57 VP8_BD_VALUE bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in GetSigned()