Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dcontent_analysis.cc228 int ssn1 = i * sizej + j; in ComputeSpatialMetrics_C() local
234 uint16_t refPixel1 = orig_frame_[ssn1] << 1; in ComputeSpatialMetrics_C()
235 uint16_t refPixel2 = orig_frame_[ssn1] << 2; in ComputeSpatialMetrics_C()
249 pixelMSA += orig_frame_[ssn1]; in ComputeSpatialMetrics_C()