Searched refs:scalType (Results 1 – 4 of 4) sorted by relevance
117 int scalType; /* temporal = 0, spatial = 1, both = 2 */ member
651 currVol->scalType = (int) BitstreamRead1Bits(stream); /* */ in DecodeVOLHeader()652 if (!currVol->scalType) return PV_FAIL; in DecodeVOLHeader()
111 Int scalType; /* temporal = 0, spatial = 1, both = 2 */ member
934 pVol->scalType = 1; in PVInitVideoEncoder()2567 …status = BitstreamPut1Bits(stream, currVol->scalType);/* hierarchy _type ... Spatial= 0 and Tempor… in EncodeVOS_Start()