Searched refs:BD_VALUE (Results 1 – 2 of 2) sorted by relevance
28 typedef size_t BD_VALUE; typedef30 #define BD_VALUE_SIZE ((int)sizeof(BD_VALUE) * CHAR_BIT)35 uint8_t clear_buffer[sizeof(BD_VALUE) + 1];36 BD_VALUE value;57 BD_VALUE value; in vp9_read()58 BD_VALUE bigsplit; in vp9_read()69 bigsplit = (BD_VALUE)split << (BD_VALUE_SIZE - CHAR_BIT); in vp9_read()
45 BD_VALUE value = r->value; in vp9_reader_fill()68 value |= (BD_VALUE)*buffer++ << shift; in vp9_reader_fill()