Searched refs:horSamp_m (Results 1 – 4 of 4) sorted by relevance
122 int horSamp_m; /* sampfac = hor_samp_n/hor_samp_m */ member
657 currVol->horSamp_m = (int) BitstreamReadBits16(stream, 5); in DecodeVOLHeader()659 if (currVol->horSamp_m == 0) return PV_FAIL; in DecodeVOLHeader()660 if (currVol->horSamp_n != currVol->horSamp_m) return PV_FAIL; in DecodeVOLHeader()
115 Int horSamp_m; /* sampfac = hor_samp_n/hor_samp_m */ member
938 pVol->horSamp_m = 1; in PVInitVideoEncoder()2574 status = BitstreamPutBits(stream, 5, currVol->horSamp_m);/*hor_sampling_factor_m*/ in EncodeVOS_Start()