/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
D | inv_sysfs_utils.c | 188 count = inv_sysfs_read((char*)names->scale, sizeof(str), str); in inv_read_scale() 249 float scale; in inv_read_q16() local 251 count += inv_read_scale(names, &scale); in inv_read_q16() 252 data[0] = (long)(raw[0] * (65536.f / scale)); in inv_read_q16() 253 data[1] = (long)(raw[1] * (65536.f / scale)); in inv_read_q16() 254 data[2] = (long)(raw[2] * (65536.f / scale)); in inv_read_q16() 270 static short scale, offset; in inv_read_temp_q16() local 274 count += inv_read_temp_scale(names, &scale); in inv_read_temp_q16() 279 data[0] = (long)((35 + ((float)(raw - offset) / scale)) * 65536.f); in inv_read_temp_q16()
|
D | inv_sysfs_utils.h | 34 const char *scale; //Gyro scale member
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
D | inv_sysfs_utils.c | 194 count = inv_sysfs_read((char*)names->scale, sizeof(str), str); in inv_read_scale() 255 float scale; in inv_read_q16() local 257 count += inv_read_scale(names, &scale); in inv_read_q16() 258 data[0] = (long)(raw[0] * (65536.f / scale)); in inv_read_q16() 259 data[1] = (long)(raw[1] * (65536.f / scale)); in inv_read_q16() 260 data[2] = (long)(raw[2] * (65536.f / scale)); in inv_read_q16() 276 static short scale, offset; in inv_read_temp_q16() local 280 count += inv_read_temp_scale(names, &scale); in inv_read_temp_q16() 285 data[0] = (long)((35 + ((float)(raw - offset) / scale)) * 65536.f); in inv_read_temp_q16()
|
D | inv_sysfs_utils.h | 40 const char *scale; //Gyro scale member
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
D | perf | 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 $12 $(scale $13 $VDsize)) ;;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | rate_hist.c | 189 int buckets, int total, int scale) { in show_histogram() argument 231 len = HIST_BAR_MAX * bucket[i].count / scale; in show_histogram() 251 int scale; in show_q_histogram() local 264 scale = merge_hist_buckets(bucket, max_buckets, &buckets); in show_q_histogram() 265 show_histogram(bucket, buckets, total, scale); in show_q_histogram() 270 int i, scale; in show_rate_histogram() local 280 scale = merge_hist_buckets(hist->bucket, max_buckets, &buckets); in show_rate_histogram() 281 show_histogram(hist->bucket, buckets, hist->total, scale); in show_rate_histogram()
|
D | examples.mk | 13 third_party/libyuv/include/libyuv/scale.h \ 15 third_party/libyuv/source/scale.c \
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
D | and_constructor.c | 73 float scale = 2.f; in inv_constructor_setup() local 82 scale = 2.f; in inv_constructor_setup() 83 sens = (long)(scale * (1L << 15)); in inv_constructor_setup() 89 scale = 5000.f; in inv_constructor_setup() 90 sens = (long)(scale * (1L << 15)); in inv_constructor_setup()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_tapify.py | 12 scale = 2**16 variable 26 return int((scale*dist(b,p)+s/2)/s) 33 t4 = scale - t(ul,p,sum) - t(ur,p,sum) - t(ll,p,sum);
|
D | vp9_reconinter.h | 52 const struct scale_factors *scale, in setup_pred_plane() argument 56 dst->buf = src + scaled_buffer_offset(x, y, stride, scale); in setup_pred_plane()
|
D | vp9_loopfilter.c | 256 const int scale = 1 << (default_filt_lvl >> 5); in vp9_loop_filter_frame_init() local 282 const int intra_lvl = lvl_seg + lf->ref_deltas[INTRA_FRAME] * scale; in vp9_loop_filter_frame_init() 287 const int inter_lvl = lvl_seg + lf->ref_deltas[ref] * scale in vp9_loop_filter_frame_init() 288 + lf->mode_deltas[mode] * scale; in vp9_loop_filter_frame_init()
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/ |
D | mm_jpegdec_test.c | 202 double scale; in chromaScale() local 207 scale = 1.5; in chromaScale() 213 scale = 2.0; in chromaScale() 217 scale = 3.0; in chromaScale() 220 scale = 1.0; in chromaScale() 223 scale = 0; in chromaScale() 227 *cScale = scale; in chromaScale()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_short_fdct4x4_armv6.asm | 148 asr r2, r2, #4 ; scale top halfword 150 asr r3, r3, #4 ; scale top halfword 151 pkhtb r4, r2, r8, asr #20 ; pack and scale bottom halfword 152 pkhtb r5, r3, r9, asr #20 ; pack and scale bottom halfword 202 asr r2, r2, #4 ; scale top halfword 204 asr r3, r3, #4 ; scale top halfword 205 pkhtb r4, r2, r8, asr #20 ; pack and scale bottom halfword 206 pkhtb r5, r3, r9, asr #20 ; pack and scale bottom halfword
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 41 struct scale_factors *scale, in temporal_filter_predictors_mb_c() argument 61 scale, in temporal_filter_predictors_mb_c() 69 scale, in temporal_filter_predictors_mb_c() 77 scale, in temporal_filter_predictors_mb_c() 194 struct scale_factors *scale) { in temporal_filter_iterate_c() argument 292 predictor, scale, in temporal_filter_iterate_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | svc_encodeframe.c | 1055 double scale[COMPONENTS]; in vpx_svc_dump_statistics() local 1085 scale[1] = y_scale; in vpx_svc_dump_statistics() 1086 scale[2] = scale[3] = y_scale / 4; // U or V in vpx_svc_dump_statistics() 1087 scale[0] = y_scale * 1.5; // total in vpx_svc_dump_statistics() 1090 psnr[j] = calc_psnr(si->sse_sum[i][j] / scale[j]); in vpx_svc_dump_statistics() 1091 mse[j] = si->sse_sum[i][j] * 255.0 * 255.0 / scale[j]; in vpx_svc_dump_statistics()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
D | iio_utils.h | 72 float scale; member 360 current->scale = 1.0; in build_channel_array() 391 ret = iioutils_get_param_float(¤t->scale, in build_channel_array()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
D | iio_utils.h | 72 float scale; member 360 current->scale = 1.0; in build_channel_array() 391 ret = iioutils_get_param_float(¤t->scale, in build_channel_array()
|
D | mpu_iio.c | 129 printf("%05f ", ((float)val + info->offset)*info->scale); in print2byte() 169 if (infoarray[k].scale == 1.0f && in process_scan() 174 * infoarray[k].scale); in process_scan()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/ |
D | nestegg.h | 179 int nestegg_tstamp_scale(nestegg * context, uint64_t * scale);
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | iio_utils.h | 70 float scale; member 359 current->scale = 1.0; in build_channel_array() 390 ret = iioutils_get_param_float(¤t->scale, in build_channel_array()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 1186 uint64_t scale; in ne_get_timecode_scale() local 1188 if (ne_get_uint(ctx->segment.info.timecode_scale, &scale) != 0) in ne_get_timecode_scale() 1189 scale = 1000000; in ne_get_timecode_scale() 1191 return scale; in ne_get_timecode_scale() 1493 …tegg * ctx, struct ebml_list_node * cue_point, unsigned int track, uint64_t scale, uint64_t tstamp) in ne_find_cue_point_for_tstamp() argument 1505 if (ne_get_uint(c->time, &time) == 0 && time * scale > tstamp) in ne_find_cue_point_for_tstamp() 1807 nestegg_tstamp_scale(nestegg * ctx, uint64_t * scale) in nestegg_tstamp_scale() argument 1809 *scale = ne_get_timecode_scale(ctx); in nestegg_tstamp_scale()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | intra4x4_predict_v6.asm | 256 ; scale down 319 ; scale down 388 ; scale down 454 ; scale down 521 ; scale down
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | msm_mdp.h | 612 struct mdp_scale_data scale; member 774 uint32_t scale; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | msm_mdp.h | 661 struct mdp_scale_data scale; member 837 uint32_t scale; member
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
D | msm_mdp.h | 639 struct mdp_scale_data scale; member 798 uint32_t scale; member
|