/frameworks/base/core/jni/ |
android_hardware_camera2_DngCreator.cpp | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
DecoderTestAacDrc.java | 200 * The test routine performs a THD+N (Total Harmonic Distortion + Noise) analysis on a given 201 * audio signal (decSamples). The THD+N value is defined here as harmonic distortion (+ noise) 235 // get energy of harmonic distortion (signal without sine-tone) 238 // Total Harmonic Distortion + Noise, defined here as harmonic distortion (+ noise) RMS
|
/external/ImageMagick/www/ |
compare.html | 87 Channel distortion: MAE 93 <p>Or, if you just want the red channel distortion, use this command:</p> 100 <p>Or, if you just want the overall image distortion, use this command:</p> 182 <td>maximum distortion for (sub)image match (default 0.2)</td> 287 <td>minimum distortion for (sub)image match (default 0.0)</td>
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.c | 187 *distortion = thismse; \ 210 *distortion = thismse; \ 326 int *mvjcost, int *mvcost[2], uint32_t *sse1, uint32_t *distortion) { 344 *distortion = (uint32_t)besterr; 358 *distortion = besterr; 397 uint32_t *distortion, uint32_t *sse1, 402 offset, mvjcost, mvcost, sse1, distortion); 429 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, 434 offset, mvjcost, mvcost, sse1, distortion); 494 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w [all...] |
vp9_rd.c | 338 // Normalized distortion: 339 // This table models the normalized distortion for a Laplacian source 344 // Note the actual distortion is Dn * variance. 402 // This function models the rate and distortion for a Laplacian 684 // to rate not distortion so we want a consistent penalty for all bit
|
vp9_aq_cyclicrefresh.h | 55 // Thresholds applied to the projected rate/distortion of the coding block,
|
/external/libvpx/libvpx/vpx_dsp/ |
variance.c | 26 int distortion = 0; local 32 distortion += diff * diff; 39 return distortion;
|
/external/ImageMagick/ImageMagick/api/ |
histogram.html | 138 <p>Each channel is stretched independantally of each other (producing color distortion) unless the special 'SyncChannels' flag is also provided in the channels setting. If this flag is present the minimum and maximum point will be extracted from all the given channels, and those channels will be stretched by exactly the same amount (preventing color distortion).</p>
|
compare.html | 59 <p>CompareImagesCommand() compares two images and returns the difference between them as a distortion metric and as a new image visually annotating their differences.</p>
|
/external/ImageMagick/www/api/ |
histogram.html | 142 <p>Each channel is stretched independantally of each other (producing color distortion) unless the special 'SyncChannels' flag is also provided in the channels setting. If this flag is present the minimum and maximum point will be extracted from all the given channels, and those channels will be stretched by exactly the same amount (preventing color distortion).</p>
|
histogram.php | 138 <p>Each channel is stretched independantally of each other (producing color distortion) unless the special 'SyncChannels' flag is also provided in the channels setting. If this flag is present the minimum and maximum point will be extracted from all the given channels, and those channels will be stretched by exactly the same amount (preventing color distortion).</p>
|
compare.html | 63 <p>CompareImagesCommand() compares two images and returns the difference between them as a distortion metric and as a new image visually annotating their differences.</p>
|
/external/autotest/client/cros/audio/ |
audio_test_data.py | 247 The volume is 0.1. The small volume is to avoid distortion when played 263 The volume is 0.1. The small volume is to avoid distortion when played
|
/external/dng_sdk/source/ |
dng_opcodes.h | 41 // Warp image to correct distortion and lateral chromatic aberration for 46 // Warp image to correction distortion for fisheye lenses (i.e., map the
|
/external/freetype/src/autofit/ |
afwarp.c | 69 /* value with a smaller distortion (around `base_distort'). */ 340 /* give base distortion a greater weight while scoring */
|
/external/sonic/doc/ |
index.md | 55 introduces unacceptable levels of distortion, making speech impossible to 147 introduces significant distortion otherwise.
|
/frameworks/base/core/java/android/hardware/camera2/ |
CameraCharacteristics.java | [all...] |
/external/webp/src/enc/ |
quant_enc.c | 42 #define RD_DISTO_MULT 256 // distortion multiplier (equivalent of lambda) 508 // Distortion measurement 583 score_t distortion) { 584 return rate * lambda + RD_DISTO_MULT * distortion; 675 // subtract to max_error as distortion. 676 // Here, distortion = sum of (|coeff_i| - level_i * Q_i)^2 869 // RD-opt decision. Reconstruct each modes, evalue distortion and bit-cost. 870 // Pick the mode is lower RD-cost = Rate + lambda * Distortion. [all...] |
/external/ImageMagick/ |
README.txt | 59 * Generalized pixel distortion: correct for, or induce image distortions
|
/external/ImageMagick/utilities/ |
composite.1 | 77 \-distort geometry shift lookup according to a absolute distortion map
|
composite.1.in | 77 \-distort geometry shift lookup according to a absolute distortion map
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
Cookie.java | 38 * of URL encoding, attempting to cause as little distortion to the
|
/external/libavc/encoder/ |
ih264e_rate_control.h | 195 * After encoding a mb, information such as mb type, qp used, mb distortion
|
/external/libopus/silk/ |
NLSF_encode.c | 112 /* Find the lowest rate-distortion error */
|
/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.h | 53 // Note that the rate-distortion optimization loop, bit-stream writer, and
|