Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Ddboolhuff.h17 typedef size_t VP8_BD_VALUE; typedef
19 # define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)
29 VP8_BD_VALUE value;
70 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
79 VP8_BD_VALUE value; in vp8dx_decode_bool()
81 VP8_BD_VALUE bigsplit; in vp8dx_decode_bool()
93 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in vp8dx_decode_bool()
Ddboolhuff.c61 VP8_BD_VALUE value; in vp8dx_bool_decoder_fill()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Ddboolhuff.h20 typedef size_t VP8_BD_VALUE; typedef
22 #define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT)
39 VP8_BD_VALUE value;
62 VP8_BD_VALUE value; in vp8dx_decode_bool()
64 VP8_BD_VALUE bigsplit; in vp8dx_decode_bool()
76 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in vp8dx_decode_bool()
Ddboolhuff.c42 VP8_BD_VALUE value = br->value; in vp8dx_bool_decoder_fill()
49 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()