HomeSort by relevance Sort by last modified time
    Searched refs:entryValue (Results 1 - 25 of 26) sorted by null

1 2

  /external/guava/guava/src/com/google/common/collect/
BstAggregate.java 32 * The total value on an entire subtree. Must be equal to the sum of the {@link #entryValue
33 * entryValue} of this node and all its descendants.
40 int entryValue(N entry);
MapMakerInternalMap.java     [all...]
BstRangeOps.java 60 accum += aggregate.entryValue(root);
TreeMultiset.java 415 public int entryValue(Node<Object> entry) {
433 public int entryValue(Node<Object> entry) {
  /external/opencv/cvaux/src/
cvtexture.cpp 446 double entryValue = matrix[ sideLoop1 ][ sideLoop2 ];
452 marginalProbability[ sideLoop1 ] += entryValue;
453 correlationMean += actualSideLoop1*entryValue;
455 maximumProbability = MAX( maximumProbability, entryValue );
459 descriptors[ CV_GLCMDESC_CONTRAST ] += sideLoopDifferenceSquared * entryValue;
462 descriptors[ CV_GLCMDESC_HOMOGENITY ] += entryValue / ( 1.0 + sideLoopDifferenceSquared );
464 if( entryValue > 0 )
466 descriptors[ CV_GLCMDESC_ENTROPY ] += entryValue * log( entryValue );
469 descriptors[ CV_GLCMDESC_ENERGY ] += entryValue*entryValue
    [all...]
  /frameworks/av/services/camera/libcameraservice/
Camera3Device.cpp     [all...]
Camera3Device.h 207 int32_t entryValue;