Home | History | Annotate | Download | only in src

Lines Matching refs:horSamp_m

653             currVol->horSamp_m = (int) BitstreamReadBits16(stream, 5);
655 if (currVol->horSamp_m == 0) return PV_FAIL;
656 if (currVol->horSamp_n != currVol->horSamp_m) return PV_FAIL;