Home
last modified time | relevance | path

Searched refs:utemp (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_pcm.c607 EAS_U32 utemp; in getDecayScale() local
613 utemp = 512;//32768; in getDecayScale()
616 utemp = 511;//32709; in getDecayScale()
619 utemp = 510;//32649; in getDecayScale()
622 utemp = 508;//32532; in getDecayScale()
625 utemp = 505;//32298; in getDecayScale()
628 utemp = 497;//31835; in getDecayScale()
631 utemp = 483;//30929; in getDecayScale()
634 utemp = 456;//29193; in getDecayScale()
637 utemp = 406;//26008; in getDecayScale()
[all …]
/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1353 Mat temp(imgsize, CV_8U), utemp, map1, map2; in checkPandROI() local
1356 remap(temp, utemp, map1, map2, INTER_LINEAR); in checkPandROI()
1364 double s = sum(utemp(roi))[0]; in checkPandROI()