Home
last modified time | relevance | path

Searched refs:similarity (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/media/filters/
Dwsola_internals.cc112 float similarity[3]; // Three elements for cubic interpolation. in DecimatedSearch() local
117 similarity[0] = MultiChannelSimilarityMeasure( in DecimatedSearch()
122 float best_similarity = similarity[0]; in DecimatedSearch()
132 similarity[1] = MultiChannelSimilarityMeasure( in DecimatedSearch()
140 return similarity[1] > similarity[0] ? decimation : 0; in DecimatedSearch()
147 similarity[2] = MultiChannelSimilarityMeasure( in DecimatedSearch()
151 if ((similarity[1] > similarity[0] && similarity[1] >= similarity[2]) || in DecimatedSearch()
152 (similarity[1] >= similarity[0] && similarity[1] > similarity[2])) { in DecimatedSearch()
157 CubicInterpolation(similarity, &normalized_candidate_index, in DecimatedSearch()
168 similarity[2] > best_similarity && in DecimatedSearch()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ssim.c48 static double similarity(unsigned long sum_s, unsigned long sum_r, in similarity() function
72 return similarity(sum_s, sum_r, sum_sq_s, sum_sq_r, sum_sxr, 256); in ssim_16x16()
78 return similarity(sum_s, sum_r, sum_sq_s, sum_sq_r, sum_sxr, 64); in ssim_8x8()
/external/libvpx/libvpx/vp8/encoder/
Dssim.c70 static double similarity in similarity() function
101 return similarity(sum_s, sum_r, sum_sq_s, sum_sq_r, sum_sxr, 256); in ssim_16x16()
107 return similarity(sum_s, sum_r, sum_sq_s, sum_sq_r, sum_sxr, 64); in ssim_8x8()
/external/antlr/antlr-3.4/runtime/Python/
Dpylintrc285 # Minimum lines number of a similarity.
286 min-similarity-lines=4
/external/chromium_org/tools/gyp/
Dpylintrc168 # Minimum lines number of a similarity.
169 min-similarity-lines=4
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/
Dpylintrc174 # Minimum lines number of a similarity.
175 min-similarity-lines=4
/external/strace/
DPORTING59 to achieve what you want. If there is more difference than similarity,
/external/webp/
DREADME175 -print_lsim ............ prints local-similarity distortion.
/external/llvm/docs/tutorial/
DLangImpl3.rst487 This shows some simple arithmetic. Notice the striking similarity to the
DOCamlLangImpl3.rst437 This shows some simple arithmetic. Notice the striking similarity to the
/external/ceres-solver/docs/source/
Dsolving.rst1927 reconstruction is ambiguous upto a similarity transform. This is
/external/bison/
DChangeLog-201210041 and yytoken for similarity with the other skeletons.
12653 Also, augment the similarity between lalr1.cc and yacc.c.
12656 * data/lalr1.cc: Comment changes to augment the similarity between
14473 Augment the similarity between GLR and LALR traces.
/external/bison/doc/
Dbison.texi8185 There is some similarity between this technique and a lexical tie-in
Dbison.info7763 There is some similarity between this technique and a lexical tie-in