Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp8pay.c328 vp8_decode_value (&bc, 8); in gst_rtp_vp8_pay_parse_frame()
335 vp8_decode_value (&bc, 7); in gst_rtp_vp8_pay_parse_frame()
344 vp8_decode_value (&bc, 8); in gst_rtp_vp8_pay_parse_frame()
351 vp8_decode_value (&bc, 1); in gst_rtp_vp8_pay_parse_frame()
352 vp8_decode_value (&bc, 6); in gst_rtp_vp8_pay_parse_frame()
353 vp8_decode_value (&bc, 3); in gst_rtp_vp8_pay_parse_frame()
365 vp8_decode_value (&bc, 7); in gst_rtp_vp8_pay_parse_frame()
373 tmp8 = vp8_decode_value (&bc, 2); in gst_rtp_vp8_pay_parse_frame()
Ddboolhuff.h117 static G_GNUC_UNUSED int vp8_decode_value(BOOL_DECODER *br, int bits) in vp8_decode_value() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvp8rangedecoder.c42 return vp8_decode_value (BOOL_DECODER_CAST (rd), bits); in gst_vp8_range_decoder_read_literal()
Ddboolhuff.h100 static inline int vp8_decode_value(BOOL_DECODER *br, int bits) in vp8_decode_value() function