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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dcq_test.cc56 psnr_ += pow(10.0, pkt->data.psnr.psnr[0] / 10.0);
66 return pow(10.0, avg_psnr / 10.0) / file_size_;
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.h121 long inv_one_over_x(long x0, int*pow);
122 int test_limits_and_scale(long *x0, int *pow);
H A Dml_math_func.c874 * Caller must scale final result by 2^pow (while avoiding overflow).
876 * @param[out] pow, length 1
879 long inv_one_over_x(long x0, int*pow)
890 *pow = 0;
917 nr_iters = test_limits_and_scale(&x0, pow);
970 * @param[out] pow, length 1
971 * @return # of NR iterations, x0 scaled between log(2) and log(4) and 2^N scaling (N=pow)
973 int test_limits_and_scale(long *x0, int *pow) argument
996 *pow=-1;
999 *pow
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.h121 long inv_one_over_x(long x0, int*pow);
122 int test_limits_and_scale(long *x0, int *pow);
H A Dml_math_func.c874 * Caller must scale final result by 2^pow (while avoiding overflow).
876 * @param[out] pow, length 1
879 long inv_one_over_x(long x0, int*pow)
890 *pow = 0;
917 nr_iters = test_limits_and_scale(&x0, pow);
970 * @param[out] pow, length 1
971 * @return # of NR iterations, x0 scaled between log(2) and log(4) and 2^N scaling (N=pow)
973 int test_limits_and_scale(long *x0, int *pow) argument
996 *pow=-1;
999 *pow
[all...]
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h64 #define pow(x,y) ml_pow(x,y) macro
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dmlmath.h76 #define pow(x,y) ml_pow(x,y) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlmath.h64 #define pow(x,y) ml_pow(x,y) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h64 #define pow(x,y) ml_pow(x,y) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_aq_variance.c71 Q_RATIO(i) = pow(base_ratio, i/3.0);
H A Dvp9_firstpass.c270 modified_error = av_err * pow(this_frame->ssim_weighted_pred_err /
900 return fclamp(pow(error_term, power_term), 0.05, 5.0);
1050 ? fclamp(pow(1.0 - (mb_sr_err_diff / 512.0), 0.5), 0.85, 1.0)
H A Dvp9_onyx_if.c1537 const double total_ssim = 100 * pow(cpi->summed_quality /
1539 const double totalp_ssim = 100 * pow(cpi->summedp_quality /
H A Dvp9_rdopt.c236 const int q = (int)(pow(vp9_dc_quant(qindex, 0) / 4.0, RD_THRESH_POW) * 5.12);
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DVirtualThermalZone.java233 sensorTemp += (weights[i] * (int) Math.pow(rawSensorTemp, order[i])) / 1000;
/hardware/ti/omap4-aah/camera/
H A DEncoder_libjpeg.cpp303 denominator = static_cast<unsigned int>(pow(10, den_len));
/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp246 denominator = static_cast<unsigned int>(pow(10, den_len));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c272 modified_err = av_err * pow((this_err / DOUBLE_DIVIDE_CHECK(av_err)), POW1);
274 modified_err = av_err * pow((this_err / DOUBLE_DIVIDE_CHECK(av_err)), POW2);
968 correction_factor = pow(error_term, power_term);
1039 pow( 0.98, (double)cpi->twopass.maxq_min_limit ));
H A Drdopt.c273 q = (int)pow(Qvalue, 1.25);
H A Donyx_if.c2181 double total_ssim = 100 * pow(cpi->sum_ssim[i] /
2201 double total_ssim = 100 * pow(cpi->summed_quality /

Completed in 616 milliseconds