HomeSort by relevance Sort by last modified time
    Searched full:distortion (Results 51 - 75 of 320) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libavc/encoder/armv8/
ime_distortion_metrics_av8.s 27 //* This file contains definitions of routines that compute distortion
50 //* @brief computes distortion (SAD) between 2 16x16 blocks (fast mode)
55 //* compute the distortion of the entire block set u4_max_sad to USHRT_MAX.
70 //* integer maximum allowed distortion
147 //* @brief computes distortion (SAD) between 2 16x8 blocks
153 //* compute the distortion of the entire block set u4_max_sad to USHRT_MAX.
168 //* integer maximum allowed distortion
228 //* @brief computes distortion (SAD) between 2 16x16 blocks with early exit
233 //* compute the distortion of the entire block set u4_max_sad to USHRT_MAX.
248 //* integer maximum allowed distortion
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
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...]
  /external/libopus/silk/x86/
x86_silk_map.c 84 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */
132 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */
  /external/libvpx/libvpx/vpx_dsp/x86/
ssim_opt_x86_64.asm 65 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion
155 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper.h 96 // distortion. The resulting distortion is written to |distortion_value|.
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FisheyeFilter.java 37 // This parameter has range between 0 and 1. It controls the effect of radial distortion.
38 // The larger the value, the more prominent the distortion effect becomes (a straight line
  /external/ImageMagick/ImageMagick/script/
compare.html 83 Channel distortion: MAE
89 <p>Or, if you just want the red channel distortion, use this command:</p>
96 <p>Or, if you just want the overall image distortion, use this command:</p>
178 <td>maximum distortion for (sub)image match (default 0.2)</td>
283 <td>minimum distortion for (sub)image match (default 0.0)</td>
  /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/aac/libAACenc/src/
sf_estim.cpp 374 Description: Calculate the distortion by quantization and inverse quantization
388 /* calc real distortion */
574 /* distortion of new scf */
707 /* quantize and calc sum of new distortion */
729 /* distortion smaller ? -> use new scalefactors */
828 /* calculate the allowed distortion */
874 /* quantize and calc sum of new distortion */
    [all...]
  /external/libavc/encoder/
ih264e_globals.c 60 * for computing distortion (Bit rate estimation for cost function of H.264/
61 * AVC by Mohd Golam Sarwer et. al.) If the use of distortion metric is SAD
64 * (from rate distortion optimization for video compression by sullivan).
ime_structs.h 222 * Minimum distortion to search for
  /compatibility/cdd/5_multimedia/
5_11_unprocessed-audio.md 40 * [C-1-7] MUST have a total harmonic distortion (THD) less than be less than
5_4_audio-recording.md 61 distortion (THD) less than 1% for 1 kHz at 90 dB SPL input level at the
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
SoundLevelCalibration.java 106 // TODO: Only gives accurate results for an undistorted sine wave. Check for distortion.
  /external/libopus/silk/arm/
arm_silk_map.c 78 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h 76 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w,
vp9_speed_features.h 113 // Terminate search early based on distortion so far compared to
114 // qp step, distortion in the neighborhood of the frame, etc.
261 // Use transform domain distortion. Use pixel domain distortion in speed 0
  /frameworks/base/media/mca/effect/java/android/media/effect/
package.html 36 distortion.</p>
  /external/webp/include/webp/
encode.h 107 float target_PSNR; // if non-zero, specifies the minimal distortion to
326 // 6: bit cost, 7: distortion
392 // Compute the single distortion for packed planes of samples.
393 // 'src' will be compared to 'ref', and the raw distortion stored into
394 // '*distortion'. The refined metric (log(MSE), log(1 - ssim),...' will be
404 float* distortion, float* result);
406 // Compute PSNR, SSIM or LSIM distortion metric between two pictures. Results
407 // are in dB, stored in result[] in the B/G/R/A/All order. The distortion is
  /external/webp/src/webp/
encode.h 107 float target_PSNR; // if non-zero, specifies the minimal distortion to
326 // 6: bit cost, 7: distortion
392 // Compute the single distortion for packed planes of samples.
393 // 'src' will be compared to 'ref', and the raw distortion stored into
394 // '*distortion'. The refined metric (log(MSE), log(1 - ssim),...' will be
404 float* distortion, float* result);
406 // Compute PSNR, SSIM or LSIM distortion metric between two pictures. Results
407 // are in dB, stored in result[] in the B/G/R/A/All order. The distortion is
  /frameworks/av/services/camera/libcameraservice/tests/
DistortionMapperTest.cpp 48 void setupTestMapper(DistortionMapper *m, float distortion[5]) {
58 distortion, 5);
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 205 # The intrinsics and distortion coefficients are meant for full
212 print "Applying intrinsic calibration and distortion params"
214 msg = "Cannot include lens distortion without intrinsic cal!"
238 # distortion
239 rad_dist = props["android.lens.distortion"]
240 print "android.lens.distortion:", rad_dist
  /external/webp/src/enc/
vp8i_enc.h 42 typedef enum { // Rate-distortion optimization levels
107 typedef int64_t score_t; // type used for scores, rate, distortion
194 int min_disto_; // minimum distortion required to trigger filtering record
200 // lambda values for distortion-based evaluation
207 score_t D, SD; // Distortion, spectral distortion
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 27 @* This file contains definitions of routines that compute distortion
54 @* @brief computes distortion (SAD) between 2 16x16 blocks (fast mode)
59 @* compute the distortion of the entire block set u4_max_sad to USHRT_MAX.
74 @* integer maximum allowed distortion
140 @* @brief computes distortion (SAD) between 2 16x8 blocks
146 @* compute the distortion of the entire block set u4_max_sad to USHRT_MAX.
161 @* integer maximum allowed distortion
222 @* @brief computes distortion (SAD) between 2 16x16 blocks with early exit
227 @* compute the distortion of the entire block set u4_max_sad to USHRT_MAX.
242 @* integer maximum allowed distortion
    [all...]
  /external/libavc/encoder/x86/
ime_distortion_metrics_sse42.c 26 * This file contains definitions of routines that compute distortion
72 * @brief computes distortion (SAD) between 2 16x16 blocks
77 * compute the distortion of the entire block set u4_max_sad to USHRT_MAX.
92 * integer maximum allowed distortion
215 * @brief computes distortion (SAD) between 2 16x8 blocks
221 * compute the distortion of the entire block set u4_max_sad to USHRT_MAX.
236 * integer maximum allowed distortion
312 * @brief computes distortion (SAD) between 2 16x16 blocks
317 * compute the distortion of the entire block set u4_max_sad to USHRT_MAX.
332 * integer maximum allowed distortion
    [all...]

Completed in 502 milliseconds

1 23 4 5 6 7 8 91011>>