Searched refs:rightPixel (Results 1 – 2 of 2) sorted by relevance
1154 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 …]
239 uint8_t rightPixel = orig_frame_[ssn4]; in ComputeSpatialMetrics_C() local244 rightPixel)))); in ComputeSpatialMetrics_C()248 refPixel1 - static_cast<uint16_t>(leftPixel + rightPixel)))); in ComputeSpatialMetrics_C()