Home
last modified time | relevance | path

Searched refs:scale (Results 1 – 25 of 44) sorted by relevance

12

/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
Dinv_sysfs_utils.c188 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()
Dinv_sysfs_utils.h34 const char *scale; //Gyro scale member
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
Dinv_sysfs_utils.c194 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()
Dinv_sysfs_utils.h40 const char *scale; //Gyro scale member
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Dperf35 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/
Drate_hist.c189 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()
Dexamples.mk13 third_party/libyuv/include/libyuv/scale.h \
15 third_party/libyuv/source/scale.c \
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dand_constructor.c73 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/
Dvp9_tapify.py12 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);
Dvp9_reconinter.h52 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()
Dvp9_loopfilter.c256 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/
Dmm_jpegdec_test.c202 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/
Dvp8_short_fdct4x4_armv6.asm148 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/
Dvp9_temporal_filter.c41 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/
Dsvc_encodeframe.c1055 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/
Diio_utils.h72 float scale; member
360 current->scale = 1.0; in build_channel_array()
391 ret = iioutils_get_param_float(&current->scale, in build_channel_array()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
Diio_utils.h72 float scale; member
360 current->scale = 1.0; in build_channel_array()
391 ret = iioutils_get_param_float(&current->scale, in build_channel_array()
Dmpu_iio.c129 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/
Dnestegg.h179 int nestegg_tstamp_scale(nestegg * context, uint64_t * scale);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
Diio_utils.h70 float scale; member
359 current->scale = 1.0; in build_channel_array()
390 ret = iioutils_get_param_float(&current->scale, in build_channel_array()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c1186 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/
Dintra4x4_predict_v6.asm256 ; scale down
319 ; scale down
388 ; scale down
454 ; scale down
521 ; scale down
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_mdp.h612 struct mdp_scale_data scale; member
774 uint32_t scale; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_mdp.h661 struct mdp_scale_data scale; member
837 uint32_t scale; member
/hardware/qcom/msm8x26/original-kernel-headers/linux/
Dmsm_mdp.h639 struct mdp_scale_data scale; member
798 uint32_t scale; member

12