Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp8pay.c311 vp8dx_decode_bool (&bc, 0x80); in gst_rtp_vp8_pay_parse_frame()
312 vp8dx_decode_bool (&bc, 0x80); in gst_rtp_vp8_pay_parse_frame()
316 if (vp8dx_decode_bool (&bc, 0x80)) { in gst_rtp_vp8_pay_parse_frame()
317 guint8 update_mb_segmentation_map = vp8dx_decode_bool (&bc, 0x80); in gst_rtp_vp8_pay_parse_frame()
318 guint8 update_segment_feature_data = vp8dx_decode_bool (&bc, 0x80); in gst_rtp_vp8_pay_parse_frame()
322 vp8dx_decode_bool (&bc, 0x80); in gst_rtp_vp8_pay_parse_frame()
327 if (vp8dx_decode_bool (&bc, 0x80)) in gst_rtp_vp8_pay_parse_frame()
334 if (vp8dx_decode_bool (&bc, 0x80)) in gst_rtp_vp8_pay_parse_frame()
343 if (vp8dx_decode_bool (&bc, 0x80)) in gst_rtp_vp8_pay_parse_frame()
356 if (vp8dx_decode_bool (&bc, 0x80)) { in gst_rtp_vp8_pay_parse_frame()
[all …]
Ddboolhuff.h77 static int vp8dx_decode_bool(BOOL_DECODER *br, int probability) { in vp8dx_decode_bool() function
124 z |= (vp8dx_decode_bool(br, 0x80) << bit); in vp8_decode_value()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Ddboolhuff.h60 static inline int vp8dx_decode_bool(BOOL_DECODER *br, int probability) { in vp8dx_decode_bool() function
107 z |= (vp8dx_decode_bool(br, 0x80) << bit); in vp8_decode_value()
Dgstvp8rangedecoder.c36 return vp8dx_decode_bool (BOOL_DECODER_CAST (rd), prob); in gst_vp8_range_decoder_read()