Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dcontent_analysis.cc173 uint8_t currPixel = orig_frame_[ssn]; in TemporalDiffMetric_C() local
177 static_cast<uint32_t>(abs((int16_t)(currPixel - prevPixel))); in TemporalDiffMetric_C()
178 pixelSum += static_cast<uint32_t>(currPixel); in TemporalDiffMetric_C()
179 pixelSqSum += static_cast<uint64_t>(currPixel * currPixel); in TemporalDiffMetric_C()
/external/skia/tools/
DDDLPromiseImageHelper.cpp74 char* currPixel = pixels; in create_yuva_texture() local
78 currPixel[0] = SkColorGetR(color); in create_yuva_texture()
79 currPixel[1] = SkColorGetG(color); in create_yuva_texture()
80 currPixel += 2; in create_yuva_texture()
/external/skqp/tools/
DDDLPromiseImageHelper.cpp79 char* currPixel = pixels; in create_yuva_texture() local
83 currPixel[0] = SkColorGetR(color); in create_yuva_texture()
84 currPixel[1] = SkColorGetG(color); in create_yuva_texture()
85 currPixel += 2; in create_yuva_texture()
/external/skqp/gm/
Dwacky_yuv_formats.cpp678 char* currPixel = pixels; in create_yuva_texture() local
682 currPixel[0] = SkColorGetR(color); in create_yuva_texture()
683 currPixel[1] = SkColorGetG(color); in create_yuva_texture()
684 currPixel += 2; in create_yuva_texture()
/external/skia/gm/
Dwacky_yuv_formats.cpp686 char* currPixel = pixels; in create_yuva_texture() local
690 currPixel[0] = SkColorGetR(color); in create_yuva_texture()
691 currPixel[1] = SkColorGetG(color); in create_yuva_texture()
692 currPixel += 2; in create_yuva_texture()