/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 879 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()
|
D | ml_math_func.h | 121 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/ |
D | ml_math_func.c | 879 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()
|
D | ml_math_func.h | 121 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/ |
D | cq_test.cc | 56 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/ |
D | mlmath.h | 64 #define pow(x,y) ml_pow(x,y) macro
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
D | mlmath.h | 76 #define pow(x,y) ml_pow(x,y) macro
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 64 #define pow(x,y) ml_pow(x,y) macro
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 64 #define pow(x,y) ml_pow(x,y) macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_aq_variance.c | 71 Q_RATIO(i) = pow(base_ratio, i/3.0); in vp9_vaq_init()
|
D | vp9_firstpass.c | 270 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()
|
D | vp9_onyx_if.c | 1537 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()
|
D | vp9_rdopt.c | 236 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/ |
D | VirtualThermalZone.java | 234 sensorTemp += (weights[i] * (int) Math.pow(rawSensorTemp, order[i])) / 1000; in getWeightedTemp()
|
/hardware/ti/omap4xxx/camera/ |
D | Encoder_libjpeg.cpp | 246 denominator = static_cast<unsigned int>(pow(10, den_len)); in stringToRational()
|
/hardware/ti/omap4-aah/camera/ |
D | Encoder_libjpeg.cpp | 303 denominator = static_cast<unsigned int>(pow(10, den_len)); in stringToRational()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | firstpass.c | 272 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()
|
D | onyx_if.c | 2181 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()
|
D | rdopt.c | 273 q = (int)pow(Qvalue, 1.25); in vp8_initialize_rd_consts()
|