Lines Matching refs:vopdquant
624 GstVC1VopDquant *vopdquant = &framehdr->vopdquant; in parse_vopdquant() local
628 vopdquant->dqbilevel = 0; in parse_vopdquant()
631 vopdquant->dquantfrm = 0; in parse_vopdquant()
633 READ_UINT8 (br, vopdquant->pqdiff, 3); in parse_vopdquant()
635 if (vopdquant->pqdiff != 7) in parse_vopdquant()
636 vopdquant->altpquant = framehdr->pquant + vopdquant->pqdiff + 1; in parse_vopdquant()
638 READ_UINT8 (br, vopdquant->abspq, 5); in parse_vopdquant()
639 vopdquant->altpquant = vopdquant->abspq; in parse_vopdquant()
642 READ_UINT8 (br, vopdquant->dquantfrm, 1); in parse_vopdquant()
644 vopdquant->dquantfrm); in parse_vopdquant()
646 if (vopdquant->dquantfrm) { in parse_vopdquant()
647 READ_UINT8 (br, vopdquant->dqprofile, 2); in parse_vopdquant()
649 switch (vopdquant->dqprofile) { in parse_vopdquant()
652 READ_UINT8 (br, vopdquant->dqbedge, 2); in parse_vopdquant()
656 READ_UINT8 (br, vopdquant->dqbilevel, 1); in parse_vopdquant()
660 if (vopdquant->dqbilevel in parse_vopdquant()
661 || vopdquant->dqprofile != GST_VC1_DQPROFILE_ALL_MBS) { in parse_vopdquant()
663 READ_UINT8 (br, vopdquant->pqdiff, 3); in parse_vopdquant()
665 if (vopdquant->pqdiff != 7) in parse_vopdquant()
666 vopdquant->altpquant = framehdr->pquant + vopdquant->pqdiff + 1; in parse_vopdquant()
668 READ_UINT8 (br, vopdquant->abspq, 5); in parse_vopdquant()
669 vopdquant->altpquant = vopdquant->abspq; in parse_vopdquant()