Home
last modified time | relevance | path

Searched refs:BD_VALUE (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_reader.h28 typedef size_t BD_VALUE; typedef
30 #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()
Dvp9_reader.c45 BD_VALUE value = r->value; in vp9_reader_fill()
68 value |= (BD_VALUE)*buffer++ << shift; in vp9_reader_fill()