Searched refs:horSamp_m (Results 1 – 4 of 4) sorted by relevance
122 int horSamp_m; /* sampfac = hor_samp_n/hor_samp_m */ member
670 currVol->horSamp_m = (int) BitstreamReadBits16(stream, 5); in DecodeVOLHeader()672 if (currVol->horSamp_m == 0) return PV_FAIL; in DecodeVOLHeader()673 if (currVol->horSamp_n != currVol->horSamp_m) return PV_FAIL; in DecodeVOLHeader()
116 Int horSamp_m; /* sampfac = hor_samp_n/hor_samp_m */ member
939 pVol->horSamp_m = 1; in PVInitVideoEncoder()2571 status = BitstreamPutBits(stream, 5, currVol->horSamp_m);/*hor_sampling_factor_m*/ in EncodeVOS_Start()