Searched refs:horSamp_n (Results 1 – 4 of 4) sorted by relevance
121 int horSamp_n; /* VOL hor. resampling of ref. VOL given by */ member
654 currVol->horSamp_n = (int) BitstreamReadBits16(stream, 5); in DecodeVOLHeader()660 if (currVol->horSamp_n != currVol->horSamp_m) return PV_FAIL; in DecodeVOLHeader()
114 Int horSamp_n; /* VOL hor. resampling of ref. VOL given by */ member
939 pVol->horSamp_n = 1; in PVInitVideoEncoder()2573 status = BitstreamPutBits(stream, 5, currVol->horSamp_n);/*hor_sampling_factor_n*/ in EncodeVOS_Start()