Home
last modified time | relevance | path

Searched refs:vp8_norm (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Ddboolhuff.h35 __declspec(align(16)) extern const unsigned char vp8_norm[256];
37 extern const unsigned char vp8_norm[256] __attribute__((aligned(16)));
105 register unsigned int shift = vp8_norm[range]; in vp8dx_decode_bool()
Ddboolhuff.c15 const unsigned char vp8_norm[256] = { variable
17 const unsigned char vp8_norm[256] __attribute__ ((aligned (16))) = {
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Ddboolhuff.h47 extern const unsigned char vp8_norm[256];
88 register unsigned int shift = vp8_norm[range]; in vp8dx_decode_bool()
Dvp8utils.c19 const guint8 vp8_norm[256] = { variable
/third_party/gstreamer/gstplugins_bad/
DChangeLog145617 rtpvp8: redifine vp8_norm to avoid duplicated symbols in static links with libvpx