/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_ssim_opt.asm | 62 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion 152 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
FisheyeFilter.java | 43 // This parameter has range between 0 and 1. It controls the effect of radial distortion. 44 // The larger the value, the more prominent the distortion effect becomes (a straight line
|
/external/aac/libAACenc/src/ |
sf_estim.cpp | 355 Description: Calculate the distortion by quantization and inverse quantization of the spectrum with 374 /* calc real distortion */ 569 /* distortion of new scf */ 715 /* quantize and calc sum of new distortion */ 737 /* distortion smaller ? -> use new scalefactors */ 843 /* calculate the allowed distortion */ [all...] |
/external/chromium_org/third_party/opus/src/silk/ |
quant_LTP_gains.c | 94 /* Break early in low-complexity mode if rate distortion is below threshold */
|
NLSF_encode.c | 125 /* Find the lowest rate-distortion error */
|
NSQ.c | 85 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */ 304 /* Find two quantization level candidates and measure their rate-distortion */
|
main.h | 242 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */ 261 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */
|
/frameworks/base/media/mca/effect/java/android/media/effect/ |
package.html | 36 distortion.</p>
|
/external/chromium_org/third_party/libwebp/enc/ |
quant.c | 413 // Distortion measurement 465 score_t error; // distortion = sum of (|coeff_i| - level_i * Q_i)^2 483 score_t distortion) { 484 return rate * lambda + 256 * distortion; 508 // compute maximal distortion. 565 // subtract as distortion to max_error 757 // RD-opt decision. Reconstruct each modes, evalue distortion and bit-cost. 758 // Pick the mode is lower RD-cost = Rate + lamba * Distortion. [all...] |
vp8enci.h | 65 typedef enum { // Rate-distortion optimization levels 162 typedef int64_t score_t; // type used for scores, rate, distortion 260 score_t D, SD, R, score; // Distortion, spectral distortion, rate, score.
|
/external/webp/src/enc/ |
quant.c | 413 // Distortion measurement 465 score_t error; // distortion = sum of (|coeff_i| - level_i * Q_i)^2 483 score_t distortion) { 484 return rate * lambda + 256 * distortion; 508 // compute maximal distortion. 565 // subtract as distortion to max_error 757 // RD-opt decision. Reconstruct each modes, evalue distortion and bit-cost. 758 // Pick the mode is lower RD-cost = Rate + lamba * Distortion. [all...] |
vp8enci.h | 65 typedef enum { // Rate-distortion optimization levels 162 typedef int64_t score_t; // type used for scores, rate, distortion 260 score_t D, SD, R, score; // Distortion, spectral distortion, rate, score.
|
/external/ceres-solver/examples/ |
libmv_bundle_adjuster.cc | 449 // This applies the radial lens distortion to a point which is in normalized 469 // Apply distortion to the normalized points to get (xd, yd). 486 // This functor uses a radial distortion model. 521 // Apply distortion to the normalized points to get (xd, yd). 522 // TODO(keir): Do early bailouts for zero distortion; these are expensive
|
/external/chromium_org/third_party/freetype/src/autofit/ |
afwarp.c | 69 /* value with a smaller distortion (around `base_distort'). */ 341 /* give base distortion a greater weight while scoring */
|
/external/freetype/src/autofit/ |
afwarp.c | 69 /* value with a smaller distortion (around `base_distort'). */ 341 /* give base distortion a greater weight while scoring */
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
quantize.c | 322 * description: quantizes and requantizes lines to calculate distortion 324 * output: distortion
|
/external/chromium_org/v8/tools/profviz/ |
profviz.html | 76 <input type="text" id="distortion" class="range" value="4500"/>
|
/external/jmonkeyengine/engine/src/test/jme3test/water/ |
TestSceneWater.java | 119 //lower the distortion scale if the waves appear too strong
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
dot.php | 52 'dir', 'distortion', 'fillcolor', 'fixedsize', 'fontcolor',
|
/external/libvpx/libvpx/vp8/encoder/ |
ssim.c | 111 // for distortion metric in mode selection code ( provided we do a reconstruction)
|
encodeframe.c | 1216 int distortion; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_block.h | 48 int distortion; member in struct:__anon21302
|
/external/ceres-solver/docs/source/ |
tutorial.rst | 567 for translation, one for focal length and two for radial distortion. 588 // Compute the center of distortion. The sign change comes from 594 // Apply second and fourth order radial distortion. 598 T distortion = T(1.0) + r2 * (l1 + l2 * r2); 602 T predicted_x = focal * distortion * xp; 603 T predicted_y = focal * distortion * yp;
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
encode_frame_FIX.c | 238 /* Adjust the quantizer's rate/distortion tradeoff and discard previous "upper" results */ 267 /* Adjust gain according to high-rate rate/distortion curve */
|
/external/chromium_org/third_party/opus/src/silk/float/ |
encode_frame_FLP.c | 225 /* Adjust the quantizer's rate/distortion tradeoff and discard previous "upper" results */ 254 /* Adjust gain according to high-rate rate/distortion curve */
|