Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Ddboolhuff.h19 # define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT) macro
55 int shift = VP8_BD_VALUE_SIZE - 8 - ((_count) + 8); \
93 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in vp8dx_decode_bool()
144 if ((br->count > VP8_BD_VALUE_SIZE) && (br->count < VP8_LOTS_OF_BITS)) in vp8dx_bool_error()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Ddboolhuff.h22 #define VP8_BD_VALUE_SIZE ((int)sizeof(VP8_BD_VALUE)*CHAR_BIT) macro
76 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); in vp8dx_decode_bool()
127 if ((br->count > VP8_BD_VALUE_SIZE) && (br->count < VP8_LOTS_OF_BITS)) in vp8dx_bool_error()
Dgstvp8rangedecoder.c63 state->value = (guint8) ((bd->value) >> (VP8_BD_VALUE_SIZE - 8)); in gst_vp8_range_decoder_get_state()
Ddboolhuff.c44 int shift = VP8_BD_VALUE_SIZE - 8 - (count + 8); in vp8dx_bool_decoder_fill()