Searched refs:vp8_decode_value (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvp8pay.c | 328 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()
|
D | dboolhuff.h | 117 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/ |
D | gstvp8rangedecoder.c | 42 return vp8_decode_value (BOOL_DECODER_CAST (rd), bits); in gst_vp8_range_decoder_read_literal()
|
D | dboolhuff.h | 100 static inline int vp8_decode_value(BOOL_DECODER *br, int bits) in vp8_decode_value() function
|