Home
last modified time | relevance | path

Searched refs:VP8_BD_VALUE (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/decoder/
Ddboolhuff.h20 typedef size_t VP8_BD_VALUE; typedef
22 # define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)
32 VP8_BD_VALUE value;
62 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
71 VP8_BD_VALUE value; in vp8dx_decode_bool()
73 VP8_BD_VALUE bigsplit; in vp8dx_decode_bool()
82 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in vp8dx_decode_bool()
Ddetokenize.c99 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
119 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
135 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
166 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \
201 VP8_BD_VALUE value; in vp8_decode_mb_tokens()
205 VP8_BD_VALUE bigsplit; in vp8_decode_mb_tokens()
Ddboolhuff.c53 VP8_BD_VALUE value; in vp8dx_bool_decoder_fill()