Searched refs:scale (Results 1 - 25 of 38) sorted by relevance

12

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf34 # scale factor size => scale a size by factor percent
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
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dinv_sysfs_utils.c184 * inv_read_scale() - Read scale.
194 count = inv_sysfs_read((char*)names->scale, sizeof(str), str);
204 * inv_read_temp_scale() - Read temperature scale.
255 float scale; local
257 count += inv_read_scale(names, &scale);
258 data[0] = (long)(raw[0] * (65536.f / scale));
259 data[1] = (long)(raw[1] * (65536.f / scale));
260 data[2] = (long)(raw[2] * (65536.f / scale));
276 static short scale, offset; local
280 count += inv_read_temp_scale(names, &scale);
[all...]
H A Dinv_sysfs_utils.h23 * @fsr: Full-scale range.
25 * @scale: LSBs / dps (or LSBs / Gs).
40 const char *scale; //Gyro scale member in struct:inv_sysfs_names_s
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dinv_sysfs_utils.c178 * inv_read_scale() - Read scale.
188 count = inv_sysfs_read((char*)names->scale, sizeof(str), str);
198 * inv_read_temp_scale() - Read temperature scale.
249 float scale; local
251 count += inv_read_scale(names, &scale);
252 data[0] = (long)(raw[0] * (65536.f / scale));
253 data[1] = (long)(raw[1] * (65536.f / scale));
254 data[2] = (long)(raw[2] * (65536.f / scale));
270 static short scale, offset; local
274 count += inv_read_temp_scale(names, &scale);
[all...]
H A Dinv_sysfs_utils.h17 * @fsr: Full-scale range.
19 * @scale: LSBs / dps (or LSBs / Gs).
34 const char *scale; //Gyro scale member in struct:inv_sysfs_names_s
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconinter.h52 const struct scale_factors *scale,
56 dst->buf = src + scaled_buffer_offset(x, y, stride, scale);
49 setup_pred_plane(struct buf_2d *dst, uint8_t *src, int stride, int mi_row, int mi_col, const struct scale_factors *scale, int subsampling_x, int subsampling_y) argument
H A 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);
H A Dvp9_loopfilter.c256 const int scale = 1 << (default_filt_lvl >> 5); local
282 const int intra_lvl = lvl_seg + lf->ref_deltas[INTRA_FRAME] * scale;
287 const int inter_lvl = lvl_seg + lf->ref_deltas[ref] * scale
288 + lf->mode_deltas[mode] * scale;
538 // U and v set things on a 16 bit scale.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Drate_hist.c189 int buckets, int total, int scale) {
231 len = HIST_BAR_MAX * bucket[i].count / scale;
251 int scale; local
264 scale = merge_hist_buckets(bucket, max_buckets, &buckets);
265 show_histogram(bucket, buckets, total, scale);
270 int i, scale; local
280 scale = merge_hist_buckets(hist->bucket, max_buckets, &buckets);
281 show_histogram(hist->bucket, buckets, hist->total, scale);
188 show_histogram(const struct hist_bucket *bucket, int buckets, int total, int scale) argument
H A 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/
H A Dand_constructor.c73 float scale = 2.f; local
82 scale = 2.f;
83 sens = (long)(scale * (1L << 15));
88 // scale is the max value of the compass in micro Tesla.
89 scale = 5000.f;
90 sens = (long)(scale * (1L << 15));
355 // setup the scale factors and orientations and other parameters
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c41 struct scale_factors *scale,
61 scale,
69 scale,
77 scale,
194 struct scale_factors *scale) {
292 predictor, scale,
32 temporal_filter_predictors_mb_c(MACROBLOCKD *xd, uint8_t *y_mb_ptr, uint8_t *u_mb_ptr, uint8_t *v_mb_ptr, int stride, int uv_block_size, int mv_row, int mv_col, uint8_t *pred, struct scale_factors *scale, int x, int y) argument
190 temporal_filter_iterate_c(VP9_COMP *cpi, int frame_count, int alt_ref_index, int strength, struct scale_factors *scale) argument
H A Dvp9_rdopt.c871 int rate, int64_t dist, double scale) {
872 return (int64_t) (RDCOST(rdmult, rddiv, rate, dist) * scale);
903 double scale = scale_rd[n]; local
913 scale);
916 scale);
918 scale);
2296 const struct scale_factors *scale,
2310 // TODO(jkoleszar): Make scale factors per-plane data
2313 i ? scale_uv : scale,
3571 int scale local
870 scaled_rd_cost(int rdmult, int rddiv, int rate, int64_t dist, double scale) argument
2292 setup_pred_block(const MACROBLOCKD *xd, struct buf_2d dst[MAX_MB_PLANE], const YV12_BUFFER_CONFIG *src, int mi_row, int mi_col, const struct scale_factors *scale, const struct scale_factors *scale_uv) argument
4282 int scale = 4; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
H A 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/invensense/60xx/mlsdk/mllite/
H A Dml.c184 * @brief apply the choosen orientation and full scale range
226 MPL_LOGE("Unrecognized full scale setting for gyros : %02X\n",
343 inv_obj.compass_sens = 322122560L; // Should only change when the sensor full-scale range (FSR) is changed.
741 * @brief Sets up the Accelerometer calibration and scale factor.
775 float scale = range / 32768.f; local
801 if (scale == 0) {
817 cal[kk] = scale * orientation[kk];
887 * @brief Sets up the Gyro calibration and scale factor.
923 float scale; local
942 scale
1069 float scale = range / 32768.f; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
H A Dnestegg.h172 /** Query the tstamp scale of the media stream in nanoseconds.
176 @param scale Storage for the queried scale factor.
179 int nestegg_tstamp_scale(nestegg * context, uint64_t * scale);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c337 svc_log(svc_ctx, SVC_LOG_ERROR, "svc scale-factors: invalid value %s\n",
389 "svc: scale-factors: %d values required, but only %d specified\n",
400 * scale-factors=<n1>/<d1>,<n2>/<d2>,...
431 } else if (strcmp("scale-factors", option_name) == 0) {
1055 double scale[COMPONENTS]; local
1085 scale[1] = y_scale;
1086 scale[2] = scale[3] = y_scale / 4; // U or V
1087 scale[0] = y_scale * 1.5; // total
1090 psnr[j] = calc_psnr(si->sse_sum[i][j] / scale[
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Diio_utils.h61 * @scale: scale factor to be applied for conversion to si units
72 float scale; member in struct:iio_channel_info
360 current->scale = 1.0;
390 /* Find the scale */
391 ret = iioutils_get_param_float(&current->scale,
392 "scale",
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h61 * @scale: scale factor to be applied for conversion to si units
72 float scale; member in struct:iio_channel_info
360 current->scale = 1.0;
390 /* Find the scale */
391 ret = iioutils_get_param_float(&current->scale,
392 "scale",
H A Dmpu_iio.c122 /*printf("%d, %05f, scale=%05f", val,
123 (float)(val + info->offset)*info->scale, info->scale);*/
129 printf("%05f ", ((float)val + info->offset)*info->scale);
169 if (infoarray[k].scale == 1.0f &&
174 * infoarray[k].scale);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Diio_utils.h59 * @scale: scale factor to be applied for conversion to si units
70 float scale; member in struct:iio_channel_info
359 current->scale = 1.0;
389 /* Find the scale */
390 ret = iioutils_get_param_float(&current->scale,
391 "scale",
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dintra4x4_predict_v6.asm256 ; scale down
319 ; scale down
388 ; scale down
454 ; scale down
521 ; scale down
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp992 void set_timecode_scale(uint64 scale) { timecode_scale_ = scale; } argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c1186 uint64_t scale; local
1188 if (ne_get_uint(ctx->segment.info.timecode_scale, &scale) != 0)
1189 scale = 1000000;
1191 return scale;
1493 ne_find_cue_point_for_tstamp(nestegg * ctx, struct ebml_list_node * cue_point, unsigned int track, uint64_t scale, uint64_t tstamp) argument
1505 if (ne_get_uint(c->time, &time) == 0 && time * scale > tstamp)
1807 nestegg_tstamp_scale(nestegg * ctx, uint64_t * scale) argument
1809 *scale = ne_get_timecode_scale(ctx);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c1535 int scale=0; local
1539 scale =(int)pScaleFactor->xWidth;
1541 switch (scale)
1634 int scale=0; local
1636 scale =(int)pScaleFactor->xWidth;
1638 switch (scale)

Completed in 3645 milliseconds

12