Searched refs:vp8dx_decode_bool (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvp8pay.c | 311 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 …]
|
D | dboolhuff.h | 77 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/ |
D | dboolhuff.h | 60 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()
|
D | gstvp8rangedecoder.c | 36 return vp8dx_decode_bool (BOOL_DECODER_CAST (rd), prob); in gst_vp8_range_decoder_read()
|