Searched refs:similarity (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/media/filters/ |
D | wsola_internals.cc | 112 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/ |
D | vp9_ssim.c | 48 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/ |
D | ssim.c | 70 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/ |
D | pylintrc | 285 # Minimum lines number of a similarity. 286 min-similarity-lines=4
|
/external/chromium_org/tools/gyp/ |
D | pylintrc | 168 # Minimum lines number of a similarity. 169 min-similarity-lines=4
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/ |
D | pylintrc | 174 # Minimum lines number of a similarity. 175 min-similarity-lines=4
|
/external/strace/ |
D | PORTING | 59 to achieve what you want. If there is more difference than similarity,
|
/external/webp/ |
D | README | 175 -print_lsim ............ prints local-similarity distortion.
|
/external/llvm/docs/tutorial/ |
D | LangImpl3.rst | 487 This shows some simple arithmetic. Notice the striking similarity to the
|
D | OCamlLangImpl3.rst | 437 This shows some simple arithmetic. Notice the striking similarity to the
|
/external/ceres-solver/docs/source/ |
D | solving.rst | 1927 reconstruction is ambiguous upto a similarity transform. This is
|
/external/bison/ |
D | ChangeLog-2012 | 10041 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/ |
D | bison.texi | 8185 There is some similarity between this technique and a lexical tie-in
|
D | bison.info | 7763 There is some similarity between this technique and a lexical tie-in
|