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

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf34 # scale factor size => scale a size by factor percent
35 scale() {
91 VPsize=$(scale $18 $(scale $19 $VDsize)) ;;
93 VPsize=$(scale $16 $(scale $17 $VDsize)) ;;
95 VPsize=$(scale $12 $(scale $13 $VDsize)) ;;
190 VPsize=$(scale
[all...]
/hardware/invensense/mlsdk/mllite/
H A Dml.c184 * @brief apply the choosen orientation and full scale range
222 MPL_LOGE("Unrecognized full scale setting for gyros : %02X\n",
332 inv_obj.compass_sens = 322122560L; // Should only change when the sensor full-scale range (FSR) is changed.
730 * @brief Sets up the Accelerometer calibration and scale factor.
764 float scale = range / 32768.f; local
790 if (scale == 0) {
806 cal[kk] = scale * orientation[kk];
876 * @brief Sets up the Gyro calibration and scale factor.
912 float scale; local
931 scale
1058 float scale = range / 32768.f; local
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c1535 int scale=0; local
1539 scale =(int)pScaleFactor->xWidth;
1541 switch (scale)
1634 int scale=0; local
1636 scale =(int)pScaleFactor->xWidth;
1638 switch (scale)

Completed in 68 milliseconds