Home
last modified time | relevance | path

Searched refs:altpquant (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.c636 vopdquant->altpquant = framehdr->pquant + vopdquant->pqdiff + 1; in parse_vopdquant()
639 vopdquant->altpquant = vopdquant->abspq; in parse_vopdquant()
666 vopdquant->altpquant = framehdr->pquant + vopdquant->pqdiff + 1; in parse_vopdquant()
669 vopdquant->altpquant = vopdquant->abspq; in parse_vopdquant()
Dgstvc1parser.h485 guint8 altpquant; member
/third_party/gstreamer/gstplugins_bad/
DChangeLog161340 codecparsers: vc1: compute altpquant.