Home
last modified time | relevance | path

Searched refs:rightPixel (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
Denmin.cpp1154 int rightPixel;
1189 rightPixel = i + result[ i ];
1190 if( rightPixel >= width ) {
1191 rightPixel = width - 1;
1193 else if( rightPixel < 0 ) {
1194 rightPixel = 0;
1197 (int)( leftPixel * alpha1 + rightPixel * alpha );
1200 rightPixel3 = rightPixel * 3;
1203 int t = leftPixel - rightPixel + maxDifference;
1242 int LenSrc = rightPixel - prevRightPixel - 2;
[all …]
/external/webrtc/webrtc/modules/video_processing/
Dcontent_analysis.cc239 uint8_t rightPixel = orig_frame_[ssn4]; in ComputeSpatialMetrics_C() local
244 rightPixel)))); in ComputeSpatialMetrics_C()
248 refPixel1 - static_cast<uint16_t>(leftPixel + rightPixel)))); in ComputeSpatialMetrics_C()