Searched refs:BD_VALUE (Results 1 – 2 of 2) sorted by relevance
27 typedef size_t BD_VALUE; typedef29 #define BD_VALUE_SIZE ((int)sizeof(BD_VALUE) * CHAR_BIT)38 BD_VALUE value;45 uint8_t clear_buffer[sizeof(BD_VALUE) + 1];78 BD_VALUE value; in vpx_read()79 BD_VALUE bigsplit; in vpx_read()90 bigsplit = (BD_VALUE)split << (BD_VALUE_SIZE - CHAR_BIT); in vpx_read()
45 BD_VALUE value = r->value; in vpx_reader_fill()59 BD_VALUE nv; in vpx_reader_fill()60 BD_VALUE big_endian_values; in vpx_reader_fill()61 memcpy(&big_endian_values, buffer, sizeof(BD_VALUE)); in vpx_reader_fill()82 value |= (BD_VALUE)*buffer++ << shift; in vpx_reader_fill()