HomeSort by relevance Sort by last modified time
    Searched defs:distortion (Results 1 - 25 of 26) sorted by null

1 2

  /external/v8/tools/profviz/
stdio.js 35 var distortion = parseInt(result.distortion); variable
36 if (isNaN(distortion)) processor.printUsageAndExit();
38 distortion_per_entry = distortion / 1000000;
profviz.js 66 distortion,
72 'distortion' : distortion,
99 "distortion",
221 var distortion = getDistortion();
230 worker.run(file, kResX, kResY, distortion, range[0], range[1]);
243 parseInt(ui.distortion.value, 10);
245 input_distortion = ui.distortion.value = 4500;
71 'resy' : resy, property in class:plotWorker.run.args
  /external/libvpx/libvpx/vpx_dsp/ppc/
variance_vsx.c 25 int distortion; local
36 vec_ste(d, 0, &distortion);
38 return distortion;
  /external/aac/libAACenc/src/
quantize.cpp 306 description: calculates distortion of quantized values
307 returns: distortion
354 description: calculates energy and distortion of quantized values
358 output: energy, distortion
370 FIXP_DBL distortion = FL2FXCONST_DBL(0.0f); local
396 distortion += diff;
400 *dist = CalcLdData(distortion);
  /external/tensorflow/tensorflow/core/kernels/
candidate_sampler_ops.cc 166 float distortion; local
167 OP_REQUIRES_OK(context, context->GetAttr("distortion", &distortion));
178 distortion, num_reserved_ids,
181 set_sampler(new FixedUnigramSampler(range_max, unigrams, distortion,
  /external/ImageMagick/MagickWand/
compare.c 63 % them as a distortion metric and as a new image visually annotating their
115 " maximum distortion for (sub)image match",
141 " minimum distortion for (sub)image match",
219 distortion,
278 distortion=0.0;
217 distortion, local
    [all...]
operation.c 3803 distortion; local
    [all...]
mogrify.c 7869 distortion; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 58 uint32_t distortion; local
63 cond_cost_list(cpi, cost_list), NULL, NULL, &distortion, &sse, NULL, 0,
vp9_temporal_filter.c 237 uint32_t distortion; local
275 &distortion, &sse, NULL, 0, 0);
vp9_rdopt.c 564 // TODO(jingning): tune the model to better capture the distortion.
782 int64_t *distortion, int *skippable, int64_t *sse,
805 *distortion = INT64_MAX;
809 *distortion = args.this_dist;
817 int64_t *distortion, int *skip, int64_t *sse,
827 txfm_rd_in_plane(cpi, x, rate, distortion, skip, sse, ref_best_rd, 0, bs,
832 int64_t *distortion, int *skip,
989 int64_t distortion = 0; local
1091 int64_t distortion = 0; local
2014 uint32_t distortion; local
4012 int64_t distortion; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
variance.c 26 int distortion = 0; local
32 distortion += diff * diff;
39 return distortion;
  /external/webp/src/enc/
picture_psnr_enc.c 10 // WebPPicture tools for measuring distortion
29 // local-min distortion
116 // Distortion
134 int type, float* distortion, float* result) {
141 result == NULL || distortion == NULL) {
164 *distortion = (float)metric(src, width, ref, width, width, height);
167 *result = (type == 1) ? (float)GetLogSSIM(*distortion, (double)width * height)
168 : (float)GetPSNR(*distortion, (double)width * height);
191 // We always measure distortion in ARGB space.
195 float distortion; local
    [all...]
frame_enc.c 563 uint64_t distortion = 0; local
578 distortion += info.D;
592 s->value = GetPSNR(distortion, pixel_count);
789 uint64_t distortion = 0; local
813 distortion += info.D;
833 stats.value = GetPSNR(distortion, pixel_count);
  /external/ImageMagick/MagickCore/
compare.c 94 % const MetricType metric,double *distortion,ExceptionInfo *exception)
104 % o distortion: the computed distortion between the images.
130 const MetricType metric,double *distortion,ExceptionInfo *exception)
170 assert(distortion != (double *) NULL);
171 *distortion=0.0;
174 status=GetImageDistortion(image,reconstruct_image,metric,distortion,
327 % reconstructed image and returns the specified distortion metric.
333 % double *distortion,ExceptionInfo *exception)
343 % o distortion: the computed distortion between the images
1792 distortion; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 166 int distortion; local
171 &cpi->fn_ptr[BLOCK_16X16], NULL, &distortion, &sse);
encodeframe.c 1125 int distortion; local
    [all...]
pickinter.c 127 int *mvcost[2], int *distortion,
136 (void)distortion;
186 int distortion; local
199 distortion = get_prediction_error(be, b);
200 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
204 *bestdistortion = distortion;
220 int distortion = 0; local
244 distortion += d;
251 if (distortion > *best_dist) break;
257 *best_dist = distortion;
1306 int rate, best_rate = 0, distortion, best_sse; local
    [all...]
rdopt.c 471 static void macro_block_yrd(MACROBLOCK *mb, int *Rate, int *Distortion) {
501 /* Distortion */
505 *Distortion = (d >> 4);
529 int distortion; local
564 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
566 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
571 *bestdistortion = distortion;
588 int *Distortion, int best_rd) {
592 int distortion = 0; local
628 distortion += d
651 int distortion; local
899 unsigned int distortion = 0; local
1000 int distortion; local
1591 int distortion; local
1936 int distortion; local
1957 int distortion; local
1992 int distortion; local
    [all...]
  /external/v8/tools/
tickprocessor.js 78 distortion,
136 distortion = parseInt(distortion);
138 this.distortion_per_entry = isNaN(distortion) ? 0 : (distortion / 1000);
139 this.distortion = 0;
309 this.distortion += this.distortion_per_entry;
310 ns_since_start -= this.distortion;
341 this.distortion += this.distortion_per_entry;
817 '--distortion': ['distortion', 0
846 range: 'auto,auto', property in class:ArgumentsProcessor.DEFAULTS
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.cpp 31 * Metadata keys to correct when adjusting coordinates for distortion correction
190 camera_metadata_ro_entry_t calib, distortion; local
193 distortion = result.find(ANDROID_LENS_DISTORTION);
196 if (distortion.count != 5) return BAD_VALUE;
206 for (size_t i = 0; i < distortion.count; i++) {
207 if (mK[i] != distortion.data.f[i]) {
224 for (size_t i = 0; i < distortion.count; i++) {
225 mK[i] = distortion.data.f[i];
316 // Apply distortion model to calculate raw image coordinates
  /external/ImageMagick/tests/
validate.c 1530 distortion, local
1806 distortion, local
2018 distortion; local
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java 887 float[] distortion = getLensDistortion(c); local
1447 float[] distortion = getLensDistortion(pc); local
1502 float[] distortion = null; local
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 513 float distortion[4]; /* distortion coefficients - two coefficients for radial distortion member in struct:CvCamera
894 float distortion[4]; member in struct:__anon30893
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 2429 distortion=0.0; local
2432 GetImageDistortion(image(),reference_.constImage(),metric_,&distortion, local
2442 distortion=0.0; local
2446 GetImageDistortion(image(),reference_.constImage(),metric_,&distortion, local
    [all...]

Completed in 470 milliseconds

1 2