Searched refs:VP8_BD_VALUE (Results 1 – 3 of 3) sorted by relevance
26 typedef size_t VP8_BD_VALUE; typedef28 #define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)45 VP8_BD_VALUE value;65 VP8_BD_VALUE value; in vp8dx_decode_bool()67 VP8_BD_VALUE bigsplit; in vp8dx_decode_bool()79 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in vp8dx_decode_bool()
40 VP8_BD_VALUE value = br->value; in vp8dx_bool_decoder_fill()47 unsigned char decrypted[sizeof(VP8_BD_VALUE) + 1]; in vp8dx_bool_decoder_fill()66 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()