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