Searched refs:VP8_BD_VALUE (Results 1 – 3 of 3) sorted by relevance
27 typedef size_t VP8_BD_VALUE; typedef29 #define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)40 VP8_BD_VALUE value;60 VP8_BD_VALUE value; in vp8dx_decode_bool()62 VP8_BD_VALUE bigsplit; in vp8dx_decode_bool()74 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in vp8dx_decode_bool()
42 VP8_BD_VALUE value = br->value; in vp8dx_bool_decoder_fill()49 unsigned char decrypted[sizeof(VP8_BD_VALUE) + 1]; in vp8dx_bool_decoder_fill()68 value |= (VP8_BD_VALUE)*bufptr << shift; in vp8dx_bool_decoder_fill()
62 VP8_BD_VALUE bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in GetSigned()