Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dml_math_func.c879 long inv_one_over_x(long x0, int*pow) in inv_one_over_x() argument
890 *pow = 0; in inv_one_over_x()
917 nr_iters = test_limits_and_scale(&x0, pow); in inv_one_over_x()
973 int test_limits_and_scale(long *x0, int *pow) in test_limits_and_scale() argument
996 *pow=-1; in test_limits_and_scale()
999 *pow=get_highest_bit_position((unsigned long*)x0); in test_limits_and_scale()
1003 *pow=*pow-1; in test_limits_and_scale()
1008 *pow=*pow+1; in test_limits_and_scale()
1011 *pow = 0; in test_limits_and_scale()
Dml_math_func.h121 long inv_one_over_x(long x0, int*pow);
122 int test_limits_and_scale(long *x0, int *pow);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dml_math_func.c879 long inv_one_over_x(long x0, int*pow) in inv_one_over_x() argument
890 *pow = 0; in inv_one_over_x()
917 nr_iters = test_limits_and_scale(&x0, pow); in inv_one_over_x()
973 int test_limits_and_scale(long *x0, int *pow) in test_limits_and_scale() argument
996 *pow=-1; in test_limits_and_scale()
999 *pow=get_highest_bit_position((unsigned long*)x0); in test_limits_and_scale()
1003 *pow=*pow-1; in test_limits_and_scale()
1008 *pow=*pow+1; in test_limits_and_scale()
1011 *pow = 0; in test_limits_and_scale()
Dml_math_func.h121 long inv_one_over_x(long x0, int*pow);
122 int test_limits_and_scale(long *x0, int *pow);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dcq_test.cc56 psnr_ += pow(10.0, pkt->data.psnr.psnr[0] / 10.0); in PSNRPktHook()
66 return pow(10.0, avg_psnr / 10.0) / file_size_; in GetLinearPSNROverBitrate()
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
Dmlmath.h64 #define pow(x,y) ml_pow(x,y) macro
/hardware/invensense/60xx/mlsdk/platform/include/
Dmlmath.h76 #define pow(x,y) ml_pow(x,y) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h64 #define pow(x,y) ml_pow(x,y) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h64 #define pow(x,y) ml_pow(x,y) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_variance.c71 Q_RATIO(i) = pow(base_ratio, i/3.0); in vp9_vaq_init()
Dvp9_firstpass.c270 modified_error = av_err * pow(this_frame->ssim_weighted_pred_err / in calculate_modified_err()
900 return fclamp(pow(error_term, power_term), 0.05, 5.0); in calc_correction_factor()
1050 ? fclamp(pow(1.0 - (mb_sr_err_diff / 512.0), 0.5), 0.85, 1.0) in get_prediction_decay_rate()
Dvp9_onyx_if.c1537 const double total_ssim = 100 * pow(cpi->summed_quality / in vp9_remove_compressor()
1539 const double totalp_ssim = 100 * pow(cpi->summedp_quality / in vp9_remove_compressor()
Dvp9_rdopt.c236 const int q = (int)(pow(vp9_dc_quant(qindex, 0) / 4.0, RD_THRESH_POW) * 5.12); in compute_rd_thresh_factor()
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DVirtualThermalZone.java234 sensorTemp += (weights[i] * (int) Math.pow(rawSensorTemp, order[i])) / 1000; in getWeightedTemp()
/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp246 denominator = static_cast<unsigned int>(pow(10, den_len)); in stringToRational()
/hardware/ti/omap4-aah/camera/
DEncoder_libjpeg.cpp303 denominator = static_cast<unsigned int>(pow(10, den_len)); in stringToRational()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c272 modified_err = av_err * pow((this_err / DOUBLE_DIVIDE_CHECK(av_err)), POW1); in calculate_modified_err()
274 modified_err = av_err * pow((this_err / DOUBLE_DIVIDE_CHECK(av_err)), POW2); in calculate_modified_err()
968 correction_factor = pow(error_term, power_term); in calc_correction_factor()
1039 pow( 0.98, (double)cpi->twopass.maxq_min_limit )); in estimate_max_q()
Donyx_if.c2181 double total_ssim = 100 * pow(cpi->sum_ssim[i] / in vp8_remove_compressor()
2201 double total_ssim = 100 * pow(cpi->summed_quality / in vp8_remove_compressor()
Drdopt.c273 q = (int)pow(Qvalue, 1.25); in vp8_initialize_rd_consts()