Searched refs:LV (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DPrepare.cpp292 int32 RV, LV; local
295 LV = RV + Y;
311 if (LV < 0)
312 nTemp = ((uint32) (LV + 0x800000)) | 0x800000;
314 nTemp = (uint32) LV;
413 int32 RV, LV; local
417 LV = RV + pInputY[SampleIndex];
435 if (LV < 0)
436 nTemp = ((uint32) (LV + 0x800000)) | 0x800000;
438 nTemp = (uint32) LV;
[all...]

Completed in 80 milliseconds